Releases: FleekHQ/knex-flex-filter
Releases · FleekHQ/knex-flex-filter
Release 0.6.0
Release 0.5.0
Change log
- Add conditionMapper to possible options passed into the function.
Release 0.4.2
Change log
- Security fix in js-yaml
Release 0.4.0
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
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
Change log
- Added support for aggregate filters
minor fix
Initial version
-
Created Knex Flex Filter library.
-
Tested all filters for a normal query and a jsonb query.
-
Added readme.
-
Set up package scripts and dependencies.