Releases: brainstudnl/json-api-resource
Releases · brainstudnl/json-api-resource
v4.0.4
Add Laravel 11 support
What's Changed
Full Changelog: v4.0.2...v4.0.3
Patch 4.0.2: Fixes validation errors
Fixes issue in validation errors where keys were not indexed but named.
Version 4.0.1
Fixes the new meta additional to its own function addMeta to add the meta property to the resource instead of the response.
You can now use addMeta to add metadata to the resource and use addMetaToResources on collections to add metadata to a/each resource.
Version 4.0.0
This release includes better error handling by integrating more with the Laravel framework. Next to that, it removes the resourceObject property in favor of the resource property.
Version 3.1.11
This release deprecates resourceObject, as it is easier and exactly equal to using the resource property.
That is a preparation for version 4.0.0, where resourceObject will be removed entirely.