All Versions
11
Latest Version
Avg Release Cycle
178 days
Latest Release
1280 days ago

Changelog History
Page 1

  • v6.0.0 Changes

    September 26, 2020

    ๐Ÿ’ฅ Breaking

    ๐Ÿ‘Œ Improvements

    • โšก๏ธ Update dependencies 6c99805

    v5.1.0...v6.0.0

  • 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

    v5.0.0...v5.1.0


    ๐Ÿš€ 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 ensure del 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 of path.join(). You can use slash 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 the globby options, please note that globby switched from using the glob package to fast-glob, so almost all the option names changed. Here's how to migrate the options.

    v4.1.1...v5.0.0

  • v4.1.1 Changes

    April 28, 2019

    For TypeScript users only:

    • ๐Ÿ›  Fix missing TypeScript import 0361dcc

    v4.1.0...v4.1.1

  • v4.1.0 Changes

    April 01, 2019
    • ๐Ÿ”จ Refactor TypeScript definition to CommonJS compatible export (#82) 3f0d604

    v4.0.0...v4.1.0

  • v4.0.0 Changes

    March 03, 2019

    ๐Ÿ’ฅ Breaking:

    โœจ Enhancements:

    v3.0.0...v4.0.0

  • v3.0.0 Changes

    June 09, 2017
    • โฌ‡๏ธ Drops support for Node.js 0.10 and 0.12.
    • โž• Adds a concurrency option.

    v2.2.2...v3.0.0

  • v2.2.2

    August 13, 2016
  • v2.2.1

    June 21, 2016
  • v2.2.0

    December 06, 2015