Releases: gcanti/fp-ts-contrib
Releases · gcanti/fp-ts-contrib
0.1.7
- Bug Fix
TaskOption.fromNullable
now uses NonNullable
in its return type, fixes #29 (@gcanti)
0.1.5
- New Feature
- add some combinators to
TaskOption
, #24 (@bwlt)
0.1.4
- New Feature
- add some combinators to
TaskOption
, #22 (@bwlt)
0.0.6
- New Feature
- add
Task/withTimeout
(@gabro)
- add
TaskEither/withTimeout
(@gabro)
- add
TaskOption.withTimeout
(@gabro)
- add
TaskValidation.withTimeout
(@gabro)
- Bug Fix