Skip to content

Releases: nutes-uepb/query-strings-parser

v2.1.13

13 Dec 15:44

Choose a tag to compare

Hotfix:

  • Adds treatment of values: undefined and null.

v2.1.12

14 Jun 14:56

Choose a tag to compare

Adjustments and Improvements:

  • Updates Travis config file.

v2.1.11

14 Jun 01:31

Choose a tag to compare

Adjustments and Improvements:

  • Adds handling for multiple $or in queries;
  • Updates versions of the project dependencies.

v2.1.10

03 Dec 14:19

Choose a tag to compare

Improvements:

  • Adds accents on uppercase vowels to the search filter;
  • Updates versions of the project dependencies.

v2.1.9

03 Dec 14:06

Choose a tag to compare

Improvements:

  • Fixes construction of filters to accept integer with a leading zero in the query string.

v2.1.8

05 Aug 19:13

Choose a tag to compare

Improvements:

  • Adds $ne filter to the mapper's getCompareOperator(value) function;
  • Updates versions of the project dependencies.

v2.1.7

10 Sep 20:07

Choose a tag to compare

Bug Fix

  • Fixes bug that did not allow sorting on second level: level.sublevel

v2.1.6

05 Aug 21:54

Choose a tag to compare

Bug Fixe

  • Adds accents to the search filter.

v2.1.5

01 Jun 19:44

Choose a tag to compare

Improvements

  • Replaces asc and desc by 1 and -1 in queries by classification;
  • Updates versions of dependencies used in development;
  • Improvements in test settings.

v2.1.4

01 Jun 16:52

Choose a tag to compare

Bug fixes and improvements

  • Corrects error in ordering when defaults values are used;
  • Corrects error in pagination when defaults values are use;
  • Add test for defaults fields scenario;
  • Corrects error in filters when defaults values are use;
  • Adds improvements to the pagination "processQuery" function.