File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ All notable changes to `laravel-query-builder` will be documented in this file
66
77- revert deferred service provider (#677 )
88
9+ ## 4.0.2 - 2021-12-26
10+
11+ ## What's Changed
12+
13+ - DOC: New sample with multiple default sorts by @williamxsp in https://github.com/spatie/laravel-query-builder/pull/694
14+ - PHP 8.1 Support by @Medalink in https://github.com/spatie/laravel-query-builder/pull/702
15+
16+ ## New Contributors
17+
18+ - @williamxsp made their first contribution in https://github.com/spatie/laravel-query-builder/pull/694
19+ - @Medalink made their first contribution in https://github.com/spatie/laravel-query-builder/pull/702
20+
21+ ** Full Changelog** : https://github.com/spatie/laravel-query-builder/compare/4.0.1...4.0.2
22+
923## 4.0.0 - 2021-10-20
1024
1125- nested filters will no longer be automatically camel-cased to match a relationship name
@@ -91,7 +105,7 @@ Take a look at the [upgrade guide](./UPGRADING.md) for a more detailed explanati
91105
92106## 3.0.0 - 2020-08-18
93107
94- New major version. Please read the [ UPGRADING] ( UPGRADING.md ) guide _ before _ upgrading.
108+ New major version. Please read the [ UPGRADING] ( UPGRADING.md ) guide * before * upgrading.
95109
96110- ` Spatie\QueryBuilder\QueryBuilder ` class no longer extends Laravel's ` Illuminate\Database\Eloquent\Builder `
97111
You can’t perform that action at this time.
0 commit comments