All Versions
14
Latest Version
Avg Release Cycle
73 days
Latest Release
1088 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.2 Changes
April 01, 2018๐ This patch release only consists of internal improvements and refactorings. ๐ Notably, this removes all uses of
transmute
and instead uses pointer casts. -
v1.2.1 Changes
November 29, 2017๐ This patch release removes more unnecessary uses of
unsafe
that ๐ were overlooked in the prior1.2.0
release. In particular, theReadBytesExt::read_{f32,f64}_into_checked
methods have been deprecated and replaced by more appropriately namedread_{f32,f64}_into
methods. -
v1.1.0 Changes
๐ This release of
byteorder
features a number of fixes and improvements, mostly as a result of the Litz Blitz evaluation.๐ Feature enhancements:
- FEATURE #63: Add methods for reading/writing slices of numbers for a specific endianness.
- FEATURE #65:
Add support for
u128
/i128
types. (Behind the nightly onlyi128
feature.) - FEATURE #72: Add "panics" and "errors" sections for each relevant public API item.
- FEATURE #74: Add CI badges to Cargo.toml.
- FEATURE #75: Add more examples to public API items.
- โ Add 24-bit read/write methods.
- โ Add
BE
andLE
type aliases forBigEndian
andLittleEndian
, respectively.
๐ Bug fixes: