Skip to content

Releases: spatie/laravel-query-builder

1.13.1

18 Jan 22:09
Compare
Choose a tag to compare
  • fix detection of false-positives for ignored values (#154)
  • fix broken morphTo includes (#130)

1.12.0

27 Nov 09:11
Compare
Choose a tag to compare
  • allow differently named columns

1.11.2

30 Oct 09:11
Compare
Choose a tag to compare
  • fix exception when using filters with nested arrays (#117)
  • fix overwritten fields when using allowedIncludes with many-to-many relationships (#118)

1.11.1

09 Oct 15:22
0e2a013
Compare
Choose a tag to compare
  • fix exception when using allowedFields() but selecting none

1.11.0

03 Oct 08:15
Compare
Choose a tag to compare
  • add allowedFields method
  • fix & cleanup Request::fields() macro
  • fix fields option (SELECT * FROM table instead of SELECT table.* FROM table)

1.10.4

02 Oct 15:45
Compare
Choose a tag to compare
  • fix parsing empty filters from url

1.10.3

17 Sep 10:23
372bfcd
Compare
Choose a tag to compare
  • improve compatibility with Lumen

1.10.1

21 Aug 06:50
f1465f7
Compare
Choose a tag to compare
  • improve compatibility with Lumen by only publishing the config file in console mode

1.10.0

12 Jun 13:08
b1333e2
Compare
Choose a tag to compare
  • add support for instantiated custom filter classes

1.9.6

11 Jun 07:54
69323ce
Compare
Choose a tag to compare
  • fix for using reserved SQL words as attributes in Postgres