v4.1.0
Upgrading
composer require laravel-json-api/laravel --no-update
composer up "laravel-json-api/*"
Changelog
Fixed
- core#17 Fix incorrect
self
link in related resource responses, and removerelated
link that should not exist. This has been incorrect for some time, but is definitely what the spec defines here. - eloquent#36 Support Eloquent dynamic relationships.
Full Changelog: v4.0.0...v4.1.0