Skip to content

Tags: purescript/purescript-foldable-traversable

Tags

v6.0.0

Toggle v6.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#150) * Update the bower dependencies * Update Node to 14 in CI * Update the changelog * Update bower.json * Fix test due to math import Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

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 (#134) * 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.1.1

Toggle v4.1.1'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 #106 from shmish111/master Add some examples to intercalate documentation

v4.1.0

Toggle v4.1.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 #104 from paluh/master Export `minimum` and `maximum` from Semigroup.Foldable

v4.0.1

Toggle v4.0.1'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 #103 from ewaldgrusk/fix-error-in-documentation Fix error in documentation of `scanr`

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 #102 from purescript/compiler/0.12 Update for PureScript 0.12

v3.7.1

Toggle v3.7.1'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 #86 from purescript/fix-index-warning Fix shadowed name warnings in `indexl` / `indexr`

v3.7.0

Toggle v3.7.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 #83 from safareli/index add Indexl and indexr

v3.6.1

Toggle v3.6.1's commit message
Fix test for foldrDefault (#79) * Fix test for foldrDefault The test labelled "Test foldrDefault" was calling the function to test fold*l*Default (`testFoldableFoldlDefault`). The test for foldrDefault (`testFoldableFoldrDefault`) was never called.