Skip to content

Releases: koenhoeijmakers/laravel-filterable

Version 6.0

27 Feb 09:06
Compare
Choose a tag to compare

Actual Laravel ^10 support thanks to @DennisLammers

Version 5.0.1

22 Feb 17:25
f6448e1
Compare
Choose a tag to compare

Support for laravel ^10.0

Version 5.0

29 Nov 13:25
Compare
Choose a tag to compare

Hard requires PHP 8.1, Laravel ^9.0
Implements Laravel builder contracts to make Relationships work again

Version 4.5.1

16 Sep 12:27
66b3d9e
Compare
Choose a tag to compare

Support for laravel ^9.0

Version 4.5

09 Sep 07:50
Compare
Choose a tag to compare

Laravel ^8.0 support

Version 4.4

09 Mar 08:44
536b818
Compare
Choose a tag to compare

Removes the validation against the input variable to not be an array.

Version 4.3.1

04 Mar 10:25
9d43491
Compare
Choose a tag to compare

Laravel ^7.0 support.

Version 4.3

10 Sep 12:29
Compare
Choose a tag to compare

laravel/framework dependency upgraded to ^6.0

Version 4.2

27 Jun 12:03
Compare
Choose a tag to compare

Adds a contract (interface) to simplify overriding the class.

Version 4.1

23 May 06:44
Compare
Choose a tag to compare
  • Fixes an issue that would throw 500's if somebody passed an array to a filter key.
  • Fixes an issue that would allow non existent sorters to be passed to the query.