Skip to content

Releases: sourcetoad/rule-helper-for-laravel

v3.0.0

02 Feb 13:47
594a1d4
Compare
Choose a tag to compare

Breaking Changes

  • forEach removed due to array flatten changes made in Laravel's explodeWildcardRules preventing us from including NestedRules in a rule array.

What's Changed

  • doesnt_start_with and doesnt_end_with added #24
  • min_digits, max_digits, required_if_accepted, lowercase, uppercase added. forEach removed #25
  • ascii, ulid, and decimal added #26

Full Changelog: v2.0.0...v3.0.0

v2.0.0

18 May 01:01
01b58f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

22 Feb 15:56
e628496
Compare
Choose a tag to compare

Initial release