Releases: Tucker-Eric/EloquentFilter
Releases · Tucker-Eric/EloquentFilter
2.0.0
Laravel 6 support
1.4.3
1.4.2
1.4.1
1.4.0
- Added option to toggle camel case method naming strategy via
protected $camel_cased_methods
property andconvertToCamelCasedMethods
method.
1.0.0
Method Refactor
1.3.3
1.3.2
1.3.1
1.3.0
- ModelFilter class is now abstract
- More strict checking on filter method before calling
- Add
$blacklist
andblacklistMethod()
/whitelistMethod()
- Unit tests updated and added