Skip to content

Commit b3ffb57

Browse files
committed
[Docs] Update changelog and bump version
1 parent 298f38c commit b3ffb57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
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-
## 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.
712

813
### Fixed
914

1015
- [#204](https://github.com/laravel-json-api/laravel/issues/204) Fix exception parser causing error when request does
1116
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.
1218

1319
## [2.4.0] - 2022-06-25
1420

0 commit comments

Comments
 (0)