Skip to content

Releases: sindresorhus/globby

v11.0.1

02 Jun 07:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Breaking:

Enhancements:

Fixes:

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

v9.2.0...v10.0.0

v9.2.0

01 Apr 09:15
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#115) dc0a49c

v9.1.0...v9.2.0

v9.1.0

03 Mar 13:20
Compare
Choose a tag to compare

v9.0.0...v9.1.0

v9.0.0

11 Jan 06:32
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 6 and upgrade dependencies 8815ee8
  • Rename the opts property returned from .generateGlobTasks to options c1c744d

Other:

  • Fix expandDirectories and ignores option working together (#88) 84632f1

v8.0.2...v9.0.0

v8.0.0

13 Feb 04:15
Compare
Choose a tag to compare

We have replaced node-glob with fast-glob (ba08350), as fast-glob is a lot faster and better maintained. This will impact you if you passed in any node-glob specific options.

v7.1.1...v8.0.0

v7.0.0

16 Nov 17:34
Compare
Choose a tag to compare

v6.1.0...v7.0.0