You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
This release is intended for the PureScript 0.9.1 compiler and newer.
Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.