Skip to content

Releases: purescript/purescript-strings

v1.0.0

01 Jun 02:32
Compare
Choose a tag to compare

This release is intended for the PureScript 0.9.1 compiler and newer.

Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.

v1.0.0-rc.2

20 May 23:26
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • Fix unused import warning

v1.0.0-rc.1

24 Mar 21:54
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Release candidate for the psc 0.8+ core libraries

v0.7.1

20 Nov 00:50
Compare
Choose a tag to compare

v0.7.0

13 Aug 13:06
Compare
Choose a tag to compare
  • Removed orphan (and incorrect) Bounded Char instance

v0.6.0

02 Aug 15:45
Compare
Choose a tag to compare
  • Added toLower and toUpper to Data.Char
  • search in Data.String.Regex now returns Maybe result rather than using -1 for failure
  • Added test suite

All updates by @LiamGoodacre

v0.5.5

28 Jul 15:18
Compare
Choose a tag to compare

Add stripSuffix.

v0.5.4

18 Jul 16:43
Compare
Choose a tag to compare
  • Removed duplicate Show instance for Char (@anttih)

v0.5.3

10 Jul 18:04
Compare
Choose a tag to compare

Add stripPrefix (@hdgarrood)

v0.5.2

07 Jul 10:34
Compare
Choose a tag to compare
  • Fixed char and charCodeAt in Data.String.Unsafe #36 (@stkb)