Releases: staudenmeir/belongs-to-through
Releases · staudenmeir/belongs-to-through
v2.16.2
What's Changed
- Fix docblock in BelongsToThrough by @szepeviktor in #106
New Contributors
- @szepeviktor made their first contribution in #106
Full Changelog: v2.16.1...v2.16.2
v2.16.1
What's Changed
- Relation generics and PHPStan lvl 9 by @SanderMuller in #101
- Improve TIntermediateModels generics and add inheritDoc by @SanderMuller in #102
New Contributors
- @SanderMuller made their first contribution in #101
Full Changelog: v2.16...v2.16.1
v2.16
v2.15.1
v2.15
v2.14
What's Changed
- Allow customizing through relations local keys by @muhammedkamel in #89
New Contributors
- @muhammedkamel made their first contribution in #89
Full Changelog: v2.13...v2.14
v2.13
- Support Laravel 10
v2.12.1
v2.12
- Support Laravel 9
v2.11.2
- Add
getThroughParents()
method