Releases: spatie/laravel-query-builder
Releases Β· spatie/laravel-query-builder
4.0.3
What's Changed
- V4 - Add support for laravel > 7.30.4 by @luilliarcec in #744
New Contributors
- @luilliarcec made their first contribution in #744
Full Changelog: 4.0.2...4.0.3
5.0.1
What's Changed
- Update README.md by @wayz9 in #713
- Fix release order in CHANGELOG by @medvinator in #717
- Fix include casing docs by @canvural in #733
- Adapt documentation for publishing package config by @dominikb in #734
- Fix warning from passing null to explode for includeParts by @steven-fox in #742
New Contributors
- @wayz9 made their first contribution in #713
- @medvinator made their first contribution in #717
- @canvural made their first contribution in #733
- @steven-fox made their first contribution in #742
Full Changelog: 5.0.0...5.0.1
5.0.0
- add support for Laravel 9
- drop support for older versions
3.6.2
4.0.2
What's Changed
- DOC: New sample with multiple default sorts by @williamxsp in #694
- PHP 8.1 Support by @Medalink in #702
New Contributors
- @williamxsp made their first contribution in #694
- @Medalink made their first contribution in #702
Full Changelog: 4.0.1...4.0.2
3.6.1
What's Changed
- Fixed typo preventing the installation of the laravel/framework 7.30.5 security release by @GrahamCampbell in #693
New Contributors
- @GrahamCampbell made their first contribution in #693
Full Changelog: 3.6.0...3.6.1
4.0.1: Revert "Remove todo adding deferred to service provider (#660)"
- revert deferred service provider (#677)
4.0.0
- nested filters will no longer be automatically camel-cased to match a relationship name
- includes will no longer be automatically camel-cased to match a relationship name
- fields will no longer be automatically snake-cased to match table or column names
Take a look at the upgrade guide for a more detailed explanation.
3.6.0
3.5.0
- add support for cursor pagination