Skip to content

Releases: khaledosama999/algolia-filter-query-builder

v1.1.2

24 Mar 16:39
28a5b5a
Compare
Choose a tag to compare

1.1.2 (2022-03-24)

Bug Fixes
  • in.js: fix IN operator use OR instead of AND (0b782ef6)

v1.1.1

29 Mar 14:39
Compare
Choose a tag to compare

1.1.1 (2021-03-29)

Build System / Dependencies
  • uglify: uglify the files to have a smaller bundle size (863c5102)

v1.1.0

28 Mar 14:31
Compare
Choose a tag to compare

1.1.0 (2021-03-28)

Documentation Changes
  • readme: update the README file to reflect the new ne operator and the query validation (5a012410)
  • types: update the Types JSDocs so they are easy to use (0f35a9a7)
New Features
  • operators: make each operator a standlone class to facilitate query parsing and validation (64df1237)
Tests
  • operator and query parser: add tests for the new operator classes and the query parser (550c8d89)

v1.0.0

26 Mar 16:53
Compare
Choose a tag to compare

1.0.0 (2021-03-26)

Documentation Changes
  • readme.md: update the read me to include the new in operator and remove the old neq operator (8d08c312)
New Features
  • query parser: create the new class query parser which builds the operators tree (c0e6b7bc)
  • operators: update operatos to be self contained classes (adee0c65)
Tests
  • operators: update the tests to use the new query parser class (ed58573e)

v0.0.1

13 Mar 21:35
Compare
Choose a tag to compare

0.0.1 (2021-03-13)

Documentation Changes
New Features
  • querybuilder: the initial base for the query builder (1f82470e)
Bug Fixes
Tests
  • query builder: add more tests (c656be12)

0.1.0 (2021-03-13)

Documentation Changes
New Features
  • querybuilder: the initial base for the query builder (1f82470e)
Bug Fixes
Tests
  • query builder: add more tests (c656be12)