Skip to content

Commit e2b7600

Browse files
committed
feat: support Eloquent dynamic relationships
1 parent e7559db commit e2b7600

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. This projec
1010
- [core#17](https://github.com/laravel-json-api/core/pull/17) Fix incorrect `self` link in related resource responses,
1111
and remove `related` link that should not exist. This has been incorrect for some time, but is definitely what
1212
the [spec defines here.](https://jsonapi.org/format/1.0/#document-top-level)
13+
- [eloquent#36](https://github.com/laravel-json-api/eloquent/pull/36) Support Eloquent dynamic relationships.
1314

1415
## [4.0.0] - 2024-03-14
1516

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": "^8.2",
2727
"ext-json": "*",
2828
"laravel-json-api/core": "^4.1",
29-
"laravel-json-api/eloquent": "^4.0",
29+
"laravel-json-api/eloquent": "^4.1",
3030
"laravel-json-api/encoder-neomerx": "^4.0",
3131
"laravel-json-api/exceptions": "^3.0",
3232
"laravel-json-api/spec": "^3.0",

0 commit comments

Comments
 (0)