MyGit

v3.3.0

thecodrr/fdir

版本发布时间: 2020-05-13 17:19:19

thecodrr/fdir最新发布版本:v6.3.0(2024-08-25 21:58:51)

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.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-05-13发行的版本