Skip to content

Releases: romansvozil/binpi

v0.1.20

09 Jan 16:57
Compare
Choose a tag to compare

Fixes:

  • SimpleSerializableType as size argument for Lists didn't use endinianess

v0.1.19

09 Jan 15:18
Compare
Choose a tag to compare

Features:

  • Now you can pass SimpleSerializableType as size parameter to binpi.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

07 Jan 00:00
Compare
Choose a tag to compare
  • Add Enum parsing
  • Move endianness from types to the serialize & deserialize functions (LEInt -> just Int)

v0.1.17

05 Jan 19:17
Compare
Choose a tag to compare
chore: bump version

v0.1.16

04 Jan 22:31
Compare
Choose a tag to compare

Features:

  • Use fields of subclasses

v0.1.15

04 Jan 20:37
Compare
Choose a tag to compare
feat: allow passing instance to deserialize

v0.1.14

04 Jan 20:22
Compare
Choose a tag to compare
chore: bump version

v0.1.13

04 Jan 20:14
Compare
Choose a tag to compare
feat: add parent_instance

v0.1.12

04 Jan 19:35
Compare
Choose a tag to compare

Fixes:

  • Fix boolean

v0.1.11

02 Jan 14:24
Compare
Choose a tag to compare

Fix:

  • Do not serialize methods