Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@juntyr juntyr released this 17 Aug 05:29
eafa2b6

Changelog

  • Fix issues #277 and #405 with Value::Map IntoIter and extraneous item check for Value::Seq (#406)
  • Fix issue #401 with correct raw struct name identifier parsing (#402)
  • Fix issue #410 trailing comma parsing in tuples and Some (#412)
  • Error instead of panic when deserializing non-identifiers as field names (#415)
  • [Non-API] Breaking: Fix issue #307 stack overflow with explicit recursion limits in serialising and deserialising (#420)
  • Fix issue #423 deserialising an identifier into a borrowed str (#424)
  • Bump MSRV to 1.57.0 and bump dependency: base64 to 0.20 (#431)
  • Bump dependency base64 to 0.21 (#433)
  • Depend on serde_derive directly to potentially enable more compilation parallelism (#441)
  • [Non-API] Breaking: Bump bitflags dependency to 2.0, changes serde impls of Extensions (#443)
  • Add Map::retain method (#460)
  • Bump MSRV to 1.64.0 and bump dependency: indexmap to 2.0 (#459)

Full changelog

v0.8.0...v0.8.1

New contributors

Thank you all for contributing!