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