diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a2b3f7..c4cd67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ Bugfixes: Other improvements: -- Update casing functions internal implementation of splitting unicode words according to the lodash reference and move regexes up to the top level ([#11](https://github.com/purescript-contrib/purescript-strings-extra/pull/11)). +## [v2.2.0](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v2.2.0) - 2020-09-13 -## [0.0.0] - 2020-01-01 +* Expose `upperCaseFirst` function + +## [v2.1.0](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v2.1.0) - 2020-04-08 + +Add Levenshtein distance and Sorensen-Dice coefficient functions (@flip111) + +## [v2.0.0](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v2.0.0) - 2018-06-20 + +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](https://github.com/purescript-contrib/purescript-strings-extra/releases/tag/v1.0.0) - 2017-10-02 + +- Initial release