File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
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
+ ## 3.0.0(2024-05-06)
6
+
7
+ ### Added
8
+ Add new methods
9
+
10
+ - StrUtility::isEmail(string $email): bool
11
+ - StrUtility::detectCase(string $word): string
12
+ - StrUtility::isLowerCase(string $word): bool
13
+ - StrUtility::isUpperCase(string $word): bool
14
+ - StrUtility::isTitleCase(string $word): bool
15
+ - StrUtility::isSnakeCase(string $word): bool
16
+ - StrUtility::validateUserName(string $userName, int $min = 3, int $max = 20): bool
17
+ - StrUtility::humanFileSize(int $size, string $type = 'KB'): string
18
+
19
+
20
+ ### Changed
21
+ - Updated composer.json schema for namespaces to improve package organization.
22
+
23
+ ### Deprecated
24
+ None
25
+
26
+ ### Removed
27
+ None
28
+
29
+ ### Fixed
30
+ None
31
+
32
+ ### Security
33
+ None
34
+
5
35
## 2.0.1(2023-05-22)
6
36
7
37
fix StrUtility::translate() method bug
You can’t perform that action at this time.
0 commit comments