File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments