Skip to content

Releases: xpodev/quickstruct

v0.2.1

Choose a tag to compare

@binyamin555 binyamin555 released this 19 Jan 21:49

Changelog

v0.2.0

Choose a tag to compare

@binyamin555 binyamin555 released this 19 Jan 21:34
811f85e

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

Choose a tag to compare

@binyamin555 binyamin555 released this 10 Feb 00:41

Changelog

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

v0.1.3

Choose a tag to compare

@binyamin555 binyamin555 released this 10 Feb 00:32

Changelog

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

v0.1.2

Choose a tag to compare

@binyamin555 binyamin555 released this 09 Feb 12:37

Bug fixes

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

v0.1.1

Choose a tag to compare

@binyamin555 binyamin555 released this 09 Feb 11:35

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

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