Skip to content

Releases: spatie/laravel-query-builder

1.16.0

06 Mar 10:14

Choose a tag to compare

  • add support for multiple default sorts (#214)

1.15.2

28 Feb 11:44
c75c93a

Choose a tag to compare

  • add support for Laravel 5.5 and up (again)
  • add support for PHP 7.1 and up (again)

1.15.1

28 Feb 09:51
d4e6c9c

Choose a tag to compare

  • fix default sort not parsing correctly (#178)

1.15.0

27 Feb 15:12

Choose a tag to compare

  • drop support for Laravel 5.7 and lower
  • drop support for PHP 7.1 and lower

1.14.0

27 Feb 13:51

Choose a tag to compare

  • add aliased sorts (#164)

1.13.2

27 Feb 13:34

Choose a tag to compare

  • add support for Laravel 5.8
  • use Str:: and Arr:: instead of helper methods

1.13.1

18 Jan 22:09

Choose a tag to compare

  • fix detection of false-positives for ignored values (#154)
  • fix broken morphTo includes (#130)

1.12.0

27 Nov 09:11

Choose a tag to compare

  • allow differently named columns

1.11.2

30 Oct 09:11

Choose a tag to compare

  • fix exception when using filters with nested arrays (#117)
  • fix overwritten fields when using allowedIncludes with many-to-many relationships (#118)

1.11.1

09 Oct 15:22
0e2a013

Choose a tag to compare

  • fix exception when using allowedFields() but selecting none