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.10.7

29 Sep 18:48
3a146e2
Compare
Choose a tag to compare

0.10.7 (2022-09-29)

Bug Fixes

  • Cache negated patterns separately (fef617b)

v0.10.6

28 Sep 20:35
ffb8861
Compare
Choose a tag to compare

0.10.6 (2022-09-28)

Performance Improvements

  • Cache Minimatch instances (5cf9af7)

v0.10.5

21 Sep 20:31
4dac08d
Compare
Choose a tag to compare

0.10.5 (2022-09-21)

Bug Fixes

  • Improve caching to improve performance (#50) (8a7e8ab)

@humanwhocodes/config-array v0.10.4

29 Jul 18:25
20580a9
Compare
Choose a tag to compare

Bug Fixes

  • Global ignores only when no other keys (1f6b6ae)
  • Re-introduce ignores fixes (b3ec560)

@humanwhocodes/config-array v0.10.3

20 Jul 18:54
233745b
Compare
Choose a tag to compare

Bug Fixes

  • Ensure preprocess method has correct 'this' value. (f86933a)

@humanwhocodes/config-array v0.10.2

18 Mar 17:16
38b3350
Compare
Choose a tag to compare

Bug Fixes

  • Files outside of basePath should be ignored (fc4d7b2)

@humanwhocodes/config-array v0.10.1

03 Mar 16:45
e39a36d
Compare
Choose a tag to compare

Bug Fixes

  • Explicit matching is required against files field (ab4e428)

@humanwhocodes/config-array v0.10.0

01 Mar 18:05
064b048
Compare
Choose a tag to compare

Features

  • Add isExplicitMatch() method (9ecd90e)

@humanwhocodes/config-array v0.9.5

23 Feb 18:49
1de4c4c
Compare
Choose a tag to compare

Bug Fixes

  • Ensure dot directories are matched correctly (6e8d180)
  • preprocessConfig should have correct 'this' value (9641540)

@humanwhocodes/config-array v0.9.4

27 Jan 17:38
d2553fd
Compare
Choose a tag to compare

Bug Fixes

  • Negated patterns to work when files match (398c811)