npm globby 5.0.0

latest releases: 14.0.1, 14.0.0, 13.2.2...
7 years ago

Improvements

  • Improved performance by sharing file system state cache between glob patterns in the same globby()/globby.generateGlobTasks() call.
  • Bumped glob dependency to v7, containing several bug fixes.

Breaking changes

  • Raise error if cwd is not a directory (isaacs/node-glob@0ffab1f).
  • Tasks returned by generateGlobTasks() now share a persistent file system cache. These tasks should be run only once; create a new tasks list to ensure that file system changes are computed properly. See the reasoning in #28 as well as the generateGlobTasks() documentation.

v4.1.0...v5.0.0

Don't miss a new globby release

NewReleases is sending notifications on new releases.