Releases: theriddleofenigma/laravel-model-validation
Releases · theriddleofenigma/laravel-model-validation
v1.5.0
What's Changed
- Laravel 11 support by @rubenmuehlhans in #13
New Contributors
- @rubenmuehlhans made their first contribution in #13
Full Changelog: v1.4.0...v1.5.0
v1.4
What's New
- Now you can customize the validation data from your model using
validationData(...)
method. - Added support for Laravel v10.
Full Changelog: v1.3...v1.4.0
v1.3
v1.2
Changes in Minimum laravel framework version due to vulnerability.
v1.1 (Stable Release)
Improvements for declaring the validation rules, attributes, and messages methods as properties in the eloquent model.
v1.0 (Stable Release)
Merge pull request #7 from theriddleofenigma/option-to-assign-properties Improvements for declaring the methods as properties in the eloquent …