We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e614d22 commit 1d6979fCopy full SHA for 1d6979f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# [2.13.0](https://github.com/atom-community/autocomplete-paths/compare/v2.12.19...v2.13.0) (2021-03-04)
2
3
+- Build the path cache asynchronously without blocking the main thread -> Big projects no longer freeze Atom
4
+- Build the cache in parallel (fast-glob uses threads underneath)
5
+- Unified method for building the cache on all platforms
6
+- Allows using glob for pattern ignoring which is the most common way of writing path patterns
7
8
### Bug Fixes
9
0 commit comments