Skip to content

Releases: staudenmeir/belongs-to-through

v2.7

22 Sep 15:29
Compare
Choose a tag to compare

Supports default models.

v2.6

25 Aug 23:44
Compare
Choose a tag to compare

Supports Laravel 6.

v2.5.1

26 Apr 01:29
Compare
Choose a tag to compare

Fixes $withCount.

v2.5

12 Apr 17:29
Compare
Choose a tag to compare

Supports withTrashed() on intermediate models (#35).

v2.4.2

27 Feb 09:38
Compare
Choose a tag to compare
  • Fixes existence queries with prefix.
  • Fixes eager loading and existence queries with SoftDeletes.
  • Supports different database connections.

v2.4.1

24 Feb 00:57
Compare
Choose a tag to compare

Fixes count and existence queries on Laravel 5.0–5.3.

v2.4

18 Feb 01:01
Compare
Choose a tag to compare

Fixes parent model with SoftDeletes (#31).

v2.3.2

01 Feb 14:35
Compare
Choose a tag to compare

Transfers ownership.

Version 2.3.1

23 Jul 13:12
Compare
Choose a tag to compare

New

  • BelongsToThrough with custom ForeignKey (#25)

Version 2.3

27 Mar 07:07
Compare
Choose a tag to compare

Fixed