File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
+ ## [ 2.2.0] - 2022-12-22
7
+
8
+ ### Added
9
+
10
+ - [ #27 ] ( https://github.com/laravel-json-api/eloquent/pull/27 ) Added the ` WhereNull ` and ` WhereNotNull ` filters.
11
+
6
12
## [ 2.1.1] - 2022-04-04
7
13
8
14
### Fixed
@@ -16,10 +22,10 @@ All notable changes to this project will be documented in this file. This projec
16
22
17
23
- The ` Number ` field can now be configured to accept numeric strings by calling the ` acceptStrings() ` method on the
18
24
field.
19
-
25
+
20
26
### Fixed
21
27
22
- - The ` JsonApiBuilder ` class was previously converting a ` null ` decoded id to an empty string when querting for a
28
+ - The ` JsonApiBuilder ` class was previously converting a ` null ` decoded id to an empty string when querting for a
23
29
resource id. This has been fixed to pass ` null ` to the query builder instead of the empty string, as this was most
24
30
likely the cause of failures in Postgres.
25
31
@@ -36,8 +42,8 @@ All notable changes to this project will be documented in this file. This projec
36
42
- [ #20 ] ( https://github.com/laravel-json-api/eloquent/pull/20 ) ** BREAKING** To support PHP 8.1 we needed to rename the
37
43
` ReadOnly ` contract and trait. This is because PHP 8.1 introduced ` readonly ` as a reserved word. The following changes
38
44
were made:
39
- - ` LaravelJsonApi\Eloquent\Contracts\ReadOnly ` is now ` IsReadOnly ` .
40
- - ` LaravelJsonApi\Eloquent\Fields\Concerns\ReadOnly ` is now ` IsReadOnly ` .
45
+ - ` LaravelJsonApi\Eloquent\Contracts\ReadOnly ` is now ` IsReadOnly ` .
46
+ - ` LaravelJsonApi\Eloquent\Fields\Concerns\ReadOnly ` is now ` IsReadOnly ` .
41
47
42
48
## [ 1.0.1] - 2021-12-08
43
49
You can’t perform that action at this time.
0 commit comments