Skip to content

Releases: antonagestam/phantom-types

1.1.0

17 Nov 20:02
8a750b6
Compare
Choose a tag to compare

Full Changelog: 1.0.0...v1.1.0

1.0.0

24 Sep 20:13
5d802fc
Compare
Choose a tag to compare

Breaking changes

There are two breaking changes in this release. Because interval types and predicate functions were incorrectly named, they have been renamed to use the terms inclusive/exclusive instead of closed/open. Renaming them has the benefit that more breakage downstream should be discovered in earlier stages, e.g. in test suites and at import-time, instead of breaking at runtime in production environments.

A parse method has been implemented for TZAware and TZNaive using python-dateutil. When python-dateutil is not installed and the parse methods are called with strings, they now raise MissingDependency.

What's changed

New Contributors

  • @g-as made their first contribution in #232

Full Changelog: 0.18.0...1.0.0

0.18.0

18 Sep 16:59
0cadc67
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...0.18.0

0.17.1

06 Jul 17:00
901b13c
Compare
Choose a tag to compare

New features

Full Changelog: v0.17.0...v0.17.1

0.17.0

06 Jul 12:58
97171dd
Compare
Choose a tag to compare

New features

Fixed

Meta

Full Changelog: 0.16.0...v0.17.0

0.16.0

30 Mar 14:57
447c9e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.1...0.16.0

0.15.1

30 Jan 21:35
3bce0c0
Compare
Choose a tag to compare
Fix broken reusable workflow reference (#188)

0.15.0

22 Jan 20:28
Compare
Choose a tag to compare
  • Add initial support for numeric tower through numerary, thanks to @posita for writing the library and making me aware of it 🍰 (#179)

0.14.0

28 Nov 20:38
Compare
Choose a tag to compare
  • Switch to BSD 3-clause license (#170)
  • Add support for Python 3.10 (#165)

0.13.1

04 Nov 17:17
Compare
Choose a tag to compare
Bump version