Releases: spoorsny/laravel-model-validating-observer
Releases · spoorsny/laravel-model-validating-observer
v2.0.0 Keeping It Real
What's Changed
- refactor!: rename observer to ValidateModel by @geoffreyvanwyk in #15
- refactor: rename app directory to src by @geoffreyvanwyk in #16
- refactor!: observer should imply implementation of validationRules() … by @geoffreyvanwyk in #17
- docs: fix grammar in docblock by @geoffreyvanwyk in #18
- docs: improve links associated with class by @geoffreyvanwyk in #19
Full Changelog: v1.0.0...v2.0.0
v1.0.0 Hello World
What's Changed
- docs: add missing standard Spoorsny sections to contributing guide by @geoffreyvanwyk in #6
- docs: add copyright notices to top of files by @geoffreyvanwyk in #7
- docs: add docblocks to relevant classes by @geoffreyvanwyk in #8
- fix: validationRules method is not public by @geoffreyvanwyk in #10
- docs: explain usage of package in README by @geoffreyvanwyk in #11
New Contributors
- @geoffreyvanwyk made their first contribution in #6
Full Changelog: https://github.com/spoorsny/laravel-model-validating-observer/commits/v1.0.0