Releases: kirschbaum-development/eloquent-power-joins
Releases · kirschbaum-development/eloquent-power-joins
2.7.1 - Encapsultate nested conditions inside a where statement #116
2.7.0 - Laravel 10 support
Laravel 10 support
2.6.5
What's Changed
- Improve docs and tests on joins with a intermediate table by @marickvantuil in #103
- Fix class name in Joining polymorphic relationships section of Readme by @fabalv in #108
- Allow Macro calls on JoinClause by @glamax13 in #112
New Contributors
- @marickvantuil made their first contribution in #103
- @fabalv made their first contribution in #108
- @glamax13 made their first contribution in #112
Full Changelog: 2.6.4...2.6.5
2.6.4
What's Changed
- Fixed using withTrashed and having an alias on a join clause by @jonneroelofs in #97
Full Changelog: 2.6.3...2.6.4
PHP 8.1 Support
Better relationship alias generation
2.6.1
Fixing multiple joins on the same relation using ->as()
2.6.0 - Laravel 9 support
2.6.0 - Laravel 9 support