Releases: biqqles/deconstruct
Releases · biqqles/deconstruct
Version 0.6
Version 0.5
- Struct comparison fixed so that field values are compared rather than simply field names
- Updated documentation
Version 0.4
- Multidimensional arrays are now packed and unpacked properly
- Arrays of length 0 are now permitted
- Struct instances can now be compared
Version 0.3
- Added support for future annotations
- First release on PyPI
Version 0.2
- Added exact-width types
- Added support for multi-dimensional arrays
- Struct: made
TypeWidth.STANDARD
default - Struct: added
to_bytes
method - Struct: improved unpacking efficiency
- Using native-only types in a class without
TypeWidth.NATIVE
set now throws an error (previously this would only yield a genericstruct.error
) - Empty Structs are now allowed
Version 0.1
Initial release