File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. This projec
10
10
- [ core #17 ] ( https://github.com/laravel-json-api/core/pull/17 ) Fix incorrect ` self ` link in related resource responses,
11
11
and remove ` related ` link that should not exist. This has been incorrect for some time, but is definitely what
12
12
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.
13
14
14
15
## [ 4.0.0] - 2024-03-14
15
16
Original file line number Diff line number Diff line change 26
26
"php" : " ^8.2" ,
27
27
"ext-json" : " *" ,
28
28
"laravel-json-api/core" : " ^4.1" ,
29
- "laravel-json-api/eloquent" : " ^4.0 " ,
29
+ "laravel-json-api/eloquent" : " ^4.1 " ,
30
30
"laravel-json-api/encoder-neomerx" : " ^4.0" ,
31
31
"laravel-json-api/exceptions" : " ^3.0" ,
32
32
"laravel-json-api/spec" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments