Releases: purescript/purescript-parallel
Releases · purescript/purescript-parallel
v7.0.0
Compare
Sorry, something went wrong.
No results found
garyb
released this
24 Aug 00:27
Breaking changes:
Remove Monad and Applicative constraints on the Parallel class. Both types now only require Apply. (#43 by @artemisSystem )
v6.0.0
Compare
Sorry, something went wrong.
No results found
v5.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
garyb
released this
23 May 22:48
Updated for PureScript 0.12
v3.3.1
Compare
Sorry, something went wrong.
No results found
paf31
released this
23 Oct 17:52
Remove self-import in Class module (@paulyoung )
v3.3.0
Compare
Sorry, something went wrong.
No results found
paf31
released this
10 Sep 21:34
Add parApply function (@LukaJCB )
v3.2.0
Compare
Sorry, something went wrong.
No results found
paf31
released this
19 Aug 02:00
Add parOneOf and parOneOfMap (@natefaubion )
v3.1.0
Compare
Sorry, something went wrong.
No results found
paf31
released this
18 Aug 22:55
Add parOneOf and parOneOfMap (@natefaubion )
v3.0.0
Compare
Sorry, something went wrong.
No results found
garyb
released this
27 Mar 22:31
Updated for PureScript 0.11
v2.1.0
Compare
Sorry, something went wrong.
No results found
garyb
released this
01 Nov 20:16
Added parSequence and parSequence_