Releases: purescript/purescript-strings
Releases · purescript/purescript-strings
v3.3.0
- Add a new module
Data.String.CodePoints
, which treats strings as sequences of Unicode code points rather than sequences of UTF-16 code units. In the future we may swap this module withData.String
. (@michaelficarra) - Fix a typo in the documentation (@ijks)
v3.2.1
v3.2.0
v3.1.0
v3.0.0
v2.1.0
Add unsafeRegex
(@rightfold)
v2.0.2
v2.0.1
- Improved
null
check implementation (@Risto-Stevcev)
v2.0.0
- Updated dependencies
Pattern
andReplacement
newtypes are now used to distinguish between arguments when a function accepts multiple stringsRegexFlags
have been reworked as a monoid (@Risto-Stevcev)