Skip to content

Releases: cevr/ftld

v0.45.1

03 May 18:32
Compare
Choose a tag to compare

Patch Changes

  • add flatMapErr to Task and refine typings

v0.45.0

03 May 18:16
Compare
Choose a tag to compare

Minor Changes

  • Adds inverse to the Result and Task type, allowing one to invert the Ok instance to an Err and vice versa

v0.44.1

03 May 18:08
Compare
Choose a tag to compare

Patch Changes

  • Fix flatMapErr types to include union of Err types

v0.44.0

03 May 18:04
Compare
Choose a tag to compare

Minor Changes

  • Adds flatMapErr to Result