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.
- Remove
usize
value fromError::SerializeBufferFull
variant
0.5.0 - 2024-10-21
- Mark
Error
as non-exhaustive (#11) - Add support for multiple
heapless
andheapless-bytes
versions (#13):- Move existing support for
heapless
0.7 andheapless-bytes
0.3 behind features - Add support for
heapless
0.8 andheapless-bytes
0.4 - Remove
cbor_serialize_bytes
andcbor_serialize_extending_bytes
(usecbor_serialize_to
instead)
- Move existing support for
0.4.1 - 2024-10-08
- 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 tocbor_serialize
,cbor_serialize_extending_bytes
andcbor_serialize_bytes
(#10)
- Fix deserialization of enums with struct variants (#4)
- Never inline map and tuple deserialization (#15)
0.4.0 - 2021-06-10
- Update
heapless
to 0.7 andheapless-bytes
to 0.3