Releases: aeirola/io-ts-promise
Releases · aeirola/io-ts-promise
v2.0.2
Properly extend Error in DecodeError #15
v2.0.1
Fix issue with decoding of non-undefined falsy values.
v2.0.0
Breaking change! Upgrade to io-ts 2.x.
v1.1.1
- Make
io-ts
a peer dependency, instead of a hard dependency.
v1.1.0
- Add support for identifying decoding errors in long promise chains with
isDecodeError(error)
.
v1.0.0
Initial release, with support for:
- Promise chain decoding
- Custom types and decoders