Skip to content

Releases: purescript/purescript-free

v7.1.0

Choose a tag to compare

@garyb garyb released this 05 Sep 20:55
068ad8c

New features:

  • Added FoldableWithIndex and TraversableWithIndex instances for Cofree (#126 by @postsolar)

v7.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 21:11
e2d8fa8

Breaking changes:

v6.2.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 19 Nov 02:11
c185c0b

New features:

  • Added a FunctorWithIndex instance for Cofree (#118 by @mikesol)

Other improvements:

v6.1.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 09 Sep 13:06
fea8751

New features:

  • Added semigroup and monoid instances for Cofree (#116 by @mikesol)

v6.0.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 21 Apr 02:35

Bugfixes:

  • Removed unused constraint from Ord1 instance (#114 by @rintcius)

Other improvements:

v6.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 19:10
da62979

Breaking changes:

  • Added support for PureScript 0.14, and dropped support for all previous versions (#106, #110)

New features:

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#108)
  • Added a CHANGELOG.md file and pull request template (#111, #112)
  • Updated benchmarks (#103)

v5.2.0

Choose a tag to compare

@garyb garyb released this 01 Apr 20:15

Added Semigroup and Monoid instances for Free (@safareli)

v5.1.0

Choose a tag to compare

@paf31 paf31 released this 14 Jun 16:53

Add MonadFree and ComonadCofree classes.

v5.0.0

Choose a tag to compare

@garyb garyb released this 23 May 22:45
7cefee5
  • Updated for PureScript 0.12
  • Trampoline is now based on (->) Unit rather than Lazy to avoid unnecessary caching

v4.3.0

Choose a tag to compare

@garyb garyb released this 07 Apr 19:41
e1e3fd0
  • Added wrap for Free (@ajnsit)
  • Added more instances for Coyoneda