Releases: adelsz/inquirer-fuzzy-path
Releases · adelsz/inquirer-fuzzy-path
v2.2.0
- Added
excludeFilter
option for post-filtering search results. Thanks @HaykoKoryun!
v2.1.0
- Added
depthLimit
option for scan depth limiting
v2.0.3
- Fixed "default" config option bug, default item preselection should now work properly.
v2.0.0
Changes in v2.0.0:
- Added
itemType
option to allow displaying only file/directory items.
- Replaced
pathFilter
option with a simpler and more efficient excludePath
one.