Skip to content

Releases: laravie/query-filter

v1.7.0

25 Jul 15:31
Compare
Choose a tag to compare

Changes

  • Avoid ambiguous column name when search with related fields using Eloquent.

v1.6.2

19 Jul 14:23
Compare
Choose a tag to compare

Fixes

  • Avoid sanitizing unicode characters. #4

v1.6.1

16 Feb 13:54
Compare
Choose a tag to compare

Added

  • Added support for Laravel Framework 7.0+.

v1.6.0

11 Feb 05:28
Compare
Choose a tag to compare

Changes

  • Sanitize againsts SQL wildcard attacks.

v1.5.0

30 Dec 02:36
Compare
Choose a tag to compare

Added

Deprecated

  • Deprecate Laravie\QueryFilter\Value\Keywords.

v1.4.0

17 Dec 15:13
Compare
Choose a tag to compare

Changes

  • Refactor Laravie\QueryFilter\Taxanomy and Laravie\QueryFilter\Value\Keywords.

v1.3.0

15 Dec 05:51
Compare
Choose a tag to compare

Changes

  • Taxanomy should skipped if tagged values is equivalent to empty string.

v1.2.0

09 Dec 14:36
Compare
Choose a tag to compare

Changes

  • Validate relationship field and JSON path to not include invalid column name structure.

v1.1.0

09 Dec 13:51
Compare
Choose a tag to compare

Changes

  • Use strpos() instead of Str::contains() when possible.

v1.0.2

03 Nov 04:51
Compare
Choose a tag to compare

Fixes

  • Fixes generated search keywords when it only contains either % or *.