Skip to content

Tags: purescript/purescript-parallel

Tags

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md 

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#42) * Update the bower dependencies * Update Node to 14 in CI * Update the changelog

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v5.0.0 release (#40) * Update CI to build with the latest version of the compiler * Update the bower repository URL to match the URL in the registry * Upgrade bower dependencies * Update the changelog

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from purescript/compiler/0.12 Updates for 0.12

v3.3.1

Toggle v3.3.1's commit message
Remove self import (#22) 

v3.3.0

Toggle v3.3.0's commit message
Add parallel apply (#20) * Add parallel apply * Add doc comment and refactor * Remove parAp operator

v3.2.0

Toggle v3.2.0's commit message
Export parOneOfMap (#19) 

v3.1.0

Toggle v3.1.0's commit message
Add parOneOf (#18) * Add parOneOf * Add parOneOfMap, use Alternative, add comments * Use oneOfMap in parOneOfMap * More oneOfMap

v3.0.0

Toggle v3.0.0's commit message
Merge pull request #17 from purescript/ps-0.11 Update for PureScript 0.11

v2.1.0

Toggle v2.1.0's commit message
Merge pull request #16 from purescript/sequence Add parSequence