Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.13 KB

Laravel Composite Validation

1.2.5, March 25, 2024

  • Enh #11: Added support for "illuminate/support" 11.0 (klimov-paul)

1.2.4, February 24, 2023

  • Enh #10: Added support for "illuminate/support" 10.0 (klimov-paul)

1.2.3, February 9, 2022

  • Enh: Added support for "illuminate/support" 9.0 (klimov-paul)

1.2.2, September 9, 2020

  • Enh #7: Added support for "illuminate/support" 8.0 (JeffreyDavidson, klimov-paul)

1.2.1, March 4, 2020

  • Enh: Added support for "illuminate/support" 7.0 (klimov-paul)

1.2.0, February 19, 2020

  • Enh #6: Added CompositeRule::messages(), for the custom validation messages specification (klimov-paul)

1.1.0, September 6, 2019

  • Enh #4: Added support for "illuminate/support" 6.0 (klimov-paul)

1.0.1, July 22, 2019

  • Bug #3: Fixed CompositeRule skipped on array attributes like 'item_ids.' or 'items..id' (klimov-paul)

1.0.0, June 18, 2019

  • Initial release.