Skip to content

Commit e8f12e3

Browse files
committed
[Docs] Update changelog
1 parent 08c931e commit e8f12e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file. This projec
1010
- [#18](https://github.com/laravel-json-api/laravel/issues/18) Added a `withCount` query parameter. For Eloquent
1111
resources, this allows a client to request the relationship count for the primary data's relationships. Refer to
1212
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.
1318
- There is now a `Core\Reponses\RelatedResponse` class for returning the result for a related resources endpoint. For
1419
example, the `/api/v1/posts/1/comments` endpoint. Previously the `DataResponse` class was used. While this class can
1520
still be used, the new `RelatedResponse` class merges relationship meta into the top-level `meta` member of the

0 commit comments

Comments
 (0)