Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Releases: humanwhocodes/config-array

v0.11.9

12 May 18:35
1560fbc
Compare
Choose a tag to compare

0.11.9 (2023-05-12)

Bug Fixes

  • Config with just ignores should not always be applied (#89) (5ed9c2c)

v0.11.8

14 Dec 19:37
ffdeba2
Compare
Choose a tag to compare

0.11.8 (2022-12-14)

Bug Fixes

  • Ensure gitignore-style directory ignores (#74) (8e17f4a)

v0.11.7

28 Oct 19:03
bfea573
Compare
Choose a tag to compare

0.11.7 (2022-10-28)

Bug Fixes

  • deps: Update minimatch to secure version (3219294)

v0.11.6

21 Oct 18:39
9e9c00e
Compare
Choose a tag to compare

0.11.6 (2022-10-21)

Bug Fixes

  • Only apply universal patterns if others match. (e69c8fd)

v0.11.5

17 Oct 17:57
549f13b
Compare
Choose a tag to compare

0.11.5 (2022-10-17)

Bug Fixes

  • Unignoring of directories should work (e1c9dcd)

v0.11.4

14 Oct 20:16
e6a51cb
Compare
Choose a tag to compare

0.11.4 (2022-10-14)

Bug Fixes

  • Ensure subdirectories of ignored directories are ignored (0df450e)

v0.11.3

13 Oct 18:31
8696f9c
Compare
Choose a tag to compare

0.11.3 (2022-10-13)

Bug Fixes

  • Ensure directories can be unignored. (206404c)

v0.11.2

03 Oct 21:36
b85184e
Compare
Choose a tag to compare

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

30 Sep 20:02
3433636
Compare
Choose a tag to compare

0.11.1 (2022-09-30)

Bug Fixes

  • isDirectoryIgnored should not test negated patterns (f6cdb68)

v0.11.0

30 Sep 18:17
60512ab
Compare
Choose a tag to compare

0.11.0 (2022-09-30)

Features

  • Add isDirectoryIgnored; deprecated isIgnored (e6942f2)