Skip to content

Releases: ChimeHQ/LanguageServerProtocol

v0.7.1

28 Jun 19:36
248c474
Compare
Choose a tag to compare
  • fix missing commits from 0.7.0 😬

v0.7.0

28 Jun 18:45
3c47cbc
Compare
Choose a tag to compare
  • some async/await
  • SemanticTokenRepresentation

v0.6.1

19 May 19:46
3c47cbc
Compare
Choose a tag to compare
  • custom requests
  • fixes for workspace/symbol and workspaceSymbol/resolve

v0.6.0

21 Apr 13:03
3275cfa
Compare
Choose a tag to compare
  • fix for ColorPresentationParams
  • textDocument/colorPresentation
  • textDocument/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
  • sendRequestWithErrorOnlyResult could call completionHandler twice

v0.5.1

24 Mar 17:48
c6f1b6b
Compare
Choose a tag to compare
  • Treat nil as a successful response when allowed

v0.5.0

18 Mar 15:51
a16ca19
Compare
Choose a tag to compare
  • textDocument/documentColor
  • API to prepare [TextEdit] for application to a document
  • updating JSONRPC

v0.4.1

21 Feb 20:45
7a489b0
Compare
Choose a tag to compare
  • handle ambiguous type decoding more generally (affects CodeAction)

v0.4.0

19 Feb 16:27
96d6059
Compare
Choose a tag to compare
  • workspace/executeCommand
  • workspace/applyEdit
  • workspace/didCreateFiles
  • workspace/willRenameFiles
  • workspace/willDeleteFiles
  • workspace/didDeleteFiles
  • Explicit os minimums

v0.3.0

18 Feb 19:00
bb54067
Compare
Choose a tag to compare

Remove SwiftLSPClient dependency

v0.2.1

11 Feb 20:50
9899cac
Compare
Choose a tag to compare
  • DidChangeWatchedFiles support