Releases: omicronZero/dataclassbase
Releases · omicronZero/dataclassbase
Release list
Version 0.1.3
The availability of typing is now visible to static type checkers such as MyPy.
Version 0.1.2
Major changes:
- The
FieldProvideris now an abstract base class - Gathering fields from base classes and the class to be made a dataclass is now handled by the
FieldProvider
Version 0.1.1
The first release of the dataclassbase-package. Note that this package is still in alpha and in active development; it may thus receive breaking changes.
For more information about the package's usage, see README.md.