File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,21 @@ Changelog
55
66### Changed
77
8- - ** BREAKING** : Minimum PHP version is now 8.2 (was 7.2).
8+ - ** BREAKING** Minimum PHP version is now 8.2 (was 7.2).
9+ - ** BREAKING** Remove deprecated ` isTraversable ` , use ` isIterable ` or ` isInstanceOf ` instead.
910- Updated CI/CD test matrix to test PHP 8.2, 8.3, 8.4, and 8.5.
1011- Updated development tools (PHPUnit, Psalm, PHP-CS-Fixer) to supported versions.
1112- Added explicit return types and parameter types to all methods in both source code and tests.
12- - Remove deprecated ` isTraversable ` (use ` isIterable ` or ` isInstanceOf ` instead).
13- - Added ` notInArray ` and ` notOneOf `
13+
14+ ### Added
15+
16+ - All assertion methods now return the checked value.
17+ - Added ` notInArray ` and ` notOneOf ` .
18+ - Added ` isInitialized ` , to check if a class property is initialized.
19+
20+ ### Fixed
21+
22+ - Corrected validation of emails with unicode characters.
1423
1524## 1.12.1
1625
You can’t perform that action at this time.
0 commit comments