Skip to content

Commit f11f863

Browse files
committed
Merge tag 'v2.2.0' into develop
New WhereNull and WhereNotNull filters.
2 parents 81d158d + e0d2ac7 commit f11f863

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

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+
612
## [2.1.1] - 2022-04-04
713

814
### Fixed
@@ -16,10 +22,10 @@ All notable changes to this project will be documented in this file. This projec
1622

1723
- The `Number` field can now be configured to accept numeric strings by calling the `acceptStrings()` method on the
1824
field.
19-
25+
2026
### Fixed
2127

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
2329
resource id. This has been fixed to pass `null` to the query builder instead of the empty string, as this was most
2430
likely the cause of failures in Postgres.
2531

@@ -36,8 +42,8 @@ All notable changes to this project will be documented in this file. This projec
3642
- [#20](https://github.com/laravel-json-api/eloquent/pull/20) **BREAKING** To support PHP 8.1 we needed to rename the
3743
`ReadOnly` contract and trait. This is because PHP 8.1 introduced `readonly` as a reserved word. The following changes
3844
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`.
4147

4248
## [1.0.1] - 2021-12-08
4349

0 commit comments

Comments
 (0)