Releases: PSeitz/serde_json_borrow
Releases · PSeitz/serde_json_borrow
0.8.
What's Changed
- update benchmark by @PSeitz in #25
- improve benches by @PSeitz in #26
- fix bench by @PSeitz in #27
- feat: add FromIterator impl for ObjectAsVec by @meskill in #28
- perf: strip extra iteration when initialising ObjectAsVec by @meskill in #29
- bump version by @PSeitz in #30
- perf: add CowStr type to be able to use Cow::Borrowed on keys by @jszwec in #32
- fix compiler warnings by @PSeitz in #33
- move num handling to own module by @PSeitz in #34
- Note about OwnedValue by @rdettai in #35
- improve docs, bump version by @PSeitz in #37
New Contributors
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- impl Deserializer for Value (deserialization into other types) by @PSeitz in #22
- compare with simd_json borrowed value by @PSeitz in #11
- Add ObjectAsVec wrapper by @PSeitz in #12
- add Deref to OwnedValue by @PSeitz in #16
- Enable Cow<'str> via cowkeys featureflag by @PSeitz in #17
- chore: implement
From<&'a serde_json::Value>forValue<'a>by @ssddOnTop in #18 - document the right time complexity in insert_unchecked_and_get_mut by @trinity-1686a in #20
- refactor: extend returned lifetimes by @meskill in #19
New Contributors
- @ssddOnTop made their first contribution in #18
- @trinity-1686a made their first contribution in #20
- @meskill made their first contribution in #19
Full Changelog: 0.3...0.7.0