Skip to content

Commit

Permalink
Strings 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Oct 28, 2020
1 parent 4a3a874 commit da5ec16
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/atomastic/strings) (2020-10-28)

* simplify length() method.
* add lines() method.
* add words() method.
* add charsFrequency() method.
* add wordsFrequency() method.
* add wordsSortDesc() and wordsSortAsc() methods.
* add replaceDashes() method.
* add replacePunctuations() method.
* add getEncoding() and setEncoding() methods.
* add replaceNonAlpha() method and update replaceNonAlphanumeric() method.
* add replaceNonAlphanumeric() method.
* add isUrl() method.
* add isEmail() method.
* improve stripSpaces() method.
* rewrite method logic and rename countWords() to wordsCount()
* rename method words() to wordsLimit() and improve tests for this method.
* update tests for segments() method.

### BREAKING CHANGES

* USE METHOD wordsCount() INSTEAD OF countWords()
* USE wordsLimit() INSTEAD OF words()

<a name="1.0.0"></a>
# [1.0.0](https://github.com/atomastic/strings) (2020-09-25)
* Initial release

0 comments on commit da5ec16

Please sign in to comment.