Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 97ed0d3

Browse files
committed
Update CHANGELOG.md for v0.8.0
1 parent d63686f commit 97ed0d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.8.0
2+
3+
This update improves auto complete support in a number of ways;
4+
5+
- Automatic triggering only if a trigger character specified by the server is typed (this should improve performance as well as cut down connection issues caused by crashing servers)
6+
- Filtering is performed by atom-languageclient when server reports results are complete (perf, better results)
7+
- Resolve is now called only if the language server supports it #162
8+
- CompletionItemKinds defined in v3 of the protocol are now mapped
9+
- Allows customization of the conversion between LSP and autocomplete-plus suggestions via a hook #137
10+
- New onDidInsertSuggestion override available when autocomplete request inserted #115
11+
- Use `CompletionItem.textEdit` field for snippet content #165
12+
13+
Additional changes include;
14+
15+
- CancellationToken support for cancelling pending requests #160
16+
- Automatic cancellation for incomplete resolve and autocomplete requests #160
17+
- Improved debug logging (stderr in #158 as well and signal report on exit)
18+
119
## v0.7.3
220

321
- AutoCompleteAdapter now takes an [optional function for customizing suggestions](https://github.com/atom/atom-languageclient/pull/137)

0 commit comments

Comments
 (0)