Skip to content

Releases: gcanti/io-ts

0.7.0

23 Sep 13:19
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to latest fp-ts (0.5.2) and TypeScript (2.5.2) (@gcanti)

0.6.2

31 Aug 14:10
Compare
Choose a tag to compare
  • New Feature
    • add aliases for null and interface, closes #63 (@gcanti)

0.6.1

25 Jul 03:52
Compare
Choose a tag to compare
  • Internal
    • handle latest fp-ts (0.4.3) (@gcanti)

0.6.0

14 Jul 06:56
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to latest fp-ts (0.4.0) (@gcanti)
  • Internal
    • allow for infinite unions (@gcanti)

0.5.1

08 Jul 08:47
Compare
Choose a tag to compare
  • Bug Fix
    • export and rename interfaceType to _interface, fix #57 (@gcanti)

0.5.0

14 Jun 16:09
Compare
Choose a tag to compare
  • Breaking Change
    • Type is now an interface
    • types no more own a is method, use t.is instead
    • unions no more own a fold method
    • Reporter, PathReporter, ThrowReporter are now top level modules

0.4.0

01 Jun 15:47
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to latest fp-ts (io-ts APIs are not changed though) (@gcanti)
    • drop lib-jsnext folder

0.3.2

09 May 16:08
Compare
Choose a tag to compare
  • Bug Fix

0.3.1

24 Apr 08:21
Compare
Choose a tag to compare
  • New Feature

0.3.0

31 Mar 17:38
Compare
Choose a tag to compare

This is a breaking change only if you are using fp-ts APIs

  • Breaking Change
    • upgrade to latest fp-ts v0.2 (@gcanti)