Releases: sindresorhus/find-cache-dir
Releases · sindresorhus/find-cache-dir
v5.0.0
Breaking
- Require Node.js 16 e14dff6
- Remove
thunk
option e14dff6
- Just use
path.join()
on the result.
- The
files
option now only accepts an array of strings e14dff6
- Previously, it accepted both an array or a string.
Improvements
v4.0.0...v5.0.0
v4.0.0
Breaking
Improvements
- Upgrade dependencies
- Reduce amount of dependencies
v3.3.2...v4.0.0
v2.1.0
Enhancement:
- Update
make-dir
to version 2 (#13) 7cbd051
It uses the native fs.mkdir
recursive
option when available, so should make that operation faster on newer Node.js versions.
v2.0.0...v2.1.0