v4.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#24)
New features:
- Added
Clown
,Costar
,Flip
,Joker
, andProduct2
types, adapted from thepurescript-bifunctors
andpurescript-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
, andpurescript-profunctor
packages, and contains instances previously in some of those packages (#31)