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: