Skip to content

Releases: tighten/parental

Laravel 8 support only

08 Oct 07:48
2ca2782
Compare
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
Compare
Choose a tag to compare

Support Laravel 8

v0.10.0

03 Mar 13:46
6cdbcc7
Compare
Choose a tag to compare

Added

  • Support for Laravel 7

v0.9.1

28 Dec 17:34
4876192
Compare
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
Compare
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
Compare
Choose a tag to compare

Compatibility with Laravel 6.0

Fix "ambiguous column" bug

17 Jul 14:13
abc977a
Compare
Choose a tag to compare
Merge pull request #51 from gitkv/fix-join-Bug

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

Prevent double-registering event listeners

08 Apr 21:29
bb7d1bc
Compare
Choose a tag to compare
Merge pull request #40 from kbond/double-register-event

Add failing test demonstrating double registering of events

Support Laravel 5.8

28 Feb 04:27
43f02e7
Compare
Choose a tag to compare
Merge pull request #39 from zecipriano/laravel58

Support Laravel 5.8

Naming overhaul (big API changes) / Support for polymorphic relationships / Support for Nova

31 Jan 20:31
Compare
Choose a tag to compare
  • Better Nova support
  • Polymorphic relationship support
  • Renaming of Traits and properties to be less verbose (See documentation for new usage)