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

v0.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 21:36
b85184e

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)