Skip to content

Releases: kirschbaum-development/eloquent-power-joins

4.2.6

10 Jul 16:55
72cff1e
Compare
Choose a tag to compare

What's Changed

  • Fix duplicate alias generation when joining same relationship multiple times by @luisdalmolin in #214

Full Changelog: 4.2.5...4.2.6

4.2.5

10 Jul 15:27
96e1a06
Compare
Choose a tag to compare

What's Changed

  • Fix latestOfMany relationships using wrong foreign key in subqueries by @luisdalmolin in #213

Full Changelog: 4.2.4...4.2.5

4.2.4

19 May 14:15
4a8012c
Compare
Choose a tag to compare

What's Changed

  • Fix missing alias in soft deletes in oneThrough / manyThrough / morphOne / morphMany by @marickvantuil in #210

Full Changelog: 4.2.3...4.2.4

4.2.3

01 Apr 14:42
d04e06b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.2...4.2.3

4.2.2

08 Mar 01:26
a307fab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.1...4.2.2

4.2.1

05 Mar 10:11
84a2478
Compare
Choose a tag to compare

What's Changed

  • fix: include soft delete conditions when using named aliases by @luisvdbk in #204

New Contributors

Full Changelog: 4.2.0...4.2.1

4.2.0

13 Feb 23:30
aafbe34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.0

12 Feb 11:14
d6c5cb1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.1.0

4.0.1

26 Nov 13:22
3c1af9b
Compare
Choose a tag to compare

What's Changed

  • Add extra condition to avoid wrong on clause on MorphTo joins by @sebj54 in #192

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

06 Oct 12:34
Compare
Choose a tag to compare

What's Changed

  • Enhance and test support for PostgreSQL by @luisdalmolin & @danharrin in #189
  • Allow to join nested MorphTo relations by @Aztek-Johan in #180
  • Join type in nested sub-relations by @dmikam in #104
  • Code style by @GeoSot in #165
  • General bug fixes and test improvements
  • Added .stubs file for IDE autocompletion
  • Dropped support for anything below Laravel 10

New Contributors

Full Changelog: 3.5.8...4.0.0