feature: allow to filter array of strings using filter$Text if no indexedProperties are passed
Showing
- dist/utilities/filter.js 15 additions, 10 deletionsdist/utilities/filter.js
- dist/utilities/filter.js.map 1 addition, 1 deletiondist/utilities/filter.js.map
- package-lock.json 1126 additions, 820 deletionspackage-lock.json
- package.json 11 additions, 11 deletionspackage.json
- src/utilities/filter.ts 12 additions, 8 deletionssrc/utilities/filter.ts
- test/unit/utilities/filter.spec.ts 13 additions, 0 deletionstest/unit/utilities/filter.spec.ts
This diff is collapsed.
{ | ||
"name": "value-converters", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "extended filtering function, sorting, localization, dissolving urls and reusable validators", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
... | ... | @@ -23,20 +23,20 @@ |
"author": "Christian Knecht <christian.knecht@iao.fraunhofer.de>", | ||
"license": "BSD-3-Clause-Clear", | ||
"devDependencies": { | ||
"@types/jest": "^29.2.5", | ||
"@types/lodash": "^4.14.191", | ||
"@types/jest": "^29.5.3", | ||
"@types/lodash": "^4.14.195", | ||
"@types/traverse": "^0.6.32", | ||
"@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"eslint": "^8.31.0", | ||
"jest": "^29.3.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.9.4" | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint": "^8.44.0", | ||
"jest": "^29.6.1", | ||
"rimraf": "^5.0.1", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.6" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.21", | ||
"sift": "^16.0.1", | ||
"sift": "^17.0.1", | ||
"traverse": "^0.6.7" | ||
}, | ||
"jest": { | ||
... | ... |
Please register or sign in to comment