Releases: tighten/parental
Releases · tighten/parental
Laravel 8 support only
With Laravel 7 being end of lifed, moving this package forward with a new major version.
The code to this point is working, all old PRs have been closed for now - if you wish to reopen any of the submitted PRs, please merge changes downstream to your PR before reopening. This will allow us to get test coverage insights on PRs without having to pull these locally.
Soon to come: Doc blocks and typehints everywhere
v0.11.0
Support Laravel 8
v0.10.0
Added
- Support for Laravel 7
v0.9.1
v0.9.0
Fixed
- Changed the root namespace from "Tightenco" to "" (nothing)
- Changed the repo name from tightenco/parental -> calebporzio/parental
v0.8.0
Compatibility with Laravel 6.0
Fix "ambiguous column" bug
Merge pull request #51 from gitkv/fix-join-Bug fixed bug "Column reference is ambiguous" for queries with join
Prevent double-registering event listeners
Merge pull request #40 from kbond/double-register-event Add failing test demonstrating double registering of events
Support Laravel 5.8
Merge pull request #39 from zecipriano/laravel58 Support Laravel 5.8
Naming overhaul (big API changes) / Support for polymorphic relationships / Support for Nova
- Better Nova support
- Polymorphic relationship support
- Renaming of Traits and properties to be less verbose (See documentation for new usage)