File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ All notable changes to this project will be documented in this file. This projec
15
15
- [ #41 ] ( https://github.com/laravel-json-api/laravel/issues/41 ) Hash IDs are now supported by installing the
16
16
` laravel-json-api/hashids ` package and using the ` HashId ` field instead of the standard Eloquent ` ID ` field. Refer to
17
17
documentation for details.
18
+ - [ #30 ] ( https://github.com/laravel-json-api/laravel/issues/30 ) Non-Eloquent resources are no supported via the
19
+ ` laravel-json-api/non-eloquent ` package. Refer to documentation for implementation details.
18
20
- There is now a ` Core\Reponses\RelatedResponse ` class for returning the result for a related resources endpoint. For
19
21
example, the ` /api/v1/posts/1/comments ` endpoint. Previously the ` DataResponse ` class was used. While this class can
20
22
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