Releases: hearsaycorp/richenum
Releases · hearsaycorp/richenum
2.0.3
2.0.2
What's Changed
- Remove unavailable blog post link from README by @archiezgg in #56
New Contributors
- @archiezgg made their first contribution in #56
Full Changelog: 2.0.1...2.0.2
Fix Readme syntax
Merge pull request #54 from radaron/fix_readme Fix Readme syntax because the deployment failing
Upgrade python version to support 3.9 and 3.10
2.0.0 Merge pull request #53 from radaron/social/HSS-29595-upgrade-python-v…
Inherit from LookupError
Merge pull request #42 from jemiahlee/bugfix_lookuperror Make EnumLookupError inherit from LookupError.
Add lookup support
Merge pull request #39 from rbm/convenient-exceptions Add LookupError members to RichEnums to simplify catching lookup errors, and bump version to 1.2
Python 3 hash support
Merge pull request #37 from tulioz/hash __hash__ is not inherited from parent class when __eq__ is overridden, define new __hash__ to account for this
Python 3.0 support and version
Merge pull request #36 from adepue/master Version bump
Python 3.0 support
1.1.0 Python 3.0 support
Sync behavior of iter, len and contains to use members()
Merge pull request #32 from adepue/master __iter__ and __len__ should use members() which is a class method and ca...