Skip to content

5.0.0

Compare
Choose a tag to compare
@UltCombo UltCombo released this 11 Jun 06:41
· 160 commits to main since this release

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