binarize 1.1.0 binarize: ^1.1.0 copied to clipboard
Binarize allows for a more streamlined and extendable binary creation experience.
1.1.0 #
- feat: added
Bytes
payload type for reading and writing list of bytes. - feat: added support for reading and writing strings with lower and higher length storage.
- Deprecated: The
string
payload type is now deprecated in favor of thestring32
payload type.
- Deprecated: The
- docs: improved documentation for most types.
- feat:
PayloadReader
now has aoffset
property that indicates how far it has read.
1.0.1 #
- Improved documentation, tests and internal code.
1.0.0+1 #
- Exposing the writer and reader classes.
1.0.0 #
- Initial release of Binarize.