globby

User-friendly glob matching

MIT License

Downloads
263.1M
Stars
2.5K
Committers
49

Bot releases are hidden (Show)

globby -

Published by sindresorhus over 4 years ago

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

https://github.com/sindresorhus/globby/compare/v11.0.0...v11.0.1

globby -

Published by sindresorhus almost 5 years ago

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.

https://github.com/sindresorhus/globby/compare/v10.0.2...v11.0.0

globby -

Published by sindresorhus almost 5 years ago

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

https://github.com/sindresorhus/globby/compare/v10.0.1...v10.0.2

globby -

Published by sindresorhus over 5 years ago

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

https://github.com/sindresorhus/globby/compare/v10.0.0...v10.0.1

globby -

Published by sindresorhus over 5 years ago

Breaking:

  • Upgrade fast-glob package to v3 (#126) 3706920
    Important: Read the fast-glob release notes! There are many breaking changes.
  • Require Node.js 8 9f781ce
  • Remove **/bower_components/** as a default ignore pattern 2dd76d2

Enhancements:

  • Add globby.stream() (#113) 8aadde8

Fixes:

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

https://github.com/sindresorhus/globby/compare/v9.2.0...v10.0.0

globby -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#115) dc0a49c

https://github.com/sindresorhus/globby/compare/v9.1.0...v9.2.0

globby -

Published by sindresorhus over 5 years ago

  • Add TypeScript definition (#111) 9a9cf1e
  • Add check to ensure cwd is a directory (#110) 59f4b48
  • Deduplicate identical file patterns (#102) 2294618

https://github.com/sindresorhus/globby/compare/v9.0.0...v9.1.0

globby -

Published by sindresorhus almost 6 years ago

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

https://github.com/sindresorhus/globby/compare/v8.0.2...v9.0.0

globby -

Published by sindresorhus over 6 years ago

We have replaced node-glob with fast-glob (https://github.com/sindresorhus/globby/commit/ba08350f625d65fb05fce9f32c56cafd07cf4a43), as fast-glob is a lot faster and better maintained. This will impact you if you passed in any node-glob specific options.

https://github.com/sindresorhus/globby/compare/v7.1.1...v8.0.0

globby -

Published by sindresorhus almost 7 years ago

globby - 6.0.0

Published by sindresorhus about 8 years ago

Added (https://github.com/sindresorhus/globby/commit/75fc976ce82e030639c47cdf302d8a7c2d30f556) a strict input validation check to ensure the input is a string or array of strings. While this is just enforcing what's already documented, we did a major release to be sure we didn't break it for anyone using globby with invalid input.

globby - 5.0.0

Published by UltCombo over 8 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

https://github.com/sindresorhus/globby/compare/v4.1.0...v5.0.0