Releases: spyoungtech/json-five-rs
Releases · spyoungtech/json-five-rs
v0.3.0
What's Changed
- add from_bytes to deserializer by @spyoungtech in #14
- Fix multibyte char after value by @spyoungtech in #15
- Handle invalid number literals when document ends with decimal by @spyoungtech in #18
- Limit nesting depth by default to guard against stack overflow by @spyoungtech in #16
- Fix unary deserialization by @spyoungtech in #19
Full Changelog: v0.2.2...v0.3.0
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