Breaking
- Always return
booleanandPromise<boolean>outputs (#4): 9ce980f
Previously, if a path did not exist, the async-version (premove) would returnfalsesynchronously.
Now, thepremoveutility will always return aPromise<boolean>(orbooleanforpremove/sync) that reflects the path's original existence.
Chores
- Add benchmarks (#3): 7602c12
- Update module size: 3fd3009
- Bump dev-dependency versions: e3c5e65, b8ae1b6
Full Changelog: v3.0.1...v4.0.0