Releases: tighten/parental
Releases · tighten/parental
v1.6.0
What's Changed
- Laravel 13.x Compatibility by @laravel-shift in #148
Full Changelog: v1.5.0...v1.6.0
Attention: We had to rework how we detect double model event dispatching to support Laravel 13, which requires registering model events inside whenBooted callbacks (see this). If you bind event handlers to the parent class, we recommend you test it out extensively and report back if you find anything.
v1.5.0
What's Changed
- Adds
becomemethod by @gcavanunez in #144 - Change method return type of
classToAliasto support mixed types. by @gokure in #145 - Eager-loading Helpers by @tonysm in #146
New Contributors
Full Changelog: v1.4.3...v1.5.0
v1.4.3
v1.4.2
v1.4.1
What's Changed
- Align type definitions to Laravel by @lorenzolosa in #136
- Remove unused import by @driftingly in #139
New Contributors
- @lorenzolosa made their first contribution in #136
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Fix namespace on docs by @nguyentranchung in #125
- Add support for Laravel 11 by @shuvroroy and @tonysm in #127
New Contributors
- @nguyentranchung made their first contribution in #125
- @shuvroroy made their first contribution in #127
Full Changelog: v1.3.6...v1.4.0
v1.3.6
What's Changed
- Merge child class fillable traits with those of the parent class by @gcavanunez in #120
- Adds duster as the linter by @gcavanunez in #121
- Bugfix: Collection Serlization error when using parental by @Smoggert in #123
New Contributors
- @gcavanunez made their first contribution in #120
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- Check existence of childTypes method by @hctorres02 in #111
- Add Enum tests by @driftingly in #114
New Contributors
- @hctorres02 made their first contribution in #111
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- Use abstract class as parent. by @LenRick in #109
- Bugfix: Unable to serialize multi-type collections by @Smoggert in #103
- Change location from
calebporziototightencoby @driftingly in #106 - ADD support for enum-casting of
typefield by @marcoguido in #110
New Contributors
- @LenRick made their first contribution in #109
- @Smoggert made their first contribution in #103
- @driftingly made their first contribution in #106
- @marcoguido made their first contribution in #110
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Support for Laravel 10 by @wilfredchen in #108
New Contributors
- @wilfredchen made their first contribution in #108
Full Changelog: 1.3.2...v1.3.3