Releases: trussed-dev/cbor-smol
Releases · trussed-dev/cbor-smol
v0.5.0
Changed
- 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
v0.4.1
Changes
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 tocbor_serialize
,cbor_serialize_extending_bytes
andcbor_serialize_bytes
(#10)