Skip to content

Releases: purescript/purescript-functors

v5.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 19:39
022ffd7

Breaking changes:

v4.1.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 21 Apr 03:04

Other improvements:

v4.1.0

Choose a tag to compare

@natefaubion natefaubion released this 14 Mar 00:15
0cd232e

New features:

  • Semigroupoid and Category instances for Flip (#33)

v4.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 18:00
81ac75e

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

Choose a tag to compare

@garyb garyb released this 30 Nov 18:02
96bcf8a

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

v3.1.0

Choose a tag to compare

@garyb garyb released this 13 Oct 10:10
f5665c4

Added FunctorWithIndex, FoldableWithIndex, TraversableWithIndex instances (@MonoidMusician)

v3.0.1

Choose a tag to compare

@garyb garyb released this 28 Jun 11:35
2831c76
  • Fixed broken Eq and Eq1 instances for Compose

v3.0.0

Choose a tag to compare

@garyb garyb released this 23 May 15:34
550b47a
  • Updated for PureScript 0.12
  • Added Inject class for injecting values into/projecting values out of nested Coproducts

v2.2.0

Choose a tag to compare

@hdgarrood hdgarrood released this 07 Jul 21:40

Add Monoid App instance.

v2.1.0

Choose a tag to compare

@paf31 paf31 released this 27 May 19:54

Add MonadZero App instance.