Releases: userfrosting/gulp-prune
Releases · userfrosting/gulp-prune
v2.0.1
2.0.0
Changed
- This package now ships ESM.
- API surface has been simplified, and runtime type assertions removed in favour of static checks offered by TypeScript.
1.0.0
Changed
- Raised minimum NodeJS version to
^12.17.0 || >=14.0.0
.
1.0.0 Release Candidate 0
Added
- TypeScript definitions.
Fixed
- File system errors during deletion being reported while other deletions are still in progress, causing the process to appear to "hang" after errors.
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 filter expressions. [email protected]→[email protected]
- 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]
- Increased minimum NodeJS version from 6 to 10.
0.2.0
Fixed
- Fix for extension regex.
0.1.2
Fix for bad release.
0.1.1
Added more package metadata.
0.1.0
Initial release.