Releases: cloudwego/sonic-rs
Releases · cloudwego/sonic-rs
0.2.2
0.2.1
0.2.0
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
- @ihciah made their first contribution in #2
- @liuq19 made their first contribution in #4
- @CGMossa made their first contribution in #5
- @chris-ha458 made their first contribution in #6
Full Changelog: 0.1.1...0.2.0
0.1.1
doc: improve document