Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@Radiergummi Radiergummi released this 22 Apr 14:04
· 28 commits to 2.x since this release
a7f7f1b

Change log

  • Feature: Added support for filter shorthand methods to add filters to the query directly
  • Feature: Allowed to use filter, must and must_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