Skip to content

Tags: nutes-uepb/query-strings-parser

Tags

2.1.13

Hotfix:

- Adds treatment of values: undefined and null.

2.1.12

Adjustments and Improvements:

- Updates Travis file.

2.1.11

Adjustments and Improvements:

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

2.1.10

Improvements:

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

2.1.9

Hotfix:

   - Fixing int number better zero, starting with zero;

2.1.8

Improvements:

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

2.1.7

Bug Fix

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

2.1.6

Adds accents to the search filter.

2.1.5

Improvements

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

2.1.4

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.