Skip to content

Releases: purescript/purescript-free

v7.1.0

05 Sep 20:55
068ad8c
Compare
Choose a tag to compare

New features:

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

v7.0.0

27 Apr 21:11
e2d8fa8
Compare
Choose a tag to compare

Breaking changes:

v6.2.0

19 Nov 02:11
c185c0b
Compare
Choose a tag to compare

New features:

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

Other improvements:

v6.1.0

09 Sep 13:06
fea8751
Compare
Choose a tag to compare

New features:

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

v6.0.1

21 Apr 02:35
Compare
Choose a tag to compare

Bugfixes:

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

Other improvements:

v6.0.0

26 Feb 19:10
da62979
Compare
Choose a tag to compare

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

01 Apr 20:15
Compare
Choose a tag to compare

Added Semigroup and Monoid instances for Free (@safareli)

v5.1.0

14 Jun 16:53
Compare
Choose a tag to compare

Add MonadFree and ComonadCofree classes.

v5.0.0

23 May 22:45
7cefee5
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • Trampoline is now based on (->) Unit rather than Lazy to avoid unnecessary caching

v4.3.0

07 Apr 19:41
e1e3fd0
Compare
Choose a tag to compare
  • Added wrap for Free (@ajnsit)
  • Added more instances for Coyoneda