Skip to content

Commit f1904f8

Browse files
committed
update CHANGELOG.md
1 parent c664a3d commit f1904f8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to `dvlpr1996/php-string-helpers` will be documented in this file
44

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+
519
## 0.1.1 (2022-12-05)
620

721
- fix project root path bug in translate() and filePath()

0 commit comments

Comments
 (0)