Skip to content

Releases: aeirola/io-ts-promise

v2.0.2

01 Jan 13:27
Compare
Choose a tag to compare

Properly extend Error in DecodeError #15

v2.0.1

03 Oct 15:16
Compare
Choose a tag to compare

Fix issue with decoding of non-undefined falsy values.

v2.0.0

04 Jul 14:31
Compare
Choose a tag to compare

Breaking change! Upgrade to io-ts 2.x.

v1.1.1

27 Mar 15:10
Compare
Choose a tag to compare
  • Make io-ts a peer dependency, instead of a hard dependency.

v1.1.0

25 Feb 15:29
Compare
Choose a tag to compare
  • Add support for identifying decoding errors in long promise chains with isDecodeError(error).

v1.0.0

25 Feb 15:28
Compare
Choose a tag to compare

Initial release, with support for:

  • Promise chain decoding
  • Custom types and decoders