Skip to content

Releases: biqqles/deconstruct

Version 0.6

07 Nov 00:26
Compare
Choose a tag to compare

This release adds a new pointer destination notation and two methods on Struct: _require and new.

Version 0.5

09 Apr 22:57
Compare
Choose a tag to compare
  • Struct comparison fixed so that field values are compared rather than simply field names
  • Updated documentation

Version 0.4

15 Jan 19:01
Compare
Choose a tag to compare
  • Multidimensional arrays are now packed and unpacked properly
  • Arrays of length 0 are now permitted
  • Struct instances can now be compared

Version 0.3

09 Jan 21:08
Compare
Choose a tag to compare

Version 0.2

09 Jan 21:06
Compare
Choose a tag to compare
  • 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 generic struct.error)
  • Empty Structs are now allowed

Version 0.1

06 Oct 22:43
Compare
Choose a tag to compare

Initial release