This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Releases: atom/atom-languageclient
Releases · atom/atom-languageclient
v0.9.9
v0.9.8
- Support CodeActions that do not return Commands #239
- AutoComplete
- Trigger on last character in multi-character sequences (e.g.
::
) #241
- Trigger on last character in multi-character sequences (e.g.
- Outline view
- Logging #242
- Can now be filtered and intercepted by packages
- Defaults to logging warnings and errors to console in non-dev mode
- Dependencies updated (including tweaks to make it work where necessary)
- TypeScript (3.1.6)
- vscode-jsonrpc (4.0.0)
- vscode-languageserver-protocol/types (3.12.0)
- sinon, mocha, chai, tslint, @types/* (latest)
v0.9.7
v0.9.6
- Add document formatting handlers #231
- Correctly dispose config observer when servers are closed #219
- Clean up atom typings #214
- TypeScript refactorings and clean-up #213
- Compare actual notification message text to determine duplicates #210
- Do not use autocomplete cache unless explicit trigger character is set #209
- Set a timeout on the willSaveWaitUntil handler #203
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
- AutoComplete now triggers based on settings in autocomplete-plus (min word length)
- AutoComplete now always filters results based on typed prefix (in case the server does not)
- AutoComplete static methods have changed - this might be breaking if your package was using some of them
- Converted project to TypeScript including some TypeScript type definitions for all the things!
- Filter out document symbols that are missing a name to better handle badly behaved language servers
- Duplicate visible notifications are now suppressed