Releases: spatie/laravel-query-builder
Releases · spatie/laravel-query-builder
3.6.3
What's Changed
- Add version number to installation command in V3 by @jamesbhatta in #789
- PHP 8.1 Support by @drecken in #809
New Contributors
Full Changelog: 3.6.2...3.6.3
5.0.3
What's Changed
- Fixed: Some links in the documentation for v5 pointing to v2 pages by @hameedraha in #757
- static return type when returning $this by @lorenzolosa in #775
- [PHP 8.2] Fix
${var}
string interpolation deprecation by @Ayesh in #779 - Fix grammar by @clouder in #784
- Add Inertia.js Tables for Laravel Query Builder by @fabianpnke in #790
- Fix Laravel 9 PHPStan generic check for
__invoke()
method of Filter by @kayw-geek in #781 - Fix for Warning by @shaunluedeke in #791
New Contributors
- @hameedraha made their first contribution in #757
- @lorenzolosa made their first contribution in #775
- @Ayesh made their first contribution in #779
- @clouder made their first contribution in #784
- @fabianpnke made their first contribution in #790
- @shaunluedeke made their first contribution in #791
Full Changelog: 5.0.2...5.0.3
5.0.2
What's Changed
- Fix Laravel 9 PHPStan generic check by @kayw-geek in #749
New Contributors
- @kayw-geek made their first contribution in #749
Full Changelog: 5.0.1...5.0.2
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)