Releases: ChimeHQ/LanguageServerProtocol
Releases · ChimeHQ/LanguageServerProtocol
v0.7.3
- async
sendNotificationandsendRequest
v0.7.2
- async APIs for formatting, hover, codeAction, did/willSaveTextDocument
v0.7.1
- fix missing commits from 0.7.0 😬
v0.7.0
- some async/await
SemanticTokenRepresentation
v0.6.1
- custom requests
- fixes for
workspace/symbolandworkspaceSymbol/resolve
v0.6.0
- fix for
ColorPresentationParams textDocument/colorPresentationtextDocument/selectionRange- more public methods for
FileSystemWatcher - php language identifier
- new fields for
SemanticTokensClientCapabilities - fixes for semantic token response types
- helpers to ease working with semantic token capabilities
- adopt JSONRPC 0.5.0
sendRequestWithErrorOnlyResultcould call completionHandler twice
v0.5.1
- Treat
nilas a successful response when allowed
v0.5.0
- textDocument/documentColor
- API to prepare
[TextEdit]for application to a document - updating
JSONRPC
v0.4.1
- handle ambiguous type decoding more generally (affects CodeAction)
v0.4.0
workspace/executeCommandworkspace/applyEditworkspace/didCreateFilesworkspace/willRenameFilesworkspace/willDeleteFilesworkspace/didDeleteFiles- Explicit os minimums