Skip to content

Releases: spatie/laravel-query-builder

1.17.2

12 Apr 16:52
Compare
Choose a tag to compare
  • bugfix: replace missing sort() method on QueryBuilderRequest
  • bugfix: don't escape allowed sorts and their aliases
  • bugfix: don't escape allowed fields

1.17.1

09 Apr 14:30
Compare
Choose a tag to compare
  • security fixes

1.16.1

09 Apr 14:29
Compare
Choose a tag to compare
  • security fixes

1.17.0

11 Mar 10:02
Compare
Choose a tag to compare
  • moved features to traits
  • started using QueryBuilderRequest to read data from the current request
  • deprecated request macros (Request::filters(), Request::includes(), etc...)
  • raised minimum supported Laravel version to 5.6.34

1.16.0

06 Mar 10:14
Compare
Choose a tag to compare
  • add support for multiple default sorts (#214)

1.15.2

28 Feb 11:44
c75c93a
Compare
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
Compare
Choose a tag to compare
  • fix default sort not parsing correctly (#178)

1.15.0

27 Feb 15:12
Compare
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
Compare
Choose a tag to compare
  • add aliased sorts (#164)

1.13.2

27 Feb 13:34
Compare
Choose a tag to compare
  • add support for Laravel 5.8
  • use Str:: and Arr:: instead of helper methods