Releases: koenhoeijmakers/laravel-filterable
Releases · koenhoeijmakers/laravel-filterable
Version 6.0
Actual Laravel ^10
support thanks to @DennisLammers
Version 5.0.1
Support for laravel ^10.0
Version 5.0
Hard requires PHP 8.1, Laravel ^9.0
Implements Laravel builder contracts to make Relationships work again
Version 4.5.1
Support for laravel ^9.0
Version 4.5
Laravel ^8.0
support
Version 4.4
Removes the validation against the input variable to not be an array.
Version 4.3.1
Laravel ^7.0
support.
Version 4.3
laravel/framework
dependency upgraded to ^6.0
Version 4.2
Adds a contract (interface) to simplify overriding the class.
Version 4.1
- 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.