del v5.0.0 Release Notes

Release Date: 2019-07-02 // almost 5 years ago
  • 🚀 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