deep-array-filter
Version:
Filters an array of objects with filters defined in an object.
18 lines (14 loc) • 351 B
Markdown
### 1.0.4
- fix filter all properties, went bad because of last fix
- searchAll property always defaults to includes comparator
- a bit refactored
### 1.0.3
- fix don't let falsy values, pass the filter
### 1.0.2
- fix comparator didn't always default to includes
### 1.0.1
- updated readme
- updated package.json
- added changelog
## 1.0.0
- init