Skip to content

Commit 128eb4c

Browse files
committed
update CHANGELOG.md
1 parent 2bc5901 commit 128eb4c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

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

5-
## 2.0.0 (2023-mm-dd)
5+
## 2.0.0 (2023-01-dd)
6+
7+
- Change the implementation of package structure
8+
9+
Add new methods :
10+
11+
- StrUtility::is_ipv4(string $ip): bool
12+
- StrUtility::is_ipv6(string $ip): bool
13+
- StrUtility::after(string $string, string $search): string
14+
- StrUtility::before(string $string, string $search): string
615

7-
- Change in the implementation of package structure
816

917
## 1.0.0 (2022-12-18)
1018

0 commit comments

Comments
 (0)