Skip to content

Releases: spatie/laravel-query-builder

1.9.1

15 May 07:56

Choose a tag to compare

  • improvements around field selection

1.9.0

02 May 13:14

Choose a tag to compare

  • add Filter::scope() for querying scopes
  • explicitly defining parent includes in nested queries is no longer required

1.8.0

28 Mar 14:45
4d3e9d2

Choose a tag to compare

  • add allowedAppends()

1.7.0

23 Mar 17:19

Choose a tag to compare

  • add ability to customize query parameter names

1.6.0

05 Mar 16:27

Choose a tag to compare

  • add support for selecting specific columns using ?fields[table]=field_name

1.5.3

09 Feb 23:30
7c3a260

Choose a tag to compare

  • allow arrays in filters

1.5.2

08 Feb 12:52

Choose a tag to compare

  • Add support for Laravel 5.6

1.5.1

07 Feb 22:14

Choose a tag to compare

  • fix: initializing scopes, macro's, the onDelete callback and eager loads from base query on QueryBuilder

1.5.0

06 Feb 14:22
bad99b7

Choose a tag to compare

  • use specific exceptions for every invalid query

1.4.0

05 Feb 15:54
4fd1d59

Choose a tag to compare

  • allow multiple sorts