Releases: thybag/bonus-laravel-relations
Releases · thybag/bonus-laravel-relations
v0.3.0 - Allow custom InertModels
What's Changed
Full Changelog: 0.2.3...0.3.0
v0.2.3 Allow Laravel 11
v0.2.2 Allow Laravel 10
v0.2.1 - Fix additional bug with HasManyViaMany within a whereHas.
Incorrectly detected parent keys.
v0.2.0 - Fix bug with hasManyViaMany when using key other than `id` on base model
v0.1.2 - Allow access to initJoins method
Allow direct access to `initJoins` (#21)
v0.1.1 - Lumen support
Don't require full laravel (#20)
v0.1.0 - Laravel 8
Fix conflict with latest laravel 8 + update tests
v0.0.12 - Laravel 8 compatibility
Updated hasManyViaMany getRelationCountHash declaration to match lara…
v0.0.11 - Fix foreignKey ignored on manyViaMany
Now uses foreignkey (#13)