Skip to content

Releases: purescript/purescript-strings

v0.5.1

Choose a tag to compare

@garyb garyb released this 06 Jul 13:49
  • Fixed missing count implementation (@qxjit)

v0.5.0

Choose a tag to compare

@paf31 paf31 released this 30 Jun 00:16

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.5.0-rc.3

v0.5.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@garyb garyb released this 12 Jun 13:56

v0.5.0-rc.2

v0.5.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@paf31 paf31 released this 07 Jun 20:17

Fix localeCompare

v0.5.0-rc.1

v0.5.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@garyb garyb released this 07 Jun 13:32

Initial release candidate of the library intended for the 0.7 compiler.

v0.4.5

Choose a tag to compare

@garyb garyb released this 23 Mar 20:23
  • Added char to Data.String.Unsafe (@brainrape)
  • Functions in Data.String.Unsafe now throw errors immediately when given unacceptable inputs (@brainrape)

v0.4.4

Choose a tag to compare

@paf31 paf31 released this 22 Mar 00:17

Updated docs

v0.4.3

Choose a tag to compare

@garyb garyb released this 18 Feb 20:00

v0.4.2

Choose a tag to compare

@paf31 paf31 released this 28 Nov 22:15
Merge pull request #18 from NightRa/master

Added a null,singleton,uncons,takeWhile and dropWhile to Data.String

v0.4.1

Choose a tag to compare

@paf31 paf31 released this 06 Nov 04:29
Merge pull request #17 from davidchambers/ternary

use ternary operator in JavaScript output