Releases: humanwhocodes/config-array
Releases · humanwhocodes/config-array
v0.11.9
0.11.9 (2023-05-12)
Bug Fixes
- Config with just ignores should not always be applied (#89) (5ed9c2c)
v0.11.8
0.11.8 (2022-12-14)
Bug Fixes
- Ensure gitignore-style directory ignores (#74) (8e17f4a)
v0.11.7
0.11.7 (2022-10-28)
Bug Fixes
- deps: Update minimatch to secure version (3219294)
v0.11.6
0.11.6 (2022-10-21)
Bug Fixes
- Only apply universal patterns if others match. (e69c8fd)
v0.11.5
0.11.5 (2022-10-17)
Bug Fixes
- Unignoring of directories should work (e1c9dcd)
v0.11.4
0.11.4 (2022-10-14)
Bug Fixes
- Ensure subdirectories of ignored directories are ignored (0df450e)
v0.11.3
0.11.3 (2022-10-13)
Bug Fixes
- Ensure directories can be unignored. (206404c)
v0.11.2
0.11.2 (2022-10-03)
Bug Fixes
- Error conditions for isDirectoryIgnored (0bd81f5)
- isDirectoryIgnored should match on relative path. (3d1eaf6)
- isFileIgnored should call isDirectoryIgnored (270d359)
Performance Improvements
- Cache isDirectoryIgnored calls (c5e6720)
v0.11.1
0.11.1 (2022-09-30)
Bug Fixes
- isDirectoryIgnored should not test negated patterns (f6cdb68)
v0.11.0
0.11.0 (2022-09-30)
Features
- Add isDirectoryIgnored; deprecated isIgnored (e6942f2)