Releases: purescript/purescript-strings
Releases · purescript/purescript-strings
v0.5.1
- Fixed missing
count
implementation (@qxjit)
v0.5.0
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.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.4.5
- Added
char
to Data.String.Unsafe
(@brainrape)
- Functions in
Data.String.Unsafe
now throw errors immediately when given unacceptable inputs (@brainrape)
v0.4.2
Merge pull request #18 from NightRa/master
Added a null,singleton,uncons,takeWhile and dropWhile to Data.String
v0.4.1
Merge pull request #17 from davidchambers/ternary
use ternary operator in JavaScript output