Skip to content

Releases: sindresorhus/globby

v12.0.1

16 Aug 21:01

Choose a tag to compare

v12.0.0...v12.0.1

v12.0.0

22 Jul 01:43

Choose a tag to compare

Breaking

  • Require Node.js 12.20 (#181) 5c32b4a
  • This package is now pure ESM. Please read this.
  • This package now uses named exports instead of a default export
    • globby{globby}
    • globby.sync{globbySync}
    • globby.stream{globbyStream}
    • globby.generateGlobTasks{generateGlobTasks}
    • globby.hasMagic{isDynamicPattern}
    • globby.gitignore{isGitIgnored}
    • globby.gitignore.sync{isGitIgnoredSync}
-const globby = require('globby');
+import {globby} from 'globby';

v11.0.4...v12.0.0

v11.0.4

16 Jun 13:28

Choose a tag to compare

  • Support objectMode option in the TypeScript types (#178) a08264f

v11.0.3...v11.0.4

v11.0.3

22 Mar 09:57

Choose a tag to compare

  • Fix Windows compatibility for gitignore option (#171) f67edfe

v11.0.2...v11.0.3

v11.0.2

06 Jan 12:33

Choose a tag to compare

  • Fix gitignore option compatibility with objectMode option (#157) f9fc476

v11.0.1...v11.0.2

v11.0.1

02 Jun 07:42

Choose a tag to compare

  • Normalize file paths to posix for gitignore calculation (#143) f2bdce6

v11.0.0...v11.0.1

v11.0.0

06 Jan 09:41

Choose a tag to compare

Breaking

  • Require Node.js 10 4a471af
  • Get rid of glob dependency (#135) d4681a4
    If you passed in options to globby.hasMagic(), you need to update to use the new options.

v10.0.2...v11.0.0

v10.0.2

06 Jan 08:36

Choose a tag to compare

  • Fix using gitignore and absolute options at the same time on Windows (#137) 72e775a
  • Fix TypeScript type for the expandDirectories option (#138) c61561a

v10.0.1...v10.0.2

v10.0.1

05 Jul 06:26

Choose a tag to compare

  • Don't throw when specifying a non-existing cwd directory (#125) a226f5d

v10.0.0...v10.0.1

v10.0.0

29 Jun 18:03

Choose a tag to compare

Breaking:

Enhancements:

Fixes:

  • Fix using the gitignore and stats options together (#121) 33ca01c

v9.2.0...v10.0.0