Releases: purescript/purescript-strings
Releases · purescript/purescript-strings
v0.4.0
27 Oct 21:01
Compare
Sorry, something went wrong.
No results found
Made charCodeAt safe, added unsafe versions of charAt, charCodeAt (@garyb )
v0.3.3
24 Oct 19:33
Compare
Sorry, something went wrong.
No results found
v0.3.2
16 Oct 20:13
Compare
Sorry, something went wrong.
No results found
Merge pull request #11 from jdegoes/ready/char-instances
added essential instances for Char; fully backward compatible
v0.3.1
15 Oct 16:42
Compare
Sorry, something went wrong.
No results found
Merge pull request #10 from jdegoes/ready/hotfix-ffi
Hotfix
v0.3.0
14 Oct 18:47
Compare
Sorry, something went wrong.
No results found
Introduced Char newtype and corresponding functions (@jdegoes )
Made charAt safe - breaking change (@jdegoes )
v0.2.1
21 Jul 22:55
Compare
Sorry, something went wrong.
No results found
Fix typo in FFI definition for flags (@garyb )
v0.2.0
20 Jul 22:07
Compare
Sorry, something went wrong.
No results found
v0.1.3
04 May 21:24
Compare
Sorry, something went wrong.
No results found
Renamed Data.String.Regex.replaceR to replace, added replace' which uses a function to construct replacements for matches.
v0.1.2
30 Apr 23:30
Compare
Sorry, something went wrong.
No results found
Added indexOf' and lastIndexOf' (paf31)
v0.1.1
27 Apr 22:14
Compare
Sorry, something went wrong.
No results found
Swap joinWith arguments for better style