binarize 1.4.0
binarize: ^1.4.0 copied to clipboard
Binarize allows for a more streamlined and extendable binary creation experience.
1.4.0 #
- feat: added
mappayload type for storing pairs of keys and values as a map. - feat: added
RawListpayload type for reading and writing lists with a constant length. - refactor:
Bytesnow uses the newRawListpayload type. - feat: exporting
Uint8ListandByteDatafromdart:typed_data.
1.3.1 #
- fix: calculated length of
listwas off.
1.3.0 #
- feat: added
listpayload type for storing lists of values of any other payload type.
1.2.0 #
- feat: added
nullablepayload type for storing nullable values of any other payload type. - docs: added a small section to the README about a use case.
1.1.0 #
- feat: added
Bytespayload type for reading and writing list of bytes. - feat: added support for reading and writing strings with lower and higher length storage.
- Deprecated: The
stringpayload type is now deprecated in favor of thestring32payload type.
- Deprecated: The
- docs: improved documentation for most types.
- feat:
PayloadReadernow has aoffsetproperty 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.