Releases: starweb/starlit-validation
Releases · starweb/starlit-validation
1.0.2
Fixed
- bug where we did not check if the value is a string before applying length checks on it
1.0.1
Fixed
- We need to cast value as string before passing it to
mb_strlen()
1.0.0
Added
- CHANGELOG.md
- strict type declarations to all classes (including tests)
- type hinting for method parameters and return types
Changed
- added php 7.3 to travis config
0.2.0
- Updated dependencies to PHP >=7.1 and Symfony ^4.0
- adds a new 'nullable' validation option which allows null values as validated data