File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file. This projec
10
10
- [ #18 ] ( https://github.com/laravel-json-api/laravel/issues/18 ) Added a ` withCount ` query parameter. For Eloquent
11
11
resources, this allows a client to request the relationship count for the primary data's relationships. Refer to
12
12
documentation for implementation details.
13
+ - [ #55 ] ( https://github.com/laravel-json-api/laravel/pull/55 ) Encoding and decoding of resource IDs is now supported.
14
+ The ` ID ` field needs to implement the ` LaravelJsonApi\Contracts\Schema\IdEncoder ` interface for this to work.
15
+ - [ #41 ] ( https://github.com/laravel-json-api/laravel/issues/41 ) Hash IDs are now supported by installing the
16
+ ` laravel-json-api/hashids ` package and using the ` HashId ` field instead of the standard Eloquent ` ID ` field. Refer to
17
+ documentation for details.
13
18
- There is now a ` Core\Reponses\RelatedResponse ` class for returning the result for a related resources endpoint. For
14
19
example, the ` /api/v1/posts/1/comments ` endpoint. Previously the ` DataResponse ` class was used. While this class can
15
20
still be used, the new ` RelatedResponse ` class merges relationship meta into the top-level ` meta ` member of the
You can’t perform that action at this time.
0 commit comments