Releases: staudenmeir/eloquent-has-many-deep
Releases · staudenmeir/eloquent-has-many-deep
v1.15.1
- Use
newRelatedThroughInstance()
method to prepare through parents (#154)
- Support through models with custom table
v1.14.4
- Mark
HasManyDeep
as generic model (#147)
v1.14.3
- Support related models with custom table (#123)
v1.14.2
- Fix self-relation existence queries with custom local key
- Handle through-self-relation existence queries (#71)
v1.14.1
- Make
withTrashed()
work with withCount()
/loadCount()
(#114)
v1.14
- Add cursor pagination for Laravel 8.41+ (#135)