Releases: tighten/parental
Releases · tighten/parental
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)
Support Laravel 5.7
Merge pull request #16 from simonellensohn/master Fix "joiningTable" signature for 5.7
Enable Lumen
Enable use in Lumen.
Fix hasMany relationship
Merge pull request #9 from dallincoons/dallincoons/bugfix fix bug where variables are being nulled out
Change custom type column property and add aliases
- type column property changed from
$inheritanceColumnto$childTypeColumn - child type aliasing added via new property:
$childTypeAliases
sets raw attributes on creation
Merge pull request #4 from dallincoons/dallincoons/fill-guarded-models fix ability for guarded models to be filled with default fields
Works with model factories
Now models created with factories will have the "type" column set.
Laravel 5.6 compatibility
v0.2-alpha Update banner image