Skip to content

Releases: spatie/laravel-query-builder

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

3.4.1

24 May 10:13
6c09f1f
Compare
Choose a tag to compare
  • fix simple paginator append not working (#633)

3.4.0

20 May 09:44
Compare
Choose a tag to compare
  • add support for custom includes (#623)
  • add support for getting request data from the request body (#589)
  • fix issues when cloning QueryBuilder (#621)

3.3.4

26 Nov 14:55
Compare
Choose a tag to compare
  • prepend table name to WHERE clause for ambiguous partial filters (#567)
  • add PHP 8 support

3.3.3

27 Oct 16:14
Compare
Choose a tag to compare
  • prepend table name to WHERE clause for ambiguous exact filters (#467)