Skip to content

Releases: spatie/laravel-query-builder

1.5.2

08 Feb 12:52
Compare
Choose a tag to compare
  • Add support for Laravel 5.6

1.5.1

07 Feb 22:14
Compare
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
Compare
Choose a tag to compare
  • use specific exceptions for every invalid query

1.4.0

05 Feb 15:54
4fd1d59
Compare
Choose a tag to compare
  • allow multiple sorts

1.3.0

05 Feb 08:45
9a6318f
Compare
Choose a tag to compare
  • allow allowedIncludes, allowedFilters and allowedSorts to accept arrays

- remove auto registering facade from composer.json

03 Feb 15:38
Compare
Choose a tag to compare

1.2.0

29 Jan 10:20
Compare
Choose a tag to compare
  • add support for global scopes and soft deletes

1.1.2

23 Jan 11:20
Compare
Choose a tag to compare
  • bugfix: revert #11 (escaping _ and % in LIKE queries)

1.1.1

22 Jan 15:39
f2017ee
Compare
Choose a tag to compare
  • escape _ and % in LIKE queries

1.1.0

20 Jan 14:45
Compare
Choose a tag to compare
  • add ability to set a default sort attribute