Tags: srghma/purescript-strings
Tags
Prepare v5.0.0 release (purescript#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
Merge pull request purescript#124 from michaelficarra/purescriptGH-123 fixes purescript#123: improve performance of stripPrefix/stripSuffix; add tests
Merge pull request purescript#112 from restaumatic/fix-codePointAt-fa… …llback Fix out of bounds access in `unsafeCodePointAt0Fallback`
Merge pull request purescript#108 from purescript/compiler/0.12 Updates for PureScript 0.12
Reuse the array returned by match (purescript#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.
PreviousNext