Skip to content

Tags: purescript/purescript-strings

Tags

v6.0.0

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) (#161)

* Update the bower dependencies

* Update Node to 14 in CI

* Update the changelog

v5.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v5.0.0 release (#144)

* 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.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #124 from michaelficarra/GH-123

fixes #123: improve performance of stripPrefix/stripSuffix; add tests

v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #112 from restaumatic/fix-codePointAt-fallback

Fix out of bounds access in `unsafeCodePointAt0Fallback`

v4.0.0

Verified

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

Updates for PureScript 0.12

v3.5.0

Verified

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

v3.3.2

Reuse the array returned by match (#89)

Instead of basically making a copy and letting the original go out of scope immediately after.

This makes a surprisingly large performance difference in Chrome, not so much in Firefox.

v3.3.1

Quote strings in Show instances (#86)