Releases: spatie/laravel-query-builder
Releases · spatie/laravel-query-builder
6.2.1
6.2.0
What's Changed
- [FEAT] add filter by operator by @AbdelrahmanBl in #940
- Add documentation for the operator filter by @AlexVanderbist in #974
New Contributors
- @AbdelrahmanBl made their first contribution in #940
Full Changelog: 6.1.0...6.2.0
6.1.0
What's Changed
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #939
- Add issue #175 link in selecting-fields.md by @alipadron in #951
- Update filtering.md by @justinkekeocha in #954
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #955
- [DOCS] Update Frontend implementation with a new one by @cgarciagarcia in #961
- Update Documentation for php markdown by @chengkangzai in #969
- AllowedFilter should return static rather than self by @kosarinin in #964
New Contributors
- @alipadron made their first contribution in #951
- @cgarciagarcia made their first contribution in #961
- @chengkangzai made their first contribution in #969
- @kosarinin made their first contribution in #964
Full Changelog: 6.0.1...6.1.0
6.0.1
6.0.0
What's Changed
- Add additional types & Phpstan by @Nielsvanpach in #910
New Contributors
- @Nielsvanpach made their first contribution in #910
Full Changelog: 5.8.1...6.0.0
5.8.1
What's Changed
- Fix typo by @justinkekeocha in #926
- List query-builder-ts front-end implementation package by @rogervila in #925
- Fix incorrect escape character in SQL for LIKE query in partial filter by @Talpx1 in #927
New Contributors
- @justinkekeocha made their first contribution in #926
- @rogervila made their first contribution in #925
- @Talpx1 made their first contribution in #927
Full Changelog: 5.8.0...5.8.1
5.8.0
What's Changed
- [Docs] Update config file content by @shdehnavi in #918
- Bump: Deprecating Laravel 9 and PHP 8.1, adding Laravel 11 support by @JustSteveKing in #922
New Contributors
- @shdehnavi made their first contribution in #918
- @JustSteveKing made their first contribution in #922
Full Changelog: 5.7.0...5.8.0
5.7.0
What's Changed
- Start testing against PHP 8.3 by @sergiy-petrov in #899
- Add the possibility to use the literal relation names in the
allowedFields
. by @carvemerson in #917 - Add
unsetDefault
as a replacement fordefault(null)
which was removed in 5.6.0 by @patrickrobrecht in #902 - Allow passing an array to the
defaultSort
function as documented by @MajidMohammadian in #904 - Add
disable_invalid_includes_query_exception
config option by @dimzeta in #906 - Update
AllowedFilter.php
to includegetFilterClass
function by @justasSendrauskas in #909
New Contributors
- @sergiy-petrov made their first contribution in #899
- @carvemerson made their first contribution in #917
- @patrickrobrecht made their first contribution in #902
- @MajidMohammadian made their first contribution in #904
- @dimzeta made their first contribution in #906
- @justasSendrauskas made their first contribution in #909
Full Changelog: 5.6.0...5.7.0
5.6.0
What's Changed
- Add support for defining includes by callback by @enricodelazzari in #894
- Add nullable filters by @enricodelazzari in #895
- Fix escaping control characters in partial filters by @GrahamCampbell in #898
Full Changelog: 5.5.0...5.6.0
5.5.0
What's Changed
- Add support for
withExists
viaIncludedExists
by @enricodelazzari in #891 - Use default values for all config keys (avoids issues when
QueryBuilder
is used as a dependency in a package)
Full Changelog: 5.4.0...5.5.0