All notable changes to laravel-validation-rules
will be documented in this file
- @erikn69 made their first contribution in #67
Full Changelog: https://github.com/spatie/laravel-validation-rules/compare/3.3.1...3.4.0
- Convert test to pest by @lloricode in #65
- Add parameter column on
Authorized
, use php8 syntax by @lloricode in #64 - Use pest on composer test script by @lloricode in #66
- @lloricode made their first contribution in #65
Full Changelog: https://github.com/spatie/laravel-validation-rules/compare/3.3.0...3.3.1
- use str_getcsv instead of explode in Delimited rule by @ragulka in #62
- @ragulka made their first contribution in #62
Full Changelog: https://github.com/spatie/laravel-validation-rules/compare/3.2.2...3.3.0
Full Changelog: https://github.com/spatie/laravel-validation-rules/compare/3.2.1...3.2.2
- fix chaining
doNotTrimItems
- fix psr version by @iamfarhad in #50
- Allow Laravel 9
- @iamfarhad made their first contribution in #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