Skip to content

Releases: purescript/purescript-profunctor

v6.0.1

Choose a tag to compare

@garyb garyb released this 07 Mar 00:51
17f927c

Bugfixes:

  • splitStrong and splitChoice functions constraint relaxed from Category to Semigroupoid (#48 by @erykciepiela)

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 19:28
0a966a1

Breaking changes:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 17:58
4551b8e

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#35)
  • Removed Costrong and Cochoice from Costar (#38)
  • 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)

v4.1.0

Choose a tag to compare

@garyb garyb released this 21 Aug 18:01
9b3d014

Added more instances for Joker (@masaeedu)

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 16:19
1de584b
  • Updated for PureScript 0.12
  • lmap has been renamed to lcmap so as to avoid collisions with Bifunctor's lmap, and for consistency with cmap for Contravariant functors

v3.2.0

Choose a tag to compare

@garyb garyb released this 18 Jun 15:42
  • Added hoist functions for the various newtypes, where appropriate

v3.1.0

Choose a tag to compare

@garyb garyb released this 09 Jun 19:34
  • Added Clown, Joker, Join, Split, Wrap and Cowrap newtypes

v3.0.0

Choose a tag to compare

@garyb garyb released this 26 Mar 01:45
  • Updated for PureScript 0.11

v2.0.0

Choose a tag to compare

@garyb garyb released this 08 Oct 18:46
  • Updated dependencies
  • Added wrapIso and unwrapIso

v1.0.0

Choose a tag to compare

@garyb garyb released this 01 Jun 02:52

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.