Skip to content

Releases: cloudwego/sonic-rs

0.2.2

31 Oct 06:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

30 Oct 08:00
Compare
Choose a tag to compare

What's Changed

  • fix writerext and validate utf-8 in get apis by @liuq19 in #27

Full Changelog: 0.2.0...0.2.1

0.2.0

30 Oct 05:00
Compare
Choose a tag to compare

What's Changed

  • feat: add into_cow_str for LazyValue by @ihciah in #2
  • refactor: expose Result for into_cow_str by @ihciah in #3
  • fix: get out of empty array by @liuq19 in #4
  • Update README.md by @CGMossa in #5
  • Clippy fixes by @chris-ha458 in #6
  • fix(dom): invalid memcopy and trailing char bug in fuzzer by @liuq19 in #8
  • bump 0.1.2 by @liuq19 in #9
  • doc: Update README.md about utf-8 validate by @liuq19 in #10
  • feat: add a feature to support utf8 validate by @liuq19 in #12
  • doc: update roadmap, performance, readme document by @liuq19 in #16
  • fix: badge link in readme by @PureWhiteWu in #18
  • fix: parse max u64 and enable float_roundtrip for serde-json by @liuq19 in #21
  • feat: make utf-8 validation in default by @liuq19 in #22
  • chore: mark get and iterator as unsafe apis by @liuq19 in #23
  • chore: adjust get, get_many, iterator & rawvalue apis by @liuq19 in #25

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

18 Oct 07:54
Compare
Choose a tag to compare
doc: improve document