Releases: jlusiardi/tlv8_python
Releases · jlusiardi/tlv8_python
Version 0.10.0
Bug Fix:
- Fix for #15: consider length parameter for integer entries during encoding
Version 0.8.0
New Features:
tlv8.encodecan now handle lists oftlv8.Entryobjects and
tlv8.EntryLists- adds
tlv8.JsonEncoderto serializetlv8.Entryand
tlv8.EntryListobjects to json where needed
Version 0.7.0
New Features:
- Add data type
tlv8.DataType.UNSIGNED_INTEGERto make a distinction between the default of
signed integers and unsigned integer. This is important for read network ports from TLV
structures
Version 0.6.0
New Features:
- Add function
tlv8.deep_decodeto get a quick view over a TLV structure.
Version 0.5.0
New Features:
- Integration of Coveralls into build pipeline
- Add new type
tlv8.EntryListto have easier access to entries in a TLV list
Version 0.4.0
New Features:
- Support encoding and decoding
IntEnumkeys and and values
Version 0.2.0
New Features:
tlv8.Entry.encodenow handles alsobytearrayinstances as input for TLV Datatype bytes
Version 0.1.0
Initial release to the public.