Releases: dude920228/array-validator
Releases · dude920228/array-validator
Bugfix: inherited parameter type fix
Fixed parameter type on inherited $message parameter in IsNumeric class
Bugfixes in IsFloat and MinMax
- Fixed passing integer to IsFloat returns false
- Added new IsNumeric validator
- Numeric validators such as IsInteger, IsFloat and MinMax are extended from the IsNumeric validator
IsFloat added
- Added IsFloat validator
- Check for dots in value in IsInteger validator, in case of numeric string
Added IsInteger validator
1.2 IsInteger validator added
Using PHPUnit v9.5
1.1.1 Require phpunit ^9.5
New Validator class: DateTimeValidator
1.1.0 Added new feature: DateTimeValidator
Working validation logic with unit tests
First releas of this project