Releases: sindresorhus/del-cli
Releases · sindresorhus/del-cli
v6.0.0
v5.1.0
v5.0.1
- Fix Windows compatibility for use with
npx
537e5b3
v5.0.0
v4.0.1
- Upgrade dependencies 72e377d
v4.0.0
v3.0.1
v3.0.0
Breaking
- You can no longer pass in glob pattern with backward-slashes, as backward-slashes have special meaning with globbing. You can still pass in normal non-glob paths with backward-slashes.
Enhancements
- Make deletion more reliable on Windows by retrying when Windows is being difficult
- Sort removed files, so the returned array is always stable
Fixes
- Prevent race condition on macOS when deleting files