v2.0.0
2.0.0 / 2017-04-23
Removed
- BREAKING: Removed support for
ignore
option. Instead,filter
option can be used. See: [#1]
Added
filter
option. A function that gets one argumentfn({path: '', stats: {}})
and returns true to include or false to exclude the item.noRecurseOnFailedFilter
option to prevent unnecessary traversal of unwanted directories whenfilter
function is used.