Skip to content

Releases: connor-makowski/type_enforced

1.10.1

31 Jan 17:52
Compare
Choose a tag to compare

1.10.0

30 Jan 16:44
Compare
Choose a tag to compare

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

29 Jan 14:59
743b730
Compare
Choose a tag to compare

What's Changed

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

03 Dec 18:59
Compare
Choose a tag to compare

1.8.0

15 Nov 21:57
Compare
Choose a tag to compare

Fix arg bugs when args were given defaults, but then *args were provided followed by kwargs with defaults.

1.7.0

15 Nov 21:56
Compare
Choose a tag to compare
1.7.0

1.6.0

11 Nov 19:41
Compare
Choose a tag to compare

1.6.0: Automatically merge nested iterables to fix some issues discovered in #41

1.5.0

02 Apr 19:40
c062f73
Compare
Choose a tag to compare

Add constraint enforcement feature.

1.4.0

01 Mar 18:51
e9db841
Compare
Choose a tag to compare

Add in support for enabled as well as Callable type checking

1.3.0

17 Jan 19:40
1141e65
Compare
Choose a tag to compare

1.3.0: Add utils and docs for WithSubclass.