Skip to content

v4.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 18:00
· 8 commits to master since this release
81ac75e

Breaking changes:

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

New features:

  • Added Clown, Costar, Flip, Joker, and Product2 types, adapted from the purescript-bifunctors and purescript-profunctor packages (#31)
  • This package no longer depends on the purescript-foldable-traversable package. Relevant instances have been moved to that package. (#31)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#25)
  • Added a CHANGELOG.md file and pull request template (#28, #29)
  • This package now depends on the purescript-contravariant, purescript-distributive, purescript-invariant, and purescript-profunctor packages, and contains instances previously in some of those packages (#31)