v2.0.0
In this release
- Removed deprecated APIs:
Before | After |
---|---|
onDecode() | fold() |
decodePromise() | decodeToPromise() |
then() | chain() |
BREAKING CHANGES
onDecode()
is nowfold()
.decodePromise()
is nowdecodeToPromise()
.then()
is nowchain()
.- Upgraded to TypeScript v4