globby

User-friendly glob matching

MIT License

Downloads
263.1M
Stars
2.5K
Committers
49

Bot releases are visible (Hide)

globby - Latest Release

Published by sindresorhus 8 months ago

  • Fix expandDirectories.extension option (#263) af5d139
  • Fix read permission error on ignore files search (#259) 3a28601

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

globby -

Published by sindresorhus 11 months ago

Breaking

  • Require Node.js 18 2c06ae5

Improvements

https://github.com/sindresorhus/globby/compare/v13.2.2...v14.0.0

globby -

Published by sindresorhus over 1 year ago

globby -

Published by sindresorhus over 1 year ago

  • Fix ignore and expandDirectories default handling (#252) 3a48eb9

https://github.com/sindresorhus/globby/compare/v13.2.0...v13.2.1

globby -

Published by sindresorhus over 1 year ago

  • Pass deep option to ignore filter to avoid unnecessary recursion (#251) a0e4028

https://github.com/sindresorhus/globby/compare/v13.1.4...v13.2.0

globby -

Published by sindresorhus over 1 year ago

  • Fix error when reading inaccessible directories with gitignore: true and suppressErrors: true (#246) e95da57
  • Remove URL TypeScript type workaround (#230) 55a3c64

https://github.com/sindresorhus/globby/compare/v13.1.3...v13.1.4

globby -

Published by sindresorhus almost 2 years ago

globby -

Published by sindresorhus over 2 years ago

  • Make ignoreFiles option accept readonly arrays (#235) 810caae

https://github.com/sindresorhus/globby/compare/v13.1.1...v13.1.2

globby -

Published by sindresorhus over 2 years ago

  • Fix duplicated result when using globstar (#231) f9d35ae

https://github.com/sindresorhus/globby/compare/v13.1.0...v13.1.1

globby -

Published by sindresorhus over 2 years ago

globby -

Published by sindresorhus over 2 years ago

Breaking

  • Rename generateGlobTasks to generateGlobTasksSync (#221) 51c8f68
  • Remove ignore option for isGitIgnored and isGitIgnoredSync (#225) 2e43cc4
    • This option never worked correctly.

Improvements

  • Improve performance with mutiple patterns (#222) 04fbd5b
  • Add async generateGlobTasks method (#221) 51c8f68

Fixes

  • Fix bug with objectMode option (#210) 1852fc5

https://github.com/sindresorhus/globby/compare/v12.2.0...v13.0.0

globby -

Published by sindresorhus almost 3 years ago

  • Work around TypeScript type problem with URL global (#206) 1224230
  • Accept URL in function returned by isGitIgnored (#207) a9fc794

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

globby -

Published by sindresorhus almost 3 years ago

  • Support URL for the cwd option (#201) 73c0aca

https://github.com/sindresorhus/globby/compare/v12.0.2...v12.1.0

globby -

Published by sindresorhus almost 3 years ago

  • Update dependencies to fix some npm audit notices

https://github.com/sindresorhus/globby/compare/v11.0.4...v11.1.0

globby -

Published by sindresorhus about 3 years ago

  • Ensure async method is completely async e167725

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

globby -

Published by sindresorhus about 3 years ago

globby -

Published by sindresorhus about 3 years ago

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';

https://github.com/sindresorhus/globby/compare/v11.0.4...v12.0.0

globby -

Published by sindresorhus over 3 years ago

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

https://github.com/sindresorhus/globby/compare/v11.0.3...v11.0.4

globby -

Published by sindresorhus over 3 years ago

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

https://github.com/sindresorhus/globby/compare/v11.0.2...v11.0.3

globby -

Published by sindresorhus almost 4 years ago

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

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

Package Rankings
Top 0.73% on Npmjs.org
Top 6.73% on Proxy.golang.org
Top 13.02% on Repo1.maven.org