Skip to content

v2.0.0

Compare
Choose a tag to compare
@manidlou manidlou released this 24 Apr 02:37
· 48 commits to master since this release

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 argument fn({path: '', stats: {}}) and returns true to include or false to exclude the item.
  • noRecurseOnFailedFilter option to prevent unnecessary traversal of unwanted directories when filter function is used.