Skip to content

v4.1.0

Compare
Choose a tag to compare
@lindyhopchris lindyhopchris released this 26 Jun 19:51
· 21 commits to develop since this release

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 remove related 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