Skip to content

Releases: chasefinch/data-enum

v3.0.1

14 Apr 19:38

Choose a tag to compare

DataEnum 3

Rebuilt API using type hints. Simpler, less magic, no gotchas. Support defaults, unique-together, and type checkers.

3.0.1: Fixed import stability.

v2.0.1

09 Dec 16:24

Choose a tag to compare

Fix printing members as strings. Update to development & testing environment.

v2.0.0

04 Nov 17:14

Choose a tag to compare

Drop support for Python <3.6. Improve speed with new Python 3-specific tools. Upgrade linting & context management.

v1.2.3

20 Sep 01:40

Choose a tag to compare

Guarantee insertion order for members

v1.2.2

01 Sep 14:49

Choose a tag to compare

Update readme & refactor

v1.2.1

01 Sep 01:51

Choose a tag to compare

Change syntax & remove registration

v1.1.1

27 Aug 20:08

Choose a tag to compare

Documentation & test coverage