Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 1.43 KB

Unreleased

  • TODO: Add changelog for structured serde support, and no_std compat

0.1.3 (February 4, 2022)

This release adds experimental support for recording structured field values using the valuable crate. See this blog post for details on valuable.

Note that valuable support currently requires --cfg tracing_unstable. See the documentation for details.

Added

Fixed

  • Fixed incorrect size hint in SerializeFieldSet (#1333)
  • A number of documentation fixes

Thanks to @akinnane and @maxburke for contributing to this release!

0.1.2 (September 11, 2020)

Added

  • SerdeMapVisitor::finish to complete serializing the visited objects (#892)
  • SerdeMapVisitor::take_serializer to return the serializer wrapped by a SerdeMapVisitor (#892)

0.1.1 (February 27, 2020)

Added

  • Made SerdeMapVisitor public (#599)
  • Made SerdeStructVisitor public (#599)

0.1.0 (November 18, 2019)

  • Initial release