Skip to content

Commit 6f8cf8e

Browse files
committed
docs: added missing changelog for release 0.36.0
1 parent 80ef989 commit 6f8cf8e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
722
## [0.35.0] - 2024-02-26
823
### Added
924
* IDE autocomplete support for PhpStorm with Laravel Idea plugin

0 commit comments

Comments
 (0)