Releases: spyoungtech/json-five-rs
Releases · spyoungtech/json-five-rs
v0.3.1
What's Changed
- fix array styled output by @spyoungtech in #20
- fix unwrap panics when unescaping invalid escape sequences in deserialization by @spyoungtech in #21
- fix escaping in serialization by @spyoungtech in #22
- Fix rt parser string output and trailing comma example and test by @bobroberts177 in #25
New Contributors
- @bobroberts177 made their first contribution in #25
Full Changelog: v0.3.0...v0.3.1
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_styledtoto_string_formattedandStyleConfigurationtoFormatConfigurationand added these as top-level exports by @spyoungtech in #10 - new benchmarks, readme updates, and other minor changes