Files
actions-ansi-to-html/node_modules/@humanwhocodes/config-array/CHANGELOG.md
T
2025-11-11 06:53:11 -05:00

4.3 KiB

Changelog

0.10.4 (2022-07-29)

Bug Fixes

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

0.10.3 (2022-07-20)

Bug Fixes

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

0.10.2 (2022-03-18)

Bug Fixes

  • Files outside of basePath should be ignored (fc4d7b2)

0.10.1 (2022-03-03)

Bug Fixes

  • Explicit matching is required against files field (ab4e428)

0.10.0 (2022-03-01)

Features

  • Add isExplicitMatch() method (9ecd90e)

0.9.5 (2022-02-23)

Bug Fixes

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

0.9.4 (2022-01-27)

Bug Fixes

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

0.9.3 (2022-01-26)

Bug Fixes

  • Make negated ignore patterns work like gitignore (4ee8e99)

0.9.2 (2021-11-02)

Bug Fixes

  • Object merging error by upgrading object-schema (377d06d)

0.9.1 (2021-10-05)

Bug Fixes

  • Properly build package for release (168155f)

0.9.0 (2021-10-04)

Features

  • getConfig() now returns undefined when no configs match. (a563b82)

0.8.0 (2021-10-01)

Features

Bug Fixes

  • Ensure global ignores are honored (343e5a0)

0.7.0 (2021-09-24)

Features

  • Only object configs by default (5645f24)

0.6.0 (2021-04-20)

Features

  • Add the normalizeSync() method (3e347f9)
  • Allow async config functions (a9def0f)