Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.97 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Remove usize value from Error::SerializeBufferFull variant

0.5.0 - 2024-10-21

Changed

  • Mark Error as non-exhaustive (#11)
  • Add support for multiple heapless and heapless-bytes versions (#13):
    • Move existing support for heapless 0.7 and heapless-bytes 0.3 behind features
    • Add support for heapless 0.8 and heapless-bytes 0.4
    • Remove cbor_serialize_bytes and cbor_serialize_extending_bytes (use cbor_serialize_to instead)

0.4.1 - 2024-10-08

Added

  • Add support for deserialize_ignored_any (#6)
  • Accept arrays of integers in deserialize_bytes (#7)
  • Add support for all types expected by serde in deserialize_identifier (#8)
  • Add ?Sized trait bound to cbor_serialize, cbor_serialize_extending_bytes and cbor_serialize_bytes (#10)

Fixed

  • Fix deserialization of enums with struct variants (#4)
  • Never inline map and tuple deserialization (#15)

0.4.0 - 2021-06-10

Changed

  • Update heapless to 0.7 and heapless-bytes to 0.3