File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
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
- ## Unreleased
6
+ ## [ 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.
7
12
8
13
### Fixed
9
14
10
15
- [ #204 ] ( https://github.com/laravel-json-api/laravel/issues/204 ) Fix exception parser causing error when request does
11
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.
12
18
13
19
## [ 2.4.0] - 2022-06-25
14
20
You can’t perform that action at this time.
0 commit comments