Skip to content

Releases: marcelgwerder/laravel-api-handler

v0.7.3

04 Feb 17:36
0c864d0
Compare
Choose a tag to compare
  • Fixed broken HasManyThrough relations for Laravel 5.5 (#48)

v0.7.2

30 Jan 16:09
Compare
Choose a tag to compare
  • Fixed an issue where global scopes were not applied on meta counts

v0.7.1

02 Dec 14:28
1743354
Compare
Choose a tag to compare
  • Fixed a PHP 7.2 compatibility issue caused by a behaviour change in count()

v0.7.0

28 Mar 18:56
Compare
Choose a tag to compare
  • Fixed an issue where column aliases were not correctly detected when creating qualified column names.
  • Added a solution for cleaning up relations that were not intentionally added using with.

v0.6.3

13 Mar 13:56
Compare
Choose a tag to compare
  • Fixed an issue where parseSingle was not working with non-numeric primary keys.
  • The primary key column is now detected using the eloquent model if available, falls back to id if not.

v0.6.2

08 Feb 10:50
Compare
Choose a tag to compare
  • Fixed an issue where columns aliases were turned into qualified column names

v0.6.1

08 Feb 07:58
Compare
Choose a tag to compare
  • Fixed an issue with facade binding

v0.6.0

07 Feb 13:41
Compare
Choose a tag to compare
  • Added compatibility for Laravel 5.4
  • Switched to qualified column names in places missed last time
  • Fixed an edge case where meta counts were not correct in combination with "group by" statements
  • Fixed an edge case where sorting by an aliased column caused meta count to fail

v0.5.3

18 Jun 14:45
Compare
Choose a tag to compare
  • The Parser now always uses the fully qualified key names
  • Switched code to PSR-2

v0.5.2

14 Mar 16:51
Compare
Choose a tag to compare
  • Added -in and -not-in suffixes
  • Fixed behaviour when filtering for null and not null