- update dependencies for Laravel 10.x.x compatibility (thanks krzysztofrewak!)
Possible breaking changes while updating from previous version. See upgrade guide here
- fix PESEL validation for numbers with birth date encoded incorrectly (thanks bbprojectnet!)
- add new options for PESEL rule - born_before, born_after (see README.md)
- drop support for Laravel 6.x and 7.x
- use langPath to support new lang folder in Laravel 9 (thanks wbaryla!)
- update post_code rule - add support for options (see README.md)
- update PESEL rule - add suport for options (see README.md)
- update dependencies for Laravel and Lumen 9.x.x compatibility
- add passport_numer role
- fix typo in English translations (thanks mhajder!)
- compatibility with PHP version 8.x (updated composer.json file)
- add PWZ rule
- add post_code rule
- update dependencies for Laravel and Lumen 8.x.x compatibility
- update dependencies for Laravel and Lumen 7.x.x compatibility
- rules now implement Illuminate\Contracts\Validation\Rule interface
- remove composer.lock file
- fix validation while value is null
- update unit tests
- update dependencies for Laravel and Lumen 6.0.x compatibility