We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298f38c commit b3ffb57Copy full SHA for b3ffb57
CHANGELOG.md
@@ -3,12 +3,18 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
6
-## Unreleased
+## [2.5.0] - 2023-01-15
7
+
8
+### Added
9
10
+- Relations can now be conditionally set to be eager-loadable via the `canEagerLoad()` method.
11
+- New `WhereNull` and `WhereNotNull` filters.
12
13
### Fixed
14
15
- [#204](https://github.com/laravel-json-api/laravel/issues/204) Fix exception parser causing error when request does
16
not have a matching route (e.g. in a `404 Not Found` scenario).
17
+- Fixed PHP 8.2 deprecation messages in the `laravel-json-api/validation` dependency.
18
19
## [2.4.0] - 2022-06-25
20
0 commit comments