Releases: atom-community/atom-languageclient
Releases · atom-community/atom-languageclient
v1.10.0
v1.9.0
v1.8.3
1.8.3 (2021-05-01)
Bug Fixes
- "object is possibly 'null'.ts(2531)" in codeaction test (1f61f73)
- add null check (e20bba5)
- early null check instead of empty array at codeActio provider (e7c26b4)
- fixed test because the argument of _sendRequest function was changed (f2f09f0)
- make highlight null-safe (a80e4d9)
- match type definition to specification (85cc505)
- use lsp package for type definition (1a31014)
v1.8.2
v1.8.1
v1.8.0
v1.7.0
v1.6.0
1.6.0 (2021-03-21)
Bug Fixes
- consider showing the document in external programs a sucess (fabf882)
- fix the doc for onShowDocument (03b9b20)
- params.selection can be undefined (921613b)
- rename onShowDocument function to showDocument (f9549c6)
- return success false if view is undefined (7bede25)
- try-catch showDocument (6e8770c)
- use free functions instead of static methods (38441c9)
Features
- implement window/showDocument (ff1aa7a)
v1.5.0
1.5.0 (2021-03-19)
Bug Fixes
- add and use normalizeGrammarScope (889f1da), closes /github.com/atom-community/atom-languageclient/pull/136#discussion_r597451879
- add filterSuggestion: true to provideAutocomplete (d143451)
- add locale to getInitializeParams (dfce15a)
- simplify provideAutocomplete.selector (1f10d7b)