Skip to content

Releases: xpodev/quickstruct

v0.2.1

19 Jan 21:49
Compare
Choose a tag to compare

Changelog

v0.2.0

19 Jan 21:34
811f85e
Compare
Choose a tag to compare

Changelog

  • DataStruct is now using a metaclass instead of hook function
  • DataStruct generates __slots__ for faster & safer code
  • Many bug fixes
  • Changed and deprecated some StructFlags
  • Added new StructBuilder for better structs
  • Added error

v0.1.4

10 Feb 00:41
Compare
Choose a tag to compare

Changelog

  • I messed up something and now I'm tryna fix it 😅

v0.1.3

10 Feb 00:32
Compare
Choose a tag to compare

Changelog

  • Added struct alignment, field reorder and flags
  • Added tests for fixed sized alignment & size

v0.1.2

09 Feb 12:37
Compare
Choose a tag to compare

Bug fixes

  • Fixed a bug where checking for instance (isinstance) will cause infinite recursion
  • Updated the readme
  • Added some tests

v0.1.1

09 Feb 11:35
Compare
Choose a tag to compare

First release (except that I messed up the previous one).

Full Changelog: https://github.com/xpodev/quickstruct/commits/0.1.1