Version 0.7
In this major update:
- Initialisation performance has been greatly improved by optimising function calls and defaults lookup
- Breaking change -
DataClassInithas been removed. If you were using this externally (not recommended), referenceDataClassMetainstead __post_init__is now legal and supported- The generated
__repr__is now aware of recursive classes and will not throw aRecursionError(#11)