Skip to content

Releases: staudenmeir/eloquent-has-many-deep

v1.15.2

28 Jun 06:04
Compare
Choose a tag to compare

v1.15.1

15 Mar 20:52
Compare
Choose a tag to compare
  • Use newRelatedThroughInstance() method to prepare through parents (#154)
  • Support through models with custom table

v1.15

07 Feb 19:55
Compare
Choose a tag to compare
  • Support Laravel 9

v1.14.4

07 Dec 12:02
Compare
Choose a tag to compare
  • Mark HasManyDeep as generic model (#147)

v1.11.1

11 Oct 17:47
Compare
Choose a tag to compare
  • Support PHP 8

v1.14.3

21 Aug 16:50
Compare
Choose a tag to compare
  • Support related models with custom table (#123)

v1.14.2

21 Aug 10:16
Compare
Choose a tag to compare
  • Fix self-relation existence queries with custom local key
  • Handle through-self-relation existence queries (#71)

v1.14.1

19 Aug 21:22
Compare
Choose a tag to compare
  • Make withTrashed() work with withCount()/loadCount() (#114)

v1.14

16 Aug 20:41
Compare
Choose a tag to compare
  • Add cursor pagination for Laravel 8.41+ (#135)

v1.13.1

22 Nov 18:59
Compare
Choose a tag to compare
  • Support PHP 8