Releases: purescript/purescript-profunctor
Releases · purescript/purescript-profunctor
v6.0.1
v6.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#44 by @JordanMartinez)
- Drop deprecated
MonadZero
instance (#43 by @JordanMartinez)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#35)
- Removed
Costrong
andCochoice
fromCostar
(#38) Clown
,Costar
,Cowrap
, andJoker
have been moved to theData.Functors
module in thepurescript-functors
package, so that the same types can also be used as bifunctors;Cowrap
was renamed toFlip
(#41)Wrap
was deleted; it is expected that any instances ofProfunctor
will be accompanied by a corresponding instance ofFunctor
(#41)
New features:
- This package no longer depends on the
purescript-contravariant
package (#41)
Bugfixes:
Other improvements: