Skip to content

Releases: jspahrsummers/adt

v0.2.1

19 Mar 16:55
26adb4d
Compare
Choose a tag to compare

Adds support for mypy 0.812—thanks @alexmusa! This mypy version happens to fix #25 and #26 as well.

v0.2

26 Jun 10:01
Compare
Choose a tag to compare

Don't install adt tests package (thanks @seanjennings1!)

v0.1.3

29 Feb 22:43
Compare
Choose a tag to compare
  • Fix compatibility with mypy >= 0.730, plus lots of documentation and test updates (thanks @wchresta!)
  • Add private _types field on ADTs to access the constructor types (thanks @SebastienLavoie!)

v0.1.2

18 Dec 19:02
Compare
Choose a tag to compare

Add source files to PyPI distribution (thanks, @wchresta!)

v0.1.1

15 Sep 19:41
Compare
Choose a tag to compare

Add py.typed file so package is seen as typed (thanks, @moshelooks!)

Initial release

10 Jul 17:59
Compare
Choose a tag to compare
v0.1.0

Fix script/deploy again