Skip to content

Commit 0275a23

Browse files
committed
update CHANGELOG.md file
1 parent 8bc3cf9 commit 0275a23

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

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

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+
535
## 2.0.1(2023-05-22)
636

737
fix StrUtility::translate() method bug

0 commit comments

Comments
 (0)