The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added the codec
PostcardCodec(thanks to @ tysen).
CodecErrornow isCopyand/orCloneif the encompassing codec errors areCopyand/orClonerespectively.
- Added the codecs
BitcodeCodecandBitcodeSerdeCodec(thanks to @arpadav).
- Fixed the rykv codec to decode aligned (thanks to @thestarmaker)
- Add a
bincodefeature to encode withbincode v2without serde and nativebincode::Encodeandbincode::Decodederive macros (thanks to @zakstucke)
- Updated rkyv to 0.8 (thanks to @thestarmaker)
- Trait
IsBinaryhas been removed. - Instead, the traits
HybridEncoderandHybridDecodernow provide the methodsis_binary_encoderandis_binary_decoderrespectively.
- Added
MiniserdeCodec - Added
SerdeLitewrapper for serde based codecs - Added
JsonSerdeWasmCodec
- Added
RkyvCodec
Initial release.