Skip to content

Releases: purescript/purescript-strings

v0.4.0

Choose a tag to compare

@garyb garyb released this 27 Oct 21:01
  • Made charCodeAt safe, added unsafe versions of charAt, charCodeAt (@garyb)

v0.3.3

Choose a tag to compare

@garyb garyb released this 24 Oct 19:33

v0.3.2

Choose a tag to compare

@paf31 paf31 released this 16 Oct 20:13
Merge pull request #11 from jdegoes/ready/char-instances

added essential instances for Char; fully backward compatible

v0.3.1

Choose a tag to compare

@paf31 paf31 released this 15 Oct 16:42
Merge pull request #10 from jdegoes/ready/hotfix-ffi

Hotfix

v0.3.0

Choose a tag to compare

@paf31 paf31 released this 14 Oct 18:47
  • Introduced Char newtype and corresponding functions (@jdegoes)
  • Made charAt safe - breaking change (@jdegoes)

v0.2.1

Choose a tag to compare

@garyb garyb released this 21 Jul 22:55
  • Fix typo in FFI definition for flags (@garyb)

v0.2.0

Choose a tag to compare

@garyb garyb released this 20 Jul 22:07

v0.1.3

Choose a tag to compare

@garyb garyb released this 04 May 21:24

Renamed Data.String.Regex.replaceR to replace, added replace' which uses a function to construct replacements for matches.

v0.1.2

Choose a tag to compare

@garyb garyb released this 30 Apr 23:30

Added indexOf' and lastIndexOf' (paf31)

v0.1.1

Choose a tag to compare

@garyb garyb released this 27 Apr 22:14
Swap joinWith arguments for better style