Releases: spatie/laravel-query-builder
Releases · spatie/laravel-query-builder
4.0.0
- nested filters will no longer be automatically camel-cased to match a relationship name
- includes will no longer be automatically camel-cased to match a relationship name
- fields will no longer be automatically snake-cased to match table or column names
Take a look at the upgrade guide for a more detailed explanation.
3.6.0
3.5.0
- add support for cursor pagination
3.4.3
3.4.2
1.18.0
- add support for Laravel 6
- add support for PHP 8