Skip to content

Commit ab516b1

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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

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

5-
## 2.0.0 (2023-01-dd)
5+
## 2.0.0 (2023-01-18)
66

7-
- Change the implementation of package structure
7+
Change the implementation of package structure now user can use this library in 3 different ways
8+
9+
- StrUtility usage as object
10+
- StrUtility usage as helper functions
11+
- StrUtility usage as static methods
812

913
Add new methods :
1014

@@ -13,7 +17,6 @@ Add new methods :
1317
- StrUtility::after(string $string, string $search): string
1418
- StrUtility::before(string $string, string $search): string
1519

16-
1720
## 1.0.0 (2022-12-18)
1821

1922
Add new methods :

tests/StrUtilityTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace PhpStringHelpers\Tests;
66

7-
use PhpParser\Node\Expr\BinaryOp\BooleanOr;
87
use PHPUnit\Framework\TestCase;
98
use PhpStringHelpers\exceptions\UrlIsNotValidException;
109
use PhpStringHelpers\Facade\StrUtility as strHelpersTest;

0 commit comments

Comments
 (0)