Releases: purescript/purescript-strings
Releases · purescript/purescript-strings
v0.4.0
- Made
charCodeAt
safe, added unsafe versions of charAt
, charCodeAt
(@garyb)
v0.3.2
Merge pull request #11 from jdegoes/ready/char-instances
added essential instances for Char; fully backward compatible
v0.3.1
Merge pull request #10 from jdegoes/ready/hotfix-ffi
Hotfix
v0.3.0
- Introduced
Char
newtype and corresponding functions (@jdegoes)
- Made
charAt
safe - breaking change (@jdegoes)
v0.2.1
- Fix typo in FFI definition for
flags
(@garyb)
v0.1.3
Renamed Data.String.Regex.replaceR
to replace
, added replace'
which uses a function to construct replacements for matches.
v0.1.2
Added indexOf'
and lastIndexOf'
(paf31)
v0.1.1
Swap joinWith arguments for better style