Skip to content

Releases: purescript/purescript-functors

v5.0.0

27 Apr 19:39
022ffd7
Compare
Choose a tag to compare

Breaking changes:

v4.1.1

21 Apr 03:04
Compare
Choose a tag to compare

Other improvements:

v4.1.0

14 Mar 00:15
0cd232e
Compare
Choose a tag to compare

New features:

  • Semigroupoid and Category instances for Flip (#33)

v4.0.0

26 Feb 18:00
81ac75e
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#24)

New features:

  • Added Clown, Costar, Flip, Joker, and Product2 types, adapted from the purescript-bifunctors and purescript-profunctor packages (#31)
  • This package no longer depends on the purescript-foldable-traversable package. 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, and purescript-profunctor packages, and contains instances previously in some of those packages (#31)

v3.1.1

30 Nov 18:02
96bcf8a
Compare
Choose a tag to compare

Reordered instance chain for Inject so that inj :: f ~> f succeeds

v3.1.0

13 Oct 10:10
f5665c4
Compare
Choose a tag to compare

Added FunctorWithIndex, FoldableWithIndex, TraversableWithIndex instances (@MonoidMusician)

v3.0.1

28 Jun 11:35
2831c76
Compare
Choose a tag to compare
  • Fixed broken Eq and Eq1 instances for Compose

v3.0.0

23 May 15:34
550b47a
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • Added Inject class for injecting values into/projecting values out of nested Coproducts

v2.2.0

07 Jul 21:40
Compare
Choose a tag to compare

Add Monoid App instance.

v2.1.0

27 May 19:54
Compare
Choose a tag to compare

Add MonadZero App instance.