Skip to content

Releases: spatie/laravel-query-builder

4.0.3

23 Mar 14:26
778c800
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.2...4.0.3

5.0.1

18 Mar 07:45
2970e54
Compare
Choose a tag to compare

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

Full Changelog: 5.0.0...5.0.1

5.0.0

13 Jan 10:59
Compare
Choose a tag to compare
  • add support for Laravel 9
  • drop support for older versions

3.6.2

09 Jan 15:39
3768381
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.6.1...3.6.2

4.0.2

26 Dec 19:19
6466956
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.0.2

3.6.1

17 Nov 15:42
b78b14d
Compare
Choose a tag to compare

What's Changed

  • Fixed typo preventing the installation of the laravel/framework 7.30.5 security release by @GrahamCampbell in #693

New Contributors

Full Changelog: 3.6.0...3.6.1

4.0.1: Revert "Remove todo adding deferred to service provider (#660)"

27 Oct 14:49
Compare
Choose a tag to compare

4.0.0

20 Oct 12:46
ba3c35b
Compare
Choose a tag to compare
  • 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

06 Sep 08:04
Compare
Choose a tag to compare
  • add callback sorts (#654)

3.5.0

05 Jul 14:17
Compare
Choose a tag to compare
  • add support for cursor pagination