Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 17:58
· 6 commits to master since this release
4551b8e

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#35)
  • Removed Costrong and Cochoice from Costar (#38)
  • Clown, Costar, Cowrap, and Joker have been moved to the Data.Functors module in the purescript-functors package, so that the same types can also be used as bifunctors; Cowrap was renamed to Flip (#41)
  • Wrap was deleted; it is expected that any instances of Profunctor will be accompanied by a corresponding instance of Functor (#41)

New features:

  • This package no longer depends on the purescript-contravariant package (#41)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#36)
  • Added a changelog and pull request template (#39, #40)