Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpr1996 committed Jan 18, 2023
1 parent 128eb4c commit ab516b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

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

## 2.0.0 (2023-01-dd)
## 2.0.0 (2023-01-18)

- Change the implementation of package structure
Change the implementation of package structure now user can use this library in 3 different ways

- StrUtility usage as object
- StrUtility usage as helper functions
- StrUtility usage as static methods

Add new methods :

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


## 1.0.0 (2022-12-18)

Add new methods :
Expand Down
1 change: 0 additions & 1 deletion tests/StrUtilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace PhpStringHelpers\Tests;

use PhpParser\Node\Expr\BinaryOp\BooleanOr;
use PHPUnit\Framework\TestCase;
use PhpStringHelpers\exceptions\UrlIsNotValidException;
use PhpStringHelpers\Facade\StrUtility as strHelpersTest;
Expand Down

0 comments on commit ab516b1

Please sign in to comment.