-
-
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.
Doc improvements, TypeScript refinements.
- Loading branch information
1 parent
af571ad
commit 2e45d3b
Showing
4 changed files
with
24 additions
and
22 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 |
---|---|---|
|
@@ -10,10 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
* TypeScript definitions. | ||
|
||
### Fixed | ||
* Issues deleting files terminating the stream early despite other deletions potentially still occurring in background. | ||
* File system errors during deletion being reported while other deletions are still in progress, causing the process to appear to "hang" after errors.<br/> | ||
This issue is typically encountered if a file is removed by something else while unseen files are being deleted. | ||
|
||
### Changed | ||
* Only forward slashes supported in glob expression. [[email protected]](https://github.com/sindresorhus/globby/releases/tag/v10.0.0)→[[email protected]](https://github.com/mrmlnc/fast-glob/releases/tag/3.0.0) | ||
* Only forward slashes supported in filter expressions. [[email protected]](https://github.com/sindresorhus/globby/releases/tag/v10.0.0)→[[email protected]](https://github.com/mrmlnc/fast-glob/releases/tag/3.0.0) | ||
* Filter expressions are now passed to fast-glob (through globby) instead of the former node-glob (which use minimatch). Compatibility is high, however there may be some inconsistencies. [[email protected]](https://github.com/sindresorhus/globby/releases/tag/v8.0.0) | ||
* Increased minimum NodeJS version from 6 to 10. | ||
|
||
## [0.2.0] - 2016-06-19 | ||
|
@@ -37,4 +39,4 @@ _Unknown_ | |
[0.2.0]: https://github.com/hh10k/gulp-prune/releases/tag/v0.2.0 | ||
[0.1.2]: https://github.com/hh10k/gulp-prune/releases/tag/v0.1.2 | ||
[0.1.1]: https://github.com/hh10k/gulp-prune/releases/tag/v0.1.1 | ||
[0.1.0: https://github.com/hh10k/gulp-prune/releases/tag/v0.1.0 | ||
[0.1.0]: https://github.com/hh10k/gulp-prune/releases/tag/v0.1.0 |
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
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