Releases: connor-makowski/type_enforced
Releases · connor-makowski/type_enforced
1.10.1
Full Changelog: 1.10.0...1.10.1
1.10.0
Full Changelog: 1.9.0...1.10.0
- Drop support for python3.9
- Fix bugs related to scenarios where
from __future__ import annotations
caused issues. - Streamline the way annotations / type hints are fetched and stored under the hood for better consistency across major versions.
1.9.0
What's Changed
- 1.9.0: Add support for python 3.14 and future annotations by @connor-makowski in #48
Features Include:
- Support for Python 3.14
- Support for from future import annotations
- Updates to python version testing process (dockerized)
- Renamed scripts
Full Changelog: 1.8.1...1.9.0
1.8.1
- Streamline get_defaults
Full Changelog: 1.8.0...1.8.1
1.8.0
Fix arg bugs when args were given defaults, but then *args were provided followed by kwargs with defaults.
1.7.0
1.7.0
1.6.0
1.5.0
Add constraint enforcement feature.
1.4.0
Add in support for enabled as well as Callable type checking
1.3.0
1.3.0: Add utils and docs for WithSubclass.