Skip to content

Releases: purescript/purescript-strings

v1.0.0

Choose a tag to compare

@garyb garyb released this 01 Jun 02:32

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

v1.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@garyb garyb released this 20 May 23:26
  • Fix unused import warning

v1.0.0-rc.1

v1.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@garyb garyb released this 24 Mar 21:54
  • Release candidate for the psc 0.8+ core libraries

v0.7.1

Choose a tag to compare

@garyb garyb released this 20 Nov 00:50

v0.7.0

Choose a tag to compare

@garyb garyb released this 13 Aug 13:06
  • Removed orphan (and incorrect) Bounded Char instance

v0.6.0

Choose a tag to compare

@garyb garyb released this 02 Aug 15:45
  • 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

Choose a tag to compare

@paf31 paf31 released this 28 Jul 15:18

Add stripSuffix.

v0.5.4

Choose a tag to compare

@garyb garyb released this 18 Jul 16:43
  • Removed duplicate Show instance for Char (@anttih)

v0.5.3

Choose a tag to compare

@paf31 paf31 released this 10 Jul 18:04

Add stripPrefix (@hdgarrood)

v0.5.2

Choose a tag to compare

@garyb garyb released this 07 Jul 10:34
  • Fixed char and charCodeAt in Data.String.Unsafe #36 (@stkb)