Changelog for byte-order-0.1.3.0
Revision history for byte-order
0.1.3.0 -- 2021-02-22
- Add a module for big-endian access to pointers.
- Add
Bytes
instances forWord128
andWord256
.
0.1.2.0 -- 2020-01-06
- Add a
Bytes
instance forWord
.
0.1.1.0 -- YYYY-mm-dd
- Add
PrimUnaligned
instance forFixed
. - Add modules for more convenient interface to reading and writing
fixed-endianness elements to byte arrays:
Data.Primitive.ByteArray.LittleEndian
andData.Primitive.ByteArray.BigEndian
.
0.1.0.0 -- 2019-05-29
- Initial release.