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 c664a3d commit f1904f8Copy full SHA for f1904f8
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
All notable changes to `dvlpr1996/php-string-helpers` will be documented in this file
4
5
+## 1.0.0 (2022-12-18)
6
+
7
+Add new methods :
8
9
+- StrUtility::rmLastWord(string $string)
10
11
+- StrUtility::rmFirstWord(string $string)
12
13
+- StrUtility::is_slug(string $slug)
14
15
+Change how to use StrUtility::translate() and StrUtility::filePath()
16
17
+Improve display of errors
18
19
## 0.1.1 (2022-12-05)
20
21
- fix project root path bug in translate() and filePath()
0 commit comments