Skip to content

Releases: antonagestam/phantom-types

1.1.0

Choose a tag to compare

@antonagestam antonagestam released this 17 Nov 20:02
8a750b6

Full Changelog: 1.0.0...v1.1.0

1.0.0

Choose a tag to compare

@antonagestam antonagestam released this 24 Sep 20:13
5d802fc

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

Choose a tag to compare

@antonagestam antonagestam released this 18 Sep 16:59
0cadc67

What's Changed

Full Changelog: v0.17.1...0.18.0

0.17.1

Choose a tag to compare

@antonagestam antonagestam released this 06 Jul 17:00
901b13c

New features

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

0.17.0

Choose a tag to compare

@antonagestam antonagestam released this 06 Jul 12:58
97171dd

New features

Fixed

Meta

Full Changelog: 0.16.0...v0.17.0

0.16.0

Choose a tag to compare

@antonagestam antonagestam released this 30 Mar 14:57
447c9e2

What's Changed

Full Changelog: 0.15.1...0.16.0

0.15.1

Choose a tag to compare

@antonagestam antonagestam released this 30 Jan 21:35
3bce0c0
Fix broken reusable workflow reference (#188)

0.15.0

Choose a tag to compare

@antonagestam antonagestam released this 22 Jan 20:28
  • 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

Choose a tag to compare

@antonagestam antonagestam released this 28 Nov 20:38
  • Switch to BSD 3-clause license (#170)
  • Add support for Python 3.10 (#165)

0.13.1

Choose a tag to compare

@antonagestam antonagestam released this 04 Nov 17:17
Bump version