This repository was archived by the owner on Jul 23, 2023. It is now read-only.
Releases: ChimeHQ/SwiftLSPClient
Releases · ChimeHQ/SwiftLSPClient
v0.9.1
v0.9.0
- Migrate to using JSONRPC
v0.8.4
- Improved support for Diagnostics
- Fixed some small warnings
v0.8.3
codeAction support
v0.8.2
- expanded LanguageIdentifier.fileExtensions
- support for foldingRange
v0.8.1
- 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
- Support for the various "go to" source navigation features
- Improved diagnostic capabilities with LanguageServerError
v0.7.1
Support for showMessageRequest
v0.7.0
Support for SwiftPM and Swift 5.0
v0.6.5
Includes a quick fix for writes that occur after a host is shutdown