Releases: pennions/JOQ
Releases · pennions/JOQ
JOQ Version 1.4.0
JOQ Version 1.3.0
Fixes
- fix: use getValue from services
- fix: selection is now before grouping.
Features
- feat: added case-insensitive flag to filter for use with equals
JOQ Version 1.2.0
Feature:
- Added distinct option to merge objects on a single property.
JOQ Version 1.1.4
Fixes:
- revert to empty string when value is not defined on the comparison object
- Sorting is now applied before grouping, which makes the list of groups sorted
- groupBy uses shift() instead of pop() to fix the unintended side-effect of reversing the array
JOQ Version 1.1.2
Fixes:
- Removing sort now correctly returns the original order of the initialized JSON.
JOQ Version 1.1.1
Fixes
- Using an orWhere or type or as the start of the query no longer breaks the search pattern
JOQ Version 1.1
Features
- you now can search inside objects
- removed a lot of fluff code for where clauses
- added more operator types
Other
- Added joq.d.ts