Releases: purescript/purescript-free
Releases · purescript/purescript-free
v7.1.0
Compare
Sorry, something went wrong.
No results found
garyb
released this
05 Sep 20:55
New features:
Added FoldableWithIndex and TraversableWithIndex instances for Cofree (#126 by @postsolar )
v7.0.0
Compare
Sorry, something went wrong.
No results found
v6.2.0
Compare
Sorry, something went wrong.
No results found
New features:
Added a FunctorWithIndex instance for Cofree (#118 by @mikesol )
Other improvements:
v6.1.0
Compare
Sorry, something went wrong.
No results found
New features:
Added semigroup and monoid instances for Cofree (#116 by @mikesol )
v6.0.1
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Other improvements:
v6.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
garyb
released this
01 Apr 20:15
Added Semigroup and Monoid instances for Free (@safareli )
v5.1.0
Compare
Sorry, something went wrong.
No results found
paf31
released this
14 Jun 16:53
Add MonadFree and ComonadCofree classes.
v5.0.0
Compare
Sorry, something went wrong.
No results found
garyb
released this
23 May 22:45
Updated for PureScript 0.12
Trampoline is now based on (->) Unit rather than Lazy to avoid unnecessary caching
v4.3.0
Compare
Sorry, something went wrong.
No results found
garyb
released this
07 Apr 19:41
Added wrap for Free (@ajnsit )
Added more instances for Coyoneda