Skip to content

Releases: purescript-contrib/purescript-strings-extra

v4.0.0

27 Apr 22:45
9c90baf

Choose a tag to compare

Breaking changes:

Other improvements:

v3.0.1

06 May 17:05
f7e230d

Choose a tag to compare

Other improvements:

v3.0.0

26 Feb 22:21
6fa97fe

Choose a tag to compare

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
af71442

Choose a tag to compare

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
9d6ea75

Choose a tag to compare

  • Expose upperCaseFirst function

v2.1.0

08 Apr 23:49
f0179b0

Choose a tag to compare

Add Levenshtein distance and Sorensen-Dice coefficient functions (@flip111)

0.12 Compatibility Release

20 Jun 18:00
3718832

Choose a tag to compare

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

Choose a tag to compare

removed unused imports and fixed the build command to match