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

23 Nov 17:24
c5ea061

Choose a tag to compare

  • semantic tokens
  • improved configuration handling

v0.9.0

22 Jul 18:00
c2d9563

Choose a tag to compare

  • Migrate to using JSONRPC

v0.8.4

24 Jun 20:02
0029d19

Choose a tag to compare

  • Improved support for Diagnostics
  • Fixed some small warnings

v0.8.3

24 Mar 00:23
c35aff8

Choose a tag to compare

codeAction support

v0.8.2

03 Nov 01:41
3606d71

Choose a tag to compare

  • expanded LanguageIdentifier.fileExtensions
  • support for foldingRange

v0.8.1

31 Oct 00:36
0fc5022

Choose a tag to compare

  • 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

10 Sep 16:56
ed86336

Choose a tag to compare

  • Support for the various "go to" source navigation features
  • Improved diagnostic capabilities with LanguageServerError

v0.7.1

03 Sep 17:25
9cf42e5

Choose a tag to compare

Support for showMessageRequest

v0.7.0

22 Aug 11:30
e184468

Choose a tag to compare

Support for SwiftPM and Swift 5.0

v0.6.5

14 Mar 18:44
0498882

Choose a tag to compare

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