Skip to content

Releases: tighten/parental

Allow child types to be set via a method

22 Jun 07:00
381d8bc

Choose a tag to compare

What's Changed

  • Allow child types to be set via a method. by @kayrunm in #99

New Contributors

Full Changelog: v1.2.0...v1.3.0

Better polymorphic support

16 May 07:01
2779b83

Choose a tag to compare

What's Changed

  • Better resolution of polymorphic relations for sub models in STI by @ziming in #102

Full Changelog: v1.1.0...v1.2.0

Laravel 9 baby!

10 Feb 08:37
8d2afc7

Choose a tag to compare

Laravel 9 release thanks to some awesome PR work by @laravel-shift 💪

Laravel 8 support only

08 Oct 07:48
2ca2782

Choose a tag to compare

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

08 Sep 20:06
33344da

Choose a tag to compare

Support Laravel 8

v0.10.0

03 Mar 13:46
6cdbcc7

Choose a tag to compare

Added

  • Support for Laravel 7

v0.9.1

28 Dec 17:34
4876192

Choose a tag to compare

Added

  • Support for using Parental in standalone Eloquent scenario [#47]
  • Docblocks

Fixed

  • Only register observers on child classes [#61]
  • Prevent accessors and mutators from being fired on initialization [#70]

v0.9.0

16 Oct 18:14

Choose a tag to compare

Fixed

  • Changed the root namespace from "Tightenco" to "" (nothing)
  • Changed the repo name from tightenco/parental -> calebporzio/parental

v0.8.0

03 Sep 14:58
8c87252

Choose a tag to compare

Compatibility with Laravel 6.0

Fix "ambiguous column" bug

17 Jul 14:13
abc977a

Choose a tag to compare

Merge pull request #51 from gitkv/fix-join-Bug

fixed bug "Column reference is ambiguous" for queries with join