Skip to content

Releases: spatie/laravel-query-builder

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

3.4.3

05 Jul 12:47
Compare
Choose a tag to compare
  • fix unexpected lowercase appends (#637)

3.4.2

05 Jul 12:41
Compare
Choose a tag to compare
  • fix unexpected lowercase appends (#637)

1.18.0

10 Jun 22:29
Compare
Choose a tag to compare
  • add support for Laravel 6
  • add support for PHP 8