Releases: marcelgwerder/laravel-api-handler
Releases · marcelgwerder/laravel-api-handler
v0.7.3
v0.7.2
- Fixed an issue where global scopes were not applied on meta counts
v0.7.1
- Fixed a PHP 7.2 compatibility issue caused by a behaviour change in count()
v0.7.0
- 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
- 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
- Fixed an issue where columns aliases were turned into qualified column names
v0.6.1
- Fixed an issue with facade binding
v0.6.0
- 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
- The Parser now always uses the fully qualified key names
- Switched code to PSR-2
v0.5.2
- Added
-in
and-not-in
suffixes - Fixed behaviour when filtering for
null
andnot null