Skip to content

Releases: brainstudnl/json-api-resource

v4.0.4

17 Jun 13:56
928dfa4

Choose a tag to compare

What's Changed

  • Map symfony 405 exception to ApiException by @brdv in #22

Full Changelog: v4.0.3...v4.0.4

Add Laravel 11 support

04 Jun 06:47
f7e1450

Choose a tag to compare

What's Changed

  • Bump laravel and php required versions by @brdv in #20

Full Changelog: v4.0.2...v4.0.3

Patch 4.0.2: Fixes validation errors

22 May 07:06
03b21b5

Choose a tag to compare

Fixes issue in validation errors where keys were not indexed but named.

Version 4.0.1

10 Apr 07:31
6d63570

Choose a tag to compare

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

05 Apr 11:53
deb46fa

Choose a tag to compare

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

05 Apr 11:22
b815029

Choose a tag to compare

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.

v3.1.4

30 Mar 13:20

Choose a tag to compare

Merge branch 'development' into 'main'

Update readme

See merge request brainstud/packages/json-api!7