Skip to content

3.3.0

Compare
Choose a tag to compare
@thecodrr thecodrr released this 13 May 09:19
· 196 commits to master since this release

Breaking Changes:

  1. Due to performance reasons, I had to remove passing an Options object through the constructor. In place of that, now there is a new crawlWithOptions that takes an Options object in its second parameter:
new fdir().crawlWithOptions("path/to/dir", { includeBasePath: true }).sync();

Fixes:

  1. fdir will now properly handle the case where picomatch is not installed.

Improvements:

  1. Some minor memory improvements were made which should improve the performance slightly.