File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` dvlpr1996/php-string-helpers ` will be documented in this file
4
4
5
- ## 2.0.0 (2023-01-dd )
5
+ ## 2.0.0 (2023-01-18 )
6
6
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
8
12
9
13
Add new methods :
10
14
@@ -13,7 +17,6 @@ Add new methods :
13
17
- StrUtility::after(string $string, string $search): string
14
18
- StrUtility::before(string $string, string $search): string
15
19
16
-
17
20
## 1.0.0 (2022-12-18)
18
21
19
22
Add new methods :
Original file line number Diff line number Diff line change 4
4
5
5
namespace PhpStringHelpers \Tests ;
6
6
7
- use PhpParser \Node \Expr \BinaryOp \BooleanOr ;
8
7
use PHPUnit \Framework \TestCase ;
9
8
use PhpStringHelpers \exceptions \UrlIsNotValidException ;
10
9
use PhpStringHelpers \Facade \StrUtility as strHelpersTest ;
You can’t perform that action at this time.
0 commit comments