YuriGor / deepdash

eachDeep, filterDeep, findDeep, someDeep, omitDeep, pickDeep, keysDeep etc.. Tree traversal library written in Underscore/Lodash fashion
https://deepdash.io/
MIT License
274 stars 12 forks source link

check and test rootIsChildren option support and object as children collection #41

Closed YuriGor closed 4 years ago

YuriGor commented 4 years ago

Looks like some methods ignore it, need to cover such cases by tests. Also need tests for the case when in tree mode children is not an array but an object

YuriGor commented 4 years ago

fixed in v4.5.6