Skip to content

Releases: purescript/purescript-parallel

v7.0.0

Choose a tag to compare

@garyb garyb released this 24 Aug 00:27
a6be752

Breaking changes:

  • Remove Monad and Applicative constraints on the Parallel class. Both types now only require Apply. (#43 by @artemisSystem)

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 21:02
85290dc

Breaking changes:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 19:08
16b38a2

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#37)

New features:

  • Added instances for Star and Costar (#28)

Bugfixes:

  • Fixed documentation typo: arguement -> argument (#33)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#36)
  • Replaced dead URI in tests (#32)
  • Added a changelog and pull request template (#37)

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 22:48
4d6c8b0

Updated for PureScript 0.12

v3.3.1

Choose a tag to compare

@paf31 paf31 released this 23 Oct 17:52

Remove self-import in Class module (@paulyoung)

v3.3.0

Choose a tag to compare

@paf31 paf31 released this 10 Sep 21:34

Add parApply function (@LukaJCB)

v3.2.0

Choose a tag to compare

@paf31 paf31 released this 19 Aug 02:00

Add parOneOf and parOneOfMap (@natefaubion)

v3.1.0

Choose a tag to compare

@paf31 paf31 released this 18 Aug 22:55

Add parOneOf and parOneOfMap (@natefaubion)

v3.0.0

Choose a tag to compare

@garyb garyb released this 27 Mar 22:31
  • Updated for PureScript 0.11

v2.1.0

Choose a tag to compare

@garyb garyb released this 01 Nov 20:16
  • Added parSequence and parSequence_