Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 17:34
· 4 commits to master since this release
c1a1af3

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#55)
  • Added default parameter to fromLeft and fromRight and removed Partial constraint (#48)

New features:

  • Added \/ alias for either (#51)
  • Added lazy versions of fromRight and fromLeft (#59)
  • This package no longer depends on the purescript-bifunctors and purescript-foldable-traversable packages. Relevant instances have been moved to those packages. (#64)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#58)
  • Added a CHANGELOG.md file and pull request template (#62, #63)
  • Corrected docs for Apply instance (#49)
  • Improved documentation of Eithers "do notation" (#52)