Releases: purescript-contrib/purescript-strings-extra
Releases · purescript-contrib/purescript-strings-extra
v4.0.0
27 Apr 22:45
Compare
Sorry, something went wrong.
No results found
Breaking changes:
Other improvements:
v3.0.1
06 May 17:05
Compare
Sorry, something went wrong.
No results found
v3.0.0
26 Feb 22:21
Compare
Sorry, something went wrong.
No results found
Breaking changes:
Added support for PureScript 0.14 and dropped support for all previous versions (#14 )
New features:
Bugfixes:
Other improvements:
Updated regexGlobal to use Data.String.Regex.Unsafe.unsafeRegex (#13 )
Changed default branch to main from master
v2.2.1
04 Oct 00:34
Compare
Sorry, something went wrong.
No results found
Update casing functions internal implementation of splitting unicode words according to the lodash reference and move regexes up to the top level (#11 )
v2.2.0
13 Sep 22:46
Compare
Sorry, something went wrong.
No results found
Expose upperCaseFirst function
v2.1.0
08 Apr 23:49
Compare
Sorry, something went wrong.
No results found
Add Levenshtein distance and Sorensen-Dice coefficient functions (@flip111 )
0.12 Compatibility Release
20 Jun 18:00
Compare
Sorry, something went wrong.
No results found
This release provides compatibility with PureScript 0.12 but does not change the public API.
Update imports to 0.12 versions
Replace Data.String imports with new Data.String.CodeUnits imports
Remove effect rows from test suite
v1.0.0
02 Oct 00:30
Compare
Sorry, something went wrong.
No results found
removed unused imports and fixed the build command to match