Releases: spatie/laravel-query-builder
Releases · spatie/laravel-query-builder
1.13.1
1.12.0
- allow differently named columns
1.11.2
1.11.1
- fix exception when using
allowedFields()
but selecting none
1.11.0
- add
allowedFields
method - fix & cleanup
Request::fields()
macro - fix fields option (
SELECT * FROM table
instead ofSELECT table.* FROM table
)
1.10.4
- fix parsing empty filters from url
1.10.3
- improve compatibility with Lumen
1.10.1
- improve compatibility with Lumen by only publishing the config file in console mode
1.10.0
1.9.6
- fix for using reserved SQL words as attributes in Postgres