Skip to content

Releases: spatie/laravel-query-builder

1.11.0

03 Oct 08:15

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

Choose a tag to compare

  • fix parsing empty filters from url

1.10.3

17 Sep 10:23
372bfcd

Choose a tag to compare

  • improve compatibility with Lumen

1.10.1

21 Aug 06:50
f1465f7

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

Choose a tag to compare

  • add support for instantiated custom filter classes

1.9.6

11 Jun 07:54
69323ce

Choose a tag to compare

  • fix for using reserved SQL words as attributes in Postgres

1.9.5

09 Jun 09:55
e6c018b

Choose a tag to compare

  • make sure filtering on string with special characters just works

1.9.4

07 Jun 15:03
601039a

Choose a tag to compare

  • fix for using reserved SQL words as attributes

1.9.3

05 Jun 08:41
ef69a2b

Choose a tag to compare

1.9.2

21 May 11:36

Choose a tag to compare

  • prevent double sorting statments