Skip to content

3.10.0

Compare
Choose a tag to compare
@rubenvanassche rubenvanassche released this 01 Dec 14:51
· 518 commits to main since this release
5b9e328

A fresh release after a month of vacation, enjoy!

  • Add ExcludeWith validation rule (#584)
  • Add DoesntEndWith and DoesntStartWith validation rules (#585)
  • Add MinDigits and MaxDigits validation rules (#586)
  • Add DataCollection reject() method (#593)
  • Add generic type for WithData trait (#597)
  • Fix issue where non set optional values were transformed (#602)
  • Fix issue where parameters passed to Laravel Collection methods would sometimes provide alternative results (issue: #607)