- Breaking: Increase MSRV to
1.81.0 - Breaking: Bump
rkyvto>=0.8,<1
0.10.0 - 2024-07-17
- Add
or()function toSerial - Add
or_default()function toSerial - Add
take()function toSerial
0.9.0 - 2024-04-29
- Breaking: Increase MSRV to
1.70.0(minimum version to run the test suite) - Breaking: Remove non-canonical
PartialOrdimplementation (#1) - Make
partial_cmp()an inherent method ofSerial - Add
precedes(),precedes_or_eq(),succeeds(), andsucceeds_or_eq()methods to replace now missing<,<=,>, and>=operators - Add
postcardfeature
0.8.0 - 2023-10-20
- Make
Serial#[repr(transparent)] - Add
bytemuckfeature
0.7.0 - 2023-10-06
- Breaking: Remove non-canonical
Ordimplementation - Breaking: Up
borshrequirement to^1 - Add
minandmaxfunctions, since they are no longer provided byOrd - Relax
arbitraryrequirement from^1.1.0to^1
0.6.0 - 2023-09-10
- Breaking: Require
rkyv >=0.7,<1instead of~0ue toRUSTSEC-2021-0054 - Breaking: The
rkyv/allocfeature actually did not exist prior to0.7, so this lenient version requirement could have lead to problems before. To prevent such issues in the future, all dependencies will require to be on somewhat recent versions:arbitrarychanged from~1to^1.1bitcodechanged from~0to>=0.4,<1borshchanged from~0to>=0.10,<1serdechanged from~1to^1.0.184speedychanged from~0to>=0.8,<1
- Do not require the
rkyv/allocfeature when enabling therkyvfeature
0.5.1 - 2023-08-17
- Update README
- Update keywords & categories on
crates.io
0.5.0 - 2023-07-28
- Fix
rkyvfeature usage withoutrkyv-safe - Add
bitcodefeature - Add
speedyfeature
0.4.0 - 2023-05-05
- Breaking: Set MSRV to
1.66.0(minimum version to run the test suite) - Add some
#[must_use]attributes
0.3.1 - 2023-04-28
- Add
documentationtoCargo.toml - Fix outdated README
0.3.0 - 2023-04-28
- Set MSRV to
1.63.0(minimum version to run the test suite) - Add
borshfeature - Add
rkyvandrkyv-safefeatures - Add
arbitraryfeature
0.2.0 - 2023-04-27
- Breaking: Set MSRV to
1.60.0(minimum version to run the test suite) - Breaking: Up
bincodeto^2.0.0-rc.3 - Improved documentation
0.1.1 - 2023-01-06
- Disabled the
stdfeatures of bincode/serde to fixno_stdsupport.