Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 17:49
· 3 commits to master since this release
5c150ac

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#20)

New features:

  • This package no longer depends on the purescript-foldable-traversable package. Relevant instances have been moved to that package. (#26)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#22)
  • Added a CHANGELOG.md file and pull request template (#24, #25)
  • Updated Identity's Foldable1 instance to account for changes in Foldable1 definition (#21, #23)