Releases: spatie/laravel-query-builder
Releases · spatie/laravel-query-builder
1.5.2
- Add support for Laravel 5.6
1.5.1
- fix: initializing scopes, macro's, the onDelete callback and eager loads from base query on QueryBuilder
1.5.0
- use specific exceptions for every invalid query
1.4.0
- allow multiple sorts
1.3.0
- allow
allowedIncludes
,allowedFilters
andallowedSorts
to accept arrays
- remove auto registering facade from composer.json
1.2.1 edit changelog
1.2.0
- add support for global scopes and soft deletes
1.1.2
1.1.1
- escape
_
and%
in LIKE queries
1.1.0
- add ability to set a default sort attribute