Conditional eager loading and where null filters
Upgrading
composer require laravel-json-api/laravel --no-update
composer up "laravel-json-api/*"
Changelog
Added
- Relations can now be conditionally set to be eager-loadable via the
canEagerLoad()
method. - New
WhereNull
andWhereNotNull
filters.
Fixed
- #204 Fix exception parser causing error when request does not have a matching route (e.g. in a
404 Not Found
scenario). - Fixed PHP 8.2 deprecation messages in the
laravel-json-api/validation
dependency.