Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Releases: ChimeHQ/SwiftLSPClient

v0.9.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 23 Nov 17:24
c5ea061
  • semantic tokens
  • improved configuration handling

v0.9.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 22 Jul 18:00
c2d9563
  • Migrate to using JSONRPC

v0.8.4

Choose a tag to compare

@mattmassicotte mattmassicotte released this 24 Jun 20:02
0029d19
  • Improved support for Diagnostics
  • Fixed some small warnings

v0.8.3

Choose a tag to compare

@mattmassicotte mattmassicotte released this 24 Mar 00:23
c35aff8

codeAction support

v0.8.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 03 Nov 01:41
3606d71
  • expanded LanguageIdentifier.fileExtensions
  • support for foldingRange

v0.8.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 31 Oct 00:36
0fc5022
  • Includes support for textDocument/references
  • Adds some convenience methods for a few parameter types
  • Resolves a serious thread safety issue with ProtocolTransport

Huge thanks to @johnno1962 for all the work getting these things done!

v0.8.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 10 Sep 16:56
ed86336
  • Support for the various "go to" source navigation features
  • Improved diagnostic capabilities with LanguageServerError

v0.7.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 03 Sep 17:25
9cf42e5

Support for showMessageRequest

v0.7.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 22 Aug 11:30
e184468

Support for SwiftPM and Swift 5.0

v0.6.5

Choose a tag to compare

@mattmassicotte mattmassicotte released this 14 Mar 18:44
0498882

Includes a quick fix for writes that occur after a host is shutdown