Releases: purescript/purescript-functors
Releases · purescript/purescript-functors
v5.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#36 by @JordanMartinez)
- Drop deprecated
MonadZeroinstance (#35 by @JordanMartinez)
v4.1.1
Other improvements:
- Fix warnings revealed by v0.14.1 PureScript release (#34 by @JordanMartinez)
v4.1.0
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, andProduct2types, adapted from thepurescript-bifunctorsandpurescript-profunctorpackages (#31) - This package no longer depends on the
purescript-foldable-traversablepackage. 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-profunctorpackages, and contains instances previously in some of those packages (#31)
v3.1.1
v3.1.0
Added FunctorWithIndex, FoldableWithIndex, TraversableWithIndex instances (@MonoidMusician)