Skip to content

Releases: google/serde_json_lenient

v0.2.1

21 Mar 13:58
Compare
Choose a tag to compare
  • Fixed newline handling (#20)

v0.2.0

08 Mar 18:04
Compare
Choose a tag to compare
  • Merged from upstream serde_json
  • Introduce cfg!(parse_negative_zero_as_int) to create a build-time option to parse -0 the same as other JSON parsers. (#16)
  • Add an option to control escaped newlines separately from other control (#18)

v0.1.8

16 Oct 21:00
Compare
Choose a tag to compare

What's Changed

  • Improve performance of escape character checking by @jedav in #14

New Contributors

  • @jedav made their first contribution in #14

Full Changelog: v0.1.7...v0.1.8

v0.1.7

16 Oct 21:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.4

08 Mar 23:30
01d0cf0
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

What's Changed

Initial release

08 Mar 16:37
762653f
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release of serde_json_lenient. This is derived from serde_jsonrc, which in turn is derived from serde_json.

This is ultimately based on serde_json 1.0.69.