Releases: sourcetoad/rule-helper-for-laravel
Releases · sourcetoad/rule-helper-for-laravel
v3.0.0
Breaking Changes
forEach
removed due to array flatten changes made in Laravel'sexplodeWildcardRules
preventing us from includingNestedRules
in a rule array.
What's Changed
doesnt_start_with
anddoesnt_end_with
added #24min_digits
,max_digits
,required_if_accepted
,lowercase
,uppercase
added.forEach
removed #25ascii
,ulid
, anddecimal
added #26
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Laravel 9 Support by @Jasonej in #16
- Defined rulesets by @erik-perri in #19
- 2.x cleanup by @erik-perri in #20
- Rule class conflict fix by @erik-perri in #21
- Implement IteratorAggregate on the RuleSet by @Jasonej in #22
- Implement concatDefined by @Jasonej in #23
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Initial release