File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ All notable changes to this project will be documented in this file. This projec
10
10
- The maximum PHP version is now 8.0. PHP 8.1 is not supported because it introduces a breaking change. The next major
11
11
version of this package will add support for PHP 8.1.
12
12
13
+ ### Fixed
14
+
15
+ - [ #139 ] ( https://github.com/laravel-json-api/laravel/issues/139 ) Fix the ` WhereHas ` and ` WhereDoesntHave ` filters.
16
+ Previously these were not iterating over the filters from the correct resource schema - they were iterating over
17
+ the filters from the schema to which the relationship belonged. They now correctly iterate over the filters from the
18
+ schema for the resource that is on the inverse side of the relationship.
19
+
13
20
## [ 1.0.0] - 2021-07-31
14
21
15
22
### Added
Original file line number Diff line number Diff line change 26
26
"php" : " ^7.4|8.0.*" ,
27
27
"ext-json" : " *" ,
28
28
"laravel-json-api/core" : " ^1.0.0" ,
29
- "laravel-json-api/eloquent" : " ^1.0.0 " ,
29
+ "laravel-json-api/eloquent" : " ^1.0.1 " ,
30
30
"laravel-json-api/encoder-neomerx" : " ^1.0.0" ,
31
31
"laravel-json-api/exceptions" : " ^1.0.0" ,
32
32
"laravel-json-api/spec" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments