Skip to content

v1.1.0

Compare
Choose a tag to compare
@aminya aminya released this 02 Nov 11:42
· 480 commits to master since this release

This version adds filterTree function that sorts and filters the given Tree candidates by matching them against the given query.
A tree object is an object in which each entry stores the data in its dataKey and it has (may have) some children (with a similar structure) in its childrenKey.

See the readme for documentation:
https://github.com/atom-ide-community/fuzzaldrin-plus-fast#filtertreecandidates-query-datakey-childrenkey-options--