Skip to content

Version 0.7

Choose a tag to compare

@biqqles biqqles released this 23 Jan 20:54
· 130 commits to master since this release

In this major update:

  • Initialisation performance has been greatly improved by optimising function calls and defaults lookup
  • Breaking change - DataClassInit has been removed. If you were using this externally (not recommended), reference DataClassMeta instead
  • __post_init__ is now legal and supported
  • The generated __repr__ is now aware of recursive classes and will not throw a RecursionError (#11)