Skip to content

Releases: spatie/laravel-query-builder

3.4.2

05 Jul 12:41

Choose a tag to compare

  • fix unexpected lowercase appends (#637)

1.18.0

10 Jun 22:29

Choose a tag to compare

  • add support for Laravel 6
  • add support for PHP 8

3.4.1

24 May 10:13
6c09f1f

Choose a tag to compare

  • fix simple paginator append not working (#633)

3.4.0

20 May 09:44

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

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

Choose a tag to compare

  • prepend table name to WHERE clause for ambiguous exact filters (#467)

3.3.2

27 Oct 15:24

Choose a tag to compare

  • fix config key to disable InvalidFilterQuery exception

3.3.1

11 Oct 08:33
180f211

Choose a tag to compare

  • make nested scope compatible with older Laravel (#542)

3.3.0

05 Oct 19:31

Choose a tag to compare

  • add ability to filter by nested relationship scopes (#519)
  • add config key to disable InvalidFilterQuery exception (#525)

3.2.4

01 Oct 13:53
203d86d

Choose a tag to compare

  • update what defines an ignored filter value (#533)