Skip to content

Releases: FleekHQ/knex-flex-filter

Release 0.6.0

21 Jul 16:17
Compare
Choose a tag to compare

Change log

  • Refactor to Allow AND and OR filters combination

  • Allow overriding query for columns to handle edge cases.

  • Updates documentation

Release 0.5.0

17 Jul 15:55
Compare
Choose a tag to compare

Change log

  • Add conditionMapper to possible options passed into the function.

Release 0.4.2

11 Jun 16:53
Compare
Choose a tag to compare

Change log

  • Security fix in js-yaml

Release 0.4.0

02 Apr 20:00
Compare
Choose a tag to compare

Change log

  • Changed contains filters implementations to use LIKE instead of fts to support partial text matches.

  • Added similar_to filter for fuzzy-search.

  • Updated the docs

Release 0.3.0

02 Apr 17:01
Compare
Choose a tag to compare

Change log

  • Added support for contains, not_contains, starts_with, not_starts_with, ends_with and not_ends_with filters.

  • Tested the new text-search filters

  • Updated the readme with the new filters

Release 0.2.3

01 Apr 18:55
e12da85
Compare
Choose a tag to compare

Change log

  • Added support for aggregate filters

minor fix

08 Mar 19:29
Compare
Choose a tag to compare

Change log

  • Now splitColumnAndCondition can be imported.

Initial version

08 Mar 17:54
c693903
Compare
Choose a tag to compare
  • Created Knex Flex Filter library.

  • Tested all filters for a normal query and a jsonb query.

  • Added readme.

  • Set up package scripts and dependencies.