Skip to content

Releases: gcanti/io-ts

2.0.0

02 Jul 08:54
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to fp-ts@2.x (@gcanti)
    • move fp-ts to peerDependencies (@gcanti)

1.10.4

02 Jul 07:02
Compare
Choose a tag to compare
  • Polish
    • remove unneeded internal code (@gcanti)

1.10.3

02 Jul 05:12
Compare
Choose a tag to compare
  • Bug Fix

1.10.2

21 Jun 21:40
Compare
Choose a tag to compare
  • Bug Fix
    • move fp-ts back to dependencies (@gcanti)

1.10.1

20 Jun 22:56
Compare
Choose a tag to compare
  • Bug Fix
    • handle strict, exact and refinement codecs when optimizing tagged unions, fix #339 (@gcanti)

1.10.0

19 Jun 13:38
Compare
Choose a tag to compare
  • New Feature
    • make io-ts compatible with both fp-ts@1.x, fp-ts@2.x (@gcanti)

1.9.0

13 Jun 15:44
Compare
Choose a tag to compare
  • New Feature
    • union is now able to detect and optimize tagged unions (@gcanti)
  • Deprecation
    • deprecate taggedUnion in favour of union (@gcanti)

1.8.6

13 May 09:05
Compare
Choose a tag to compare

output ES modules to better support tree-shaking, closes #326 (@gcanti)

1.8.5

30 Mar 14:01
Compare
Choose a tag to compare
  • Bug Fix
    • change how types and output types are retrieved in IntersectionC and TupleC, fix #315 (@gcanti)

1.8.4

26 Mar 08:55
Compare
Choose a tag to compare
  • Polish