- Performance optimization #27
- Added
depthLimit
option to limit how deep to recurse into folders. #25
graceful-fs
is now a regular dependency, and is always loaded. This should speed uprequire
time- Dropped support for Node 0.10 & 0.12 and io.js
graceful-fs
added as anoptionalDependencies
. Thanks ryanzim!
filter
option to pre-filter and not walk directories.
- added support for custom
fs
implementation. Useful for https://github.com/tschaub/mock-fs
- bugfix: if
readdir
error, got hung up. See: jprichardson/node-klaw#1
- assert that param
dir
is astring
- bug fix, options not being passed
- added
queueMethod
andpathSorter
tooptions
to affect searching strategy.
- removed unused
filter
param - bugfix: always set
streamOptions
toobjectMode
- simplified, converted from push mode (streams 1) to proper pull mode (streams 3)
- initial release