Skip to content

Tags: kszucs/koerce

Tags

v0.5.1

fix(annots): singleton-ness should be inerited

v0.5.0

feat: make Builders, Patterns and various Annotation classes hashable

v0.4.2

feat(builders): support deferrable functions and custom deferred repr

v0.4.1

fix(patterns): fix pattern creation from Any typehint on python 3.10

v0.4.0

feat(builders): expose resolve() and support custom deferred repr

v0.3.0

feat(builders): support coercion from Builder and Deferred instances

v0.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(annots): must consider other base classes for abstractmethod impl…

…ementations (#26)

v0.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(annots): do not erase `__annotations__` classvar (#25)

v0.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(annotable): remove unfinished `__coerce__` implementation and add…

… tests (#24)

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add more pattern matching examples to the readme (#21)