Skip to content

Releases: omicronZero/dataclassbase

Version 0.1.3

Choose a tag to compare

@omicronZero omicronZero released this 17 Jul 20:30

The availability of typing is now visible to static type checkers such as MyPy.

Version 0.1.2

Choose a tag to compare

@omicronZero omicronZero released this 15 Jul 07:37

Major changes:

  • The FieldProvider is 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

Choose a tag to compare

@omicronZero omicronZero released this 13 Jul 23:39

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.