Skip to content

Tags: purescript/purescript-foreign-object

Tags

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.
Update CHANGELOG.md

v4.0.0

Toggle v4.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 v4.0.0 release (1st PS 0.15.0-compatible release) (#28)

* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog

* Update quickcheck to 8.0.1

* Update Object.purs

Co-authored-by: Thomas Honeyman <[email protected]>

v3.0.0

Toggle v3.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 v3.0.0 release (#26)

* 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

v2.0.3

Toggle v2.0.3'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 #9 from bouzuya/remove-unused-fn

Remove unused _unsafeDeleteObject

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix stack overflow in fromFoldable, fixes #3 (#6)

I had to rearrange things to remove that `where` clause in the tests
because otherwise I'd get a syntax error (still not entirely sure why,
but oh well).

The test I've added fails on `master` with compiler v0.12.3 and node
v8.10.0, but passes with the change to `fromFoldable`.

v1.1.0

Toggle v1.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 #2 from justinwoo/examples

add fromHomogeneous and examples

v1.0.0

Toggle v1.0.0's commit message
Change ST function argument order for consistency elsewhere