All notable changes to laravel-validation-rules
will be documented in this file
- fix chaining
doNotTrimItems
- fix psr version by @iamfarhad in spatie/laravel-validation-rules#50
- Allow Laravel 9
- @iamfarhad made their first contribution in spatie/laravel-validation-rules#50
Full Changelog: https://github.com/spatie/laravel-validation-rules/compare/3.1.1...3.2.0
- fix custom validation messages on delimited rule
- add ISO4217 currency validation rule (#48)
- move iso3166 package to
suggest
- add support for PHP 8
- support custom error messages (#44)
- add support for Laravel 8
- adds the ability to specify an auth guard, and uses route name resolution for models (#41)
- fix translation (#40)
- fix nested attributes validation (#38)
- add support for Laravel 7
- add support for Laravel 6
- fix validation messages
- fix for determining the amount of value in the
Delimited
rule
- fix for delimiting rule with a minimum of 1
- fix for validating arrays
- added
Delimited
- use PHPUnit 8 to run tests
- add
CountryCode
rule for ISO3266 country codes
- move all validation message translations to the
validation.*
group to be more consistent with Laravel - add relevant data for each rule to validation message translations (see
message
method for each rule)
- fix
Enum
rule
- fix typo in validation message
- fix
Authorized
rule
- initial release