Skip to content

Releases: theriddleofenigma/laravel-model-validation

v1.5.0

05 Apr 14:58
8f20ac5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4

16 Sep 13:22
6cf919e
Compare
Choose a tag to compare

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

28 Dec 10:12
d5d6703
Compare
Choose a tag to compare

Added support for Laravel v9.

Thanks for the PR #8, @syehan

v1.2

05 Jan 03:02
8e8e384
Compare
Choose a tag to compare

Changes in Minimum laravel framework version due to vulnerability.

v1.1 (Stable Release)

27 Oct 12:41
06603cc
Compare
Choose a tag to compare

Improvements for declaring the validation rules, attributes, and messages methods as properties in the eloquent model.

v1.0 (Stable Release)

17 Nov 18:03
06603cc
Compare
Choose a tag to compare
Merge pull request #7 from theriddleofenigma/option-to-assign-properties

Improvements for declaring the methods as properties in the eloquent …