Skip to content

Releases: henzeb/query-filter-builder

v1.3.0

11 Mar 13:34
Compare
Choose a tag to compare
  • Support for Laravel 11
  • Dropped support for laravel 9
  • Dropped support for PHP 8.0

v1.2.0

15 Feb 10:18
Compare
Choose a tag to compare
  • added support for Laravel 10
  • dropped support for Laravel 8

v1.1.4

14 Mar 15:11
Compare
Choose a tag to compare
  • when is or not receives null, it should turn into empty/notEmpty

v1.1.3

14 Mar 10:57
Compare
Choose a tag to compare
  • added filterArray to easily handle comma separated strings as per recommendation in the JSON:API specification

v1.1.2

02 Mar 20:23
Compare
Choose a tag to compare
  • fixed bugs + added default sort option

v1.1.1

28 Feb 20:17
Compare
Choose a tag to compare
  • fixed bug where joins weren't allowed when using custom filters with Laravel.

v1.1.0

24 Feb 19:13
Compare
Choose a tag to compare
  • added FormRequest functionality to ease development in Laravel
  • added asc/desc sorting functionality

v1.0.0

22 Feb 19:17
Compare
Choose a tag to compare

Initial release