Skip to content

Releases: purescript/purescript-parallel

v2.0.0

20 Oct 22:54
Compare
Choose a tag to compare
  • Updated dependencies
  • New formulation based on functional dependencies (see #10)

v1.1.0

16 Aug 15:14
Compare
Choose a tag to compare
  • Added MonadRace and MonadPar instances for MaybeT and WriterT

v1.0.0

06 Jun 09:57
Compare
Choose a tag to compare

This release is intended for the PureScript 0.9.1 compiler and newer.

Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.

v1.0.0-rc.1

21 May 20:32
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Release candidate for the upcoming PureScript 0.9 release

v0.5.1

19 Sep 13:30
Compare
Choose a tag to compare
  • Exported race and par combinators (@paf31)

v0.5.0

16 Sep 15:08
Compare
Choose a tag to compare
  • Bumped dependencies

v0.4.0

25 Aug 23:34
Compare
Choose a tag to compare

Bump transformers dependency to 0.7.1. As such, this release requires version 0.7.4 of the PureScript compiler.

v0.3.0

30 Jun 00:29
Compare
Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.2.1

05 Mar 18:37
Compare
Choose a tag to compare

Add some convenience functions.

v0.2.0

05 Mar 18:20
Compare
Choose a tag to compare
Hide Parallel constructor. Add docs.