- BREAKING: Follow symlinks by default (use the new
preserveSymlinks
option to get the old behavior) #29
- BREAKING: Drop Node v4 support
- 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 up require
time
- Dropped support for Node 0.10 & 0.12 and io.js
graceful-fs
added as an optionalDependencies
. Thanks ryanzim!
filter
option to pre-filter and not walk directories.
- assert that param
dir
is a string
- bug fix, options not being passed
- added
queueMethod
and pathSorter
to options
to affect searching strategy.
- removed unused
filter
param
- bugfix: always set
streamOptions
to objectMode
- simplified, converted from push mode (streams 1) to proper pull mode (streams 3)