Releases: spyoungtech/json-five-rs
Releases · spyoungtech/json-five-rs
v0.2.2
What's Changed
- updated to 2024 edition
- gh-11 fix enum unit variant behavior by @spyoungtech in #12 (released in 0.2.1 on crates.io)
- add github action by @spyoungtech in #13
Full Changelog: v0.2.0...v0.2.2
v0.2.0
What's Changed
- fix errant EOF token when document ends with multibyte character by @spyoungtech in #9
- renamed
to_string_styled
toto_string_formatted
andStyleConfiguration
toFormatConfiguration
and added these as top-level exports by @spyoungtech in #10 - new benchmarks, readme updates, and other minor changes