Skip to content

v2.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 16:54
· 75 commits to master since this release

2.13.0 (2021-03-04)

  • Build the path cache asynchronously without blocking the main thread -> Big projects no longer freeze Atom
  • Build the cache in parallel (fast-glob uses threads underneath)
  • Unified method for building the cache on all platforms
  • Allows using glob for pattern ignoring which is the most common way of writing path patterns

Bug Fixes

Features

  • git ignore to glob converter (9873705)
  • handle the patterns that are definitely a directory (5779928)
  • handle the patterns that are definitely a file (6ed0a77)
  • use glob inside _onDirectoryChanged (d89e176)
  • use glob to build the path cache (307a695)