Skip to content

Releases: purescript/purescript-strings

v0.4.0

27 Oct 21:01
Compare
Choose a tag to compare
  • Made charCodeAt safe, added unsafe versions of charAt, charCodeAt (@garyb)

v0.3.3

24 Oct 19:33
Compare
Choose a tag to compare

v0.3.2

16 Oct 20:13
Compare
Choose a tag to compare
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
Choose a tag to compare
Merge pull request #10 from jdegoes/ready/hotfix-ffi

Hotfix

v0.3.0

14 Oct 18:47
Compare
Choose a tag to compare
  • Introduced Char newtype and corresponding functions (@jdegoes)
  • Made charAt safe - breaking change (@jdegoes)

v0.2.1

21 Jul 22:55
Compare
Choose a tag to compare
  • Fix typo in FFI definition for flags (@garyb)

v0.2.0

20 Jul 22:07
Compare
Choose a tag to compare

v0.1.3

04 May 21:24
Compare
Choose a tag to compare

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
Choose a tag to compare

Added indexOf' and lastIndexOf' (paf31)

v0.1.1

27 Apr 22:14
Compare
Choose a tag to compare
Swap joinWith arguments for better style