Skip to content

Releases: gcanti/io-ts-types

0.4.7

16 Apr 13:46
Compare
Choose a tag to compare
  • Bug Fix
    • bind decode to the provided validate in withValidate, fix #95 (@gcanti)

0.4.6

25 Mar 11:41
Compare
Choose a tag to compare

0.4.5

25 Mar 07:16
Compare
Choose a tag to compare
  • New Feature
    • add NonEmptyString codec (@gcanti)

0.4.4

14 Mar 17:47
Compare
Choose a tag to compare
  • New Feature
  • Deprecation
    • deprecate number/IntegerFromString in favour of IntFromString (@gcanti)
    • deprecate fp-ts/createOptionFromJSON in favour of optionFromJSON (@gcanti)
    • deprecate fp-ts/createEitherFromJSON in favour of eitherFromJSON (@gcanti)

0.4.3

05 Mar 12:16
Compare
Choose a tag to compare

0.4.2

30 Jan 14:27
Compare
Choose a tag to compare
  • Polish

0.4.1

28 Jan 07:42
Compare
Choose a tag to compare
  • Polish
    • apply io-ts@1.6.x interface pattern (@gcanti)

0.4.0

12 Nov 16:52
Compare
Choose a tag to compare

Note. This fix should NOT be a breaking change for most users. However since some signatures are changed, namely their type parameters, this release is published with a minor bump as a precaution.

0.3.14

04 Oct 14:32
Compare
Choose a tag to compare

0.3.13

17 Sep 16:20
Compare
Choose a tag to compare
  • New Feature
    • Export Codec class Types alongside their combinator, #63 (@sledorze)