fdir - ⚡NodeJS最快的目录搜寻器,在1秒内抓取1m个文件
⚡ The fastest directory crawler for NodeJS. Crawls 1m files in < 1s
v4.0.0
Breaking Changes:
- Due to issues with
export default
in the Type Definitions, I had to migrate to using named exports. (#37)
So this is now invalid:
import fdir from "fdir";
Instead do this:
ES6:
import { fdir } from "fdir";
CommonJS:
const { fdir } = require("fdir");
Assets
2
v3.4.3
What's Fixed
- Fixed issue where
excludeFn
was affected byOptions
(#31) Now fdir only will send the root directory name as the param toexcludeFn
.
Assets
2
v3.4.2
v2.1.1
This is a minor patch release.
What's fixed:
- change TypeScript typings to use
string
instead ofString
(thanks to @OmgImAlexis) (#16)
Assets
2
v2.1.0
What's New?
- Added
ignoreErrors
option to ignore errors (default: false) - Added proper error handling (#8)
What's Fixed?
- Made
Options
optional in type defs. (#9) - Fixed issue where input path with trailing slash did not get normalized (#10)
What's improved?
This release mainly included bug fixes and code refactoring. Nothing much has changed in terms of performance.
Assets
2
热门度与活跃度
2.3
1.2
Watchers:10 |
Star:751 |
Fork:23 |
创建时间: 2020-03-13 21:42:49 |
最后Commits: 1月前 |
许可协议:MIT |
8a7d2bd
Compare
What's Improved: