- Switch to BSD 3-clause license (170) - Add support for Python 3.10 (165)
0.13.1
0.13.0
- Remove deprecated phantom.ext.iso3166 (152) - Raise an error for known mutable bounds. Subclassing from `Phantom` now raises `MutableType` if the bound type is known to be mutable, e.g. `list`, `set`, `dict` and unfrozen dataclasses will all raise an error. (156)
0.12.0
Added
- Improved `__repr__` for predicate factories (148) - Introduce src directory layout, to make tests run against an installed version of the library (149) - Make `CountryCode` a union of a `Literal` and a phantom type. This gets rid of the external dependency on the iso3166 package for country code support and moves the country code support into `phantom.iso3166`. The old module is still importable but yields a deprecation warning and will be removed in 0.13.0. (136)
0.11.0
Added
- Expose and document the `excepts` decorator (142). This decorator wasn't documented and therefor not previously supported, however this change moves the decorator from `phantom.utils` to `phantom.fn` so code that depended on this private function will now how to update imports. - Enable blacken-docs for formatting example code (141)
Fixed
- Don't expect callables to have `__qualname__` (143) - Make `Interval` parse strings (145)