Version 2.5.0 (Beta 1)
Pre-release
Pre-release
Change log
- Feature: Added support for filter shorthand methods to add filters to the query directly
- Feature: Allowed to use
filter
,must
andmust_not
with their counterparts from a custom body by merging them - Feature: Added possibility to use literal comparison operators (
eq
,gte
, etc.) in addition to standard operators - Fix: Improved URL resolution for pagination by using Laravel's request facade
- Fix: Added IDE autocompletion to pagination instances by adding a mixin annotation to
Collection