Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@PSeitz PSeitz released this 28 Oct 03:52
· 15 commits to main since this release
fa2400f

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> for Value<'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

Full Changelog: 0.3...0.7.0