Skip to content

Releases: jacob-alford/bifold-traverse

1.1.0

06 May 00:10
881b9bd
Compare
Choose a tag to compare

Feature Changes

  • Add traverseLeft to Bitraversable
  • Add traverseRight to Bitraversable
  • Add traverseLeft to Either
  • Add traverseLeft to These
  • Add traverseFst and traverseSnd to ReadonlyTuple
  • Add traverseLeft and traverseRight to Separated

Full Changelog: 1.0.2...1.1.0

1.0.2

04 May 21:27
da4dd5a
Compare
Choose a tag to compare

Patch Changes

  • add constrained overloads to Bitraversable typeclass

Full Changelog: 1.0.1...1.0.2

1.0.1

04 May 17:57
1634229
Compare
Choose a tag to compare

Patch Changes

  • URI is now properly included in the Bifoldable typeclass definition

Docs

  • Add Explanation section to README
  • Add example to These > bifoldMap
  • Add example to Separated > bitraverse
  • Add example to Either > bitraverse

Full Changelog: 1.0.0...1.0.1

🎉 1.0.0 | bifold-traverse

28 Apr 01:20
f577c20
Compare
Choose a tag to compare

1.0.0

bifold-traverse is a port of purescript-foldable-traversable's Bifoldable and Bitraversable typeclasses to fp-ts 2.x.

Feature Changes

  1. Add Bifoldable Typeclass
  2. Add Bitraversable Typeclass
  3. Add Either instances
  4. Add IOEither methods
  5. Add ReadonlyTuple instances
  6. Add Separated instances
  7. Add TaskEither methods
  8. Add TaskThese methods
  9. Add These instances