Skip to content

Version 2.5.0 (Beta 1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Radiergummi Radiergummi released this 22 Apr 12:21
· 29 commits to 2.x since this release
1d1ff6f

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