Skip to content

Releases: purescript/purescript-parallel

v7.0.0

24 Aug 00:27
a6be752

Choose a tag to compare

Breaking changes:

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

v6.0.0

27 Apr 21:02
85290dc

Choose a tag to compare

Breaking changes:

v5.0.0

26 Feb 19:08
16b38a2

Choose a tag to compare

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

23 May 22:48
4d6c8b0

Choose a tag to compare

Updated for PureScript 0.12

v3.3.1

23 Oct 17:52

Choose a tag to compare

Remove self-import in Class module (@paulyoung)

v3.3.0

10 Sep 21:34

Choose a tag to compare

Add parApply function (@LukaJCB)

v3.2.0

19 Aug 02:00

Choose a tag to compare

Add parOneOf and parOneOfMap (@natefaubion)

v3.1.0

18 Aug 22:55

Choose a tag to compare

Add parOneOf and parOneOfMap (@natefaubion)

v3.0.0

27 Mar 22:31

Choose a tag to compare

  • Updated for PureScript 0.11

v2.1.0

01 Nov 20:16

Choose a tag to compare

  • Added parSequence and parSequence_