Releases: romansvozil/binpi
Releases · romansvozil/binpi
v0.1.20
v0.1.19
Features:
- Now you can pass SimpleSerializableType as
size
parameter tobinpi.List
, binpi will then read the size from the binary stream and then read the correct amount of data ({size}|element1|element2|element3
)
v0.1.18
- Add Enum parsing
- Move endianness from types to the serialize & deserialize functions (LEInt -> just Int)
v0.1.17
chore: bump version
v0.1.16
Features:
- Use fields of subclasses
v0.1.15
feat: allow passing instance to deserialize
v0.1.14
chore: bump version
v0.1.13
feat: add parent_instance
v0.1.12
Fixes:
- Fix boolean
v0.1.11
Fix:
- Do not serialize methods