Skip to content

Releases: spatie/laravel-query-builder

2.7.1

26 Feb 14:36
2792bdc

Choose a tag to compare

  • small fix for lumen in service provider

2.7.0

11 Feb 10:16

Choose a tag to compare

  • add support for model binding in scope filter parameters (#415)

2.6.1

11 Feb 09:26

Choose a tag to compare

  • fix alias for multiple allowed includes (#414)

2.6.0

10 Feb 15:25

Choose a tag to compare

  • add FiltersTrashed for filtering soft-deleted models
  • add FiltersCallback for filtering using a callback

2.5.1

22 Jan 13:24

Choose a tag to compare

  • fix dealing with empty or null includes (#395)
  • fix passing an associative array of scope filter values (#387)

2.5.0

09 Jan 12:14
d0d8209

Choose a tag to compare

  • add defaultDirection

2.4.0

04 Jan 22:55
367629a

Choose a tag to compare

  • add support for a custom filter delimiter (#369)

2.3.0

08 Oct 08:49

Choose a tag to compare

  • resolve QueryBuilderRequest from service container

2.2.1

03 Oct 10:01

Choose a tag to compare

  • fix issue when passing camel-cased includes (#336)

2.2.0

03 Oct 10:00

Choose a tag to compare

  • add option to disable parsing relationship constraints when filtering related model properties in the exact and partial filters (#262)
  • fix selecting fields from included relationships that are multiple levels deep (#317)