Skip to content

Releases: gcanti/io-ts

0.9.4

29 Dec 17:43
Compare
Choose a tag to compare
  • Bug Fix
    • strict: should succeed validating an undefined field, closes #106 (@gcanti)

0.9.3

23 Dec 10:22
Compare
Choose a tag to compare

0.9.3

0.9.2

18 Dec 13:51
Compare
Choose a tag to compare

0.9.1

08 Dec 08:32
Compare
Choose a tag to compare
  • Bug Fix

0.9.0

27 Nov 09:52
Compare
Choose a tag to compare
  • Breaking Change
    • remove t.map and t.mapWithName (in general doesn't look serializable, needs more investigation)
    • remove t.prism (in general doesn't look serializable, needs more investigation)
    • change Type from interface to class and add S type parameter
      • remove t._A
    • add Type#serialize
    • add Type#is (in order to serialize unions and while we're at it, looks useful anyway)
    • remove t.is (now that there's Type#is is misleading)
  • Experimental

0.8.2

08 Nov 06:13
Compare
Choose a tag to compare
  • New Feature

0.8.1

05 Nov 16:45
Compare
Choose a tag to compare

0.8.0

01 Nov 10:39
Compare
Choose a tag to compare
  • Breaking Change
    • upgrade to latest fp-ts (0.6.1) (@gcanti)

0.7.2

16 Oct 13:42
Compare
Choose a tag to compare

0.7.1

29 Sep 07:15
Compare
Choose a tag to compare
  • Bug Fix
    • incorrect compile time type for dictionary, fix #75 (@gcanti)