Skip to content

Latest commit

 

History

History
270 lines (120 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

270 lines (120 loc) · 11.5 KB

Changelog

0.12.3 (2024-04-03)

Bug Fixes

  • don't match config with ignores and name only (#133) (3dabb4d)

0.12.2 (2024-04-02)

Bug Fixes

  • ignore name field for global ignores (#131) (286f489)

0.12.1 (2024-04-01)

Bug Fixes

  • deps: Ensure unnecessary files are not packaged (6c26fef)

0.12.0 (2024-04-01)

Features

  • Report config name in error messages (#128) (58f8c9f)

0.11.14 (2024-01-10)

Bug Fixes

0.11.13 (2023-10-20)

Bug Fixes

  • deps: Upgrade object-schema to restore custom properties on errors (d6d0b6a)

0.11.12 (2023-10-19)

Bug Fixes

0.11.11 (2023-08-29)

Bug Fixes

0.11.10 (2023-06-01)

Bug Fixes

  • Allow directory-based ignores for files matches (0163f31)
  • Revert allow directory-based ignores for files matches (322ad01)

0.11.9 (2023-05-12)

Bug Fixes

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

0.11.8 (2022-12-14)

Bug Fixes

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

0.11.7 (2022-10-28)

Bug Fixes

  • deps: Update minimatch to secure version (3219294)

0.11.6 (2022-10-21)

Bug Fixes

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

0.11.5 (2022-10-17)

Bug Fixes

  • Unignoring of directories should work (e1c9dcd)

0.11.4 (2022-10-14)

Bug Fixes

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

0.11.3 (2022-10-13)

Bug Fixes

  • Ensure directories can be unignored. (206404c)

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)

0.11.1 (2022-09-30)

Bug Fixes

  • isDirectoryIgnored should not test negated patterns (f6cdb68)

0.11.0 (2022-09-30)

Features

  • Add isDirectoryIgnored; deprecated isIgnored (e6942f2)

0.10.7 (2022-09-29)

Bug Fixes

  • Cache negated patterns separately (fef617b)

0.10.6 (2022-09-28)

Performance Improvements

  • Cache Minimatch instances (5cf9af7)

0.10.5 (2022-09-21)

Bug Fixes

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

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)