Skip to content

Releases: kszucs/koerce

v0.1.1

25 Aug 09:56
a7feadb
Compare
Choose a tag to compare

What's Changed

  • docs: improve readme with additional examples by @kszucs in #20

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Aug 18:00
5760b1d
Compare
Choose a tag to compare

First minor release.

What's Changed

  • feat: support strict vs coercive annotations by @kszucs in #17
  • docs: slightly improve the readme by @kszucs in #18
  • chore: pass cython build directives as comment by @kszucs in #19

Full Changelog: v0.0.9...v0.1.0

v0.0.9

22 Aug 06:58
1788181
Compare
Choose a tag to compare

Support for dataclass-like Annotable base class with runtime validation.

v0.0.8

07 Aug 22:47
d88ccaf
Compare
Choose a tag to compare
perf(annots): use cython.ccall to implement Signature.bind() and Sign…

v0.0.7

05 Aug 22:37
75d230f
Compare
Choose a tag to compare
chore: remove previously built binaries

v0.0.6

05 Aug 21:16
5d3efeb
Compare
Choose a tag to compare
chore: include other binary extensions to the wheel distributions