Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sindresorhus/globby

v16.0.0

15 Nov 11:08

Choose a tag to compare

Breaking

  • Respect parent .gitignore files when gitignore option is enabled b9a9a84
    • When {gitignore: true}, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.

Improvements

  • Support negation-only patterns 1273541
  • Respect custom fs implementation from options c2eb272
  • Add some more options to isGitIgnored functions e794ff9
  • Improve error message for invalid cwd option 7535e6d

Fixes

  • Fix {gitignore: true} performance issue fcb07c3
  • Fix bundler compatibility e6c72c9
  • Fix parent directory patterns with gitignore option 11dd2df
  • Fix ignore patterns with parent directory references a58d117
  • Fix types for stats option c10f600

v15.0.0...v16.0.0

v15.0.0

29 Sep 03:22

Choose a tag to compare

Breaking

Fixes

  • Fix expandDirectories not working with globstar patterns 98d691a
  • Fix relative paths with gitignore option b4d78d8
  • Fix gitignore patterns in subdirectories not applying recursively 2cb6088
  • Fix TypeScript types for globbyStream to correctly yield strings 1c7f3ed

v14.1.0...v15.0.0

v14.1.0

08 Feb 10:59

Choose a tag to compare

  • Export isIgnoredByIgnoreFiles and isIgnoredByIgnoreFilesSync functions (#269) cba8941

v14.0.2...v14.1.0

v14.0.2

30 Jun 12:13

Choose a tag to compare

v14.0.1

11 Feb 11:02

Choose a tag to compare

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

v14.0.0...v14.0.1

v14.0.0

09 Nov 17:08

Choose a tag to compare

Breaking

Improvements

v13.2.2...v14.0.0

v13.2.2

05 Jul 22:04

Choose a tag to compare

v13.2.1...v13.2.2

v13.2.1

01 Jul 18:15

Choose a tag to compare

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

v13.2.0...v13.2.1

v13.2.0

18 Jun 18:53

Choose a tag to compare

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

v13.1.4...v13.2.0

v13.1.4

11 Apr 14:03

Choose a tag to compare

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

v13.1.3...v13.1.4