Releases: staudenmeir/belongs-to-through
Releases · staudenmeir/belongs-to-through
v2.17
v2.16.4
What's Changed
- Find BelongsToThrough relationships by return type by @staudenmeir in #114
Full Changelog: v2.16.3...v2.16.4
v2.16.3
What's Changed
- Upgrade to PHPStan 2 by @staudenmeir in #107
- Use PHP 8.4 by default by @staudenmeir in #109
- Use alias for deferred provider by @daniel-de-wit in #112
New Contributors
- @staudenmeir made their first contribution in #107
- @daniel-de-wit made their first contribution in #112
Full Changelog: v2.16.2...v2.16.3
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