Skip to content

Releases: atom-community/autocomplete-paths

v2.17.0

29 Nov 06:49
Compare
Choose a tag to compare

2.17.0 (2021-11-29)

Features

v2.16.0

29 Nov 04:35
Compare
Choose a tag to compare

2.16.0 (2021-11-29)

Bug Fixes

Features

v2.15.2

02 May 06:45
Compare
Choose a tag to compare

2.15.2 (2021-05-02)

Bug Fixes

  • skip tracking the changes if maxFileCount is hit (27341f8)

v2.15.1

28 Apr 06:13
Compare
Choose a tag to compare

2.15.1 (2021-04-28)

Bug Fixes

  • cache ignored glob by directory (f619651)
  • do not follow symlinks in chokidar (ef98d40)
  • increase the interval of chokidar (50829d3)
  • remove unused projectDirectory input for onAddDir (d59124f)

v2.15.0

28 Apr 04:56
Compare
Choose a tag to compare

2.15.0 (2021-04-28)

Bug Fixes

  • break after the removed filed is found (25b9ccf)
  • call _getAllIgnoredGlob only once (3ce936b)
  • debounce provider.rebuildCache (5b07a1d)
  • do not run the listeners on initial scan (1f76a8b)
  • don't call rebuild-cache on file add or remove (022bfe8)
  • make the rebuildCache debounce immediate (587c3dc)
  • process all the gitignore files in the root directory (054f353)
  • remove unused dependencies (7c3cb55)
  • update to globify-gitignore 0.2.0 (3a6d28d)
  • use _cachePathsForDirectoryWithGlob directly in onAddDir (4f3e4a1)
  • use globify-gitignore (50f122e)
  • use indexof inside onRemoveFile (97ba9f8)

Features

  • rebuild cache for that directory if a new gitignore file is added (c62d11c)

v2.14.0

25 Apr 01:03
Compare
Choose a tag to compare

2.14.0 (2021-04-25)

Bug Fixes

  • _addWatcherForDirectory (4f98074)
  • _addWatchers (e18ec8e)
  • don't emit redundant rebuild-cache-done (3cf37a1)
  • emit rebuild-cache _onDirectoryChanged (8829c78)
  • refactor _cachePaths and _cachePathsForDirectory (5f85f1c)
  • rename the functions to be more exact (d09ec83)
  • run _addWatchers in rebuildCache (dbf5c24)
  • use Map.clear instead of creating a new Map (a7c8578)

Features

  • use chokidar to watch file changes (b228c89)

v2.13.0

04 Mar 16:54
Compare
Choose a tag to compare

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)

v2.12.19

03 Mar 00:11
Compare
Choose a tag to compare

2.12.19 (2021-03-03)

Bug Fixes

  • export entry functions named (24f272a)
  • fix no case declaration (0ccf198)
  • use exec instead of spawn (f7921ed)
  • use Object.keys for adding OptionScopes (f386a00)

v2.12.18

07 Feb 04:53
Compare
Choose a tag to compare

2.12.18 (2021-02-07)

Bug Fixes

  • bump zadeh to include the dist files (1f1e9b5)
  • use zadeh library (3ba7742)

v1.0.3: Merge pull request #101 from MoritzKn/master

11 Dec 22:22
Compare
Choose a tag to compare
  • Adds support for autocomplete-plus' minimumWordLength option