Skip to content

Releases: kirschbaum-development/eloquent-power-joins

2.7.1 - Encapsultate nested conditions inside a where statement #116

05 Feb 11:15
54c290c
Compare
Choose a tag to compare

What's Changed

  • Encapsultate nested conditions inside a where statement by @toyi in #116

New Contributors

  • @toyi made their first contribution in #116

Full Changelog: 2.7.0...2.7.1

2.7.0 - Laravel 10 support

23 Jan 11:04
be1b04e
Compare
Choose a tag to compare

Laravel 10 support

2.6.5

09 Dec 10:31
e69c883
Compare
Choose a tag to compare

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

Full Changelog: 2.6.4...2.6.5

2.6.4

06 Apr 22:58
98e0ecc
Compare
Choose a tag to compare

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

05 Mar 19:16
704a383
Compare
Choose a tag to compare

PHP 8.1 Support. Closes #91 and Closes #80

Better relationship alias generation

05 Mar 18:40
11a2521
Compare
Choose a tag to compare

Using some smarter logic to generate the aliases which fixes some of the checks for already joined relationships.

Fixed #90
Hopefully fixes #77

2.6.1

15 Feb 01:13
d2718e1
Compare
Choose a tag to compare

Fixing multiple joins on the same relation using ->as()

2.6.0 - Laravel 9 support

09 Feb 13:37
d6c7db8
Compare
Choose a tag to compare

2.6.0 - Laravel 9 support

2.5.2

06 Feb 13:13
dd03ea7
Compare
Choose a tag to compare

Allow array callbacks in power join where has. Closes #55

2.5.1

18 Nov 17:09
9154455
Compare
Choose a tag to compare

Fixes #74