Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Releases: funfix/funfix.js

v4.3.1

18 Aug 12:07
Compare
Choose a tag to compare

4.3.1 (2017-08-18)

Bug Fixes

  • future: improve transformWith to not leak memory due to cancelable refs (#32) (cbdd600)

v4.3.0

18 Aug 08:42
Compare
Choose a tag to compare

4.3.0 (2017-08-18)

Features

  • Future, Scheduler, DynamicRef, Cancelable, TimeUnit, Duration (#23) (6961ecc)

v4.2.0

18 Jul 20:32
Compare
Choose a tag to compare

4.2.0 (2017-07-18)

Features

  • add ApplicativeError and MonadError type classes (#20) (5cfc6c83)

v4.1.0

17 Jul 15:03
Compare
Choose a tag to compare

<a name"4.1.0">

4.1.0 (2017-07-17)

Features

v4.0.0

16 Jul 18:57
Compare
Choose a tag to compare

4.0.0 (2017-07-16)

Exposes type classes inspired by Haskell and Typelevel Cats, in a new sub-module called types:

  • Eq
  • Functor
  • Apply
  • Applicative
  • FlatMap
  • Monad

These type classes are accompanied by laws which can be used in unit-testing, along with a solid encoding that allows for discovery and for implementing these type classes for any arbitrary types.

BREAKING CHANGE: removed the "exec" sub-module, to be moved in a new Monix.js and refactored the "core" sub-module to have Option, Either and Try in the same core/disjunctions file (in order to avoid cyclic dependencies due to tailRecM).

v3.7.1

16 Jul 18:40
Compare
Choose a tag to compare

3.7.1 (2017-06-29)

Bug Fixes

v3.7.0

26 Jun 13:40
Compare
Choose a tag to compare

3.7.0 (2017-06-26)

Features

  • add TestScheduler and ExecutionModel (#14) (81e5e1ce)

v3.6.0

24 Jun 16:26
Compare
Choose a tag to compare

3.6.0 (2017-06-24)

Features

v3.5.0

22 Jun 09:35
Compare
Choose a tag to compare

3.5.0 (2017-06-22)

Features

  • add extra Duration ops, tests, properties (4ec46740)

v3.4.0

21 Jun 21:57
Compare
Choose a tag to compare

<a name"3.4.0">

3.4.0 (2017-06-21)

Features