Skip to content

Releases: safareli/free

v1.0.0

25 Oct 20:52
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-10-25)

Features

  • fantasy-land: Free is Fantasy Land 1.0.x & 2.0.x compatible (f967bd02)
  • stack: make foldMap stacksafe (0f3fbbf0, closes #22)

BREAKING CHANGES

  • foldMap and retract now take type representative of target Monad instead of a function
  • as of Fantasy Land 1.0.0 requires flipping of of arguments it's flipped here as well
  • target Monad should also be ChainRec

v0.3.0-deprecated

25 Oct 19:05
Compare
Choose a tag to compare

<a name"0.3.0">

0.3.0 (2016-10-25)

this version should have been a major bump. use 1.0.0 instead!

v0.2.1

18 Jul 20:53
Compare
Choose a tag to compare

<a name"0.2.1">

0.2.1 (2016-07-18)

v0.2.0

04 Jul 03:12
Compare
Choose a tag to compare

<a name"0.2.0">

0.2.0 (2016-07-04)

Features

  • build:
    • add sourcemap for normal es5 build (4213eb54)
    • add UMD build for browser support (e6d8131b)