-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
## next | ||
## 2.0.0 (2022-04-26) | ||
|
||
- Boosted performance up to 3 times | ||
- Boosted performance up to 3-4 times | ||
- Changed bahaviour of `basedir` to use a single include path when `include` is not provided | ||
- Changed `extract` option for a file rule to not accept an array of functions | ||
- Removed exclusion for `node_modules` and `.git` paths by default | ||
- Added `symlinks` and `errors` fields to result | ||
- Removed `size` field in a file entry | ||
- Various fixes and improvements | ||
|
||
## 1.0.0 (07-09-2019) | ||
## 1.0.0 (2019-09-07) | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"name": "@discoveryjs/scan-fs", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "An utility for seeking files by file system scanning and optionally populating file info with processing their content", | ||
"author": "Roman Dvornov <[email protected]>", | ||
"license": "MIT", | ||
"repository": "discoveryjs/scan-fs", | ||
"keywords": [ | ||
"fs", | ||
"files", | ||
"scan", | ||
"preprocessing", | ||
"files", | ||
"rules" | ||
], | ||
"main": "index.js", | ||
|