Skip to content

Releases: ChimeHQ/LanguageServerProtocol

v0.7.3

05 Aug 10:14
cd30383

Choose a tag to compare

  • async sendNotification and sendRequest

v0.7.2

04 Jul 10:00
168fcbf

Choose a tag to compare

  • async APIs for formatting, hover, codeAction, did/willSaveTextDocument

v0.7.1

28 Jun 19:36
248c474

Choose a tag to compare

  • fix missing commits from 0.7.0 😬

v0.7.0

28 Jun 18:45
3c47cbc

Choose a tag to compare

  • some async/await
  • SemanticTokenRepresentation

v0.6.1

19 May 19:46
3c47cbc

Choose a tag to compare

  • custom requests
  • fixes for workspace/symbol and workspaceSymbol/resolve

v0.6.0

21 Apr 13:03
3275cfa

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

Choose a tag to compare

  • Treat nil as a successful response when allowed

v0.5.0

18 Mar 15:51
a16ca19

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

Choose a tag to compare

  • handle ambiguous type decoding more generally (affects CodeAction)

v0.4.0

19 Feb 16:27
96d6059

Choose a tag to compare

  • workspace/executeCommand
  • workspace/applyEdit
  • workspace/didCreateFiles
  • workspace/willRenameFiles
  • workspace/willDeleteFiles
  • workspace/didDeleteFiles
  • Explicit os minimums