Releases: manidlou/node-klaw-sync
Releases · manidlou/node-klaw-sync
v6.0.0
v5.0.0
v4.0.0
4.0.0 / 2018-04-30
Removed
- BREAKING Removed
noRecurseOnFailedFilter
option because it was counter-intuitive and confusing.
Added
fs
option. It is useful when mockingfs
object.depthLimit
option. It can be used to specify the number of times to recurse before stoppig.
v3.0.2
v3.0.0
v2.1.0
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.
v1.1.2
v1.1.1
v1.1.0
1.1.0 / 2017-01-25
- switched from multimatch to micromatch for matching ignore patterns (showed faster performance)
- bug fixed: normalize root directory to make sure always return absolute paths.