All Versions
11
Latest Version
Avg Release Cycle
178 days
Latest Release
1575 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.0.0 Changes
September 26, 2020 -
v5.1.0 Changes
August 23, 2019โจ Enhancements:
- ๐ Allow non-glob patterns with backslash on Windows (like v4) (#100) 01da91f
- ๐ Make deletion more reliable on Windows by retrying when Windows is being difficult (#108) 1299747
- ๐ Sort removed files, so the returned array is always stable (#102) ca05c65
๐ Fixes:
- ๐ Fix the
cwd
option (#96) ffbf4c4 - ๐ Prevent race condition on macOS when deleting files (#95) 8efdbcd
๐ Shoutout to @chrisblossom for doing most of the work on this release ๐
-
v5.0.0 Changes
July 02, 2019๐ This release changes the underlying globbing engine, so you are strongly recommended to use the
dryRun
option to ensuredel
still does what you expect before you run it on the real files.๐ฅ Breaking:
- Require Node.js 8 42e67a8
- You can no longer pass in paths with backward-slashes. If you need to construct a glob pattern, use
path.posix.join()
instead ofpath.join()
. You can useslash
to transform backward-slash paths to forward-slash paths. - โก๏ธ Update globby from version 6 to version 10 (#64) 6f96d2d
Important: If you used any of theglobby
options, please note thatglobby
switched from using theglob
package tofast-glob
, so almost all the option names changed. Here's how to migrate the options.
-
v4.1.1 Changes
April 28, 2019 -
v4.1.0 Changes
April 01, 2019 -
v4.0.0 Changes
March 03, 2019 -
v3.0.0 Changes
June 09, 2017- โฌ๏ธ Drops support for Node.js 0.10 and 0.12.
- โ Adds a
concurrency
option.
-
v2.2.2
August 13, 2016 -
v2.2.1
June 21, 2016 -
v2.2.0
December 06, 2015