All Versions
25
Latest Version
Avg Release Cycle
133 days
Latest Release
81 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v16.2.0 Changes
March 27, 2026 -
v16.1.1 Changes
February 18, 2026 -
v16.1.0 Changes
December 21, 2025- โ Add
expandNegationOnlyPatternsoption eb78791 - ๐ Fix: Normalize leading-slash negation patterns before task generation 59e269f
- โ Add
-
v16.0.0 Changes
November 15, 2025๐ฅ Breaking
- Respect parent .gitignore files when
gitignoreoption 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.
- When
๐ Improvements
- ๐ Support negation-only patterns 1273541
- Respect custom fs implementation from options c2eb272
- โ Add some more options to
isGitIgnoredfunctions e794ff9 - ๐ Improve error message for invalid
cwdoption 7535e6d
๐ Fixes
- ๐ Fix
{gitignore: true}performance issue fcb07c3 - ๐ Fix bundler compatibility e6c72c9
- ๐ Fix parent directory patterns with
gitignoreoption 11dd2df - ๐ Fix ignore patterns with parent directory references a58d117
- ๐ Fix types for
statsoption c10f600
- Respect parent .gitignore files when
-
v15.0.0 Changes
September 29, 2025๐ฅ Breaking
- Require Node.js 20 4ae42c8
๐ Fixes
- ๐ Fix
expandDirectoriesnot 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
globbyStreamto correctly yield strings 1c7f3ed
-
v14.1.0 Changes
February 08, 2025
-
v14.0.2 Changes
June 30, 2024- ๐ Fix types f600250
-
v14.0.1 Changes
February 11, 2024 -
v14.0.0 Changes
November 09, 2023๐ฅ Breaking
- Require Node.js 18 2c06ae5
๐ Improvements
- โ Add
convertPathToPattern()method 3bd00a6
-
v13.2.2 Changes
July 05, 2023