File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.36.0] - 2024-03-06
8
+ ### Fixed
9
+ * Incompatability with Laravel 10.47.0
10
+
11
+ ### Breaking Changes
12
+ * Some query builder methods had to be changed because they've now overlapped with new ones added by Laravel 10.47:
13
+ - ` whereAll ` -> ` whereAllValues `
14
+ - ` whereNotAll ` -> ` whereNotAllValues `
15
+ - ` orWhereAll ` -> ` orWhereAllValues `
16
+ - ` orWhereNotAll ` -> ` orWhereNotAllValues `
17
+ - ` whereAny ` -> ` whereAnyValue `
18
+ - ` whereNotAny ` -> ` whereNotAnyValue `
19
+ - ` orWhereAny ` -> ` orWhereAnyValue `
20
+ - ` orWhereNotAny ` -> ` orWhereNotAnyValue `
21
+
7
22
## [ 0.35.0] - 2024-02-26
8
23
### Added
9
24
* IDE autocomplete support for PhpStorm with Laravel Idea plugin
You can’t perform that action at this time.
0 commit comments