We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9106a22 commit d21704eCopy full SHA for d21704e
CHANGELOG.md
@@ -3,15 +3,15 @@
3
- `Added`:
4
- `StringUtilsWord.formatWords(toFormat: string | string[])` apply `StringUtilsWord.formatWord(str)` to a complete sentence or table of words.
5
6
-# VERSION 2.1.0
+# Version 2.1.0
7
8
- `Fixes`:
9
- `StringUtilsCase.splitByCase()` method doesn't remove spaces anymore while splitting `lowercase` and `uppercase` formed strings.
10
11
- `type Case` is now provided to reliably link managed cases.
12
- `StringUtilsCase.convertToCase(str: string, caseToConvert: Case)` has been implemented.
13
14
-# VERSION 2.0.0
+# Version 2.0.0
15
16
- Added:
17
- Unit testing is now part of this project.
0 commit comments