Releases: ChimeHQ/LanguageClient
Releases · ChimeHQ/LanguageClient
v0.8.0
v0.7.1
Pull in latest https://github.com/ChimeHQ/LanguageServerProtocol to fix build issue.
v0.7.0
v0.6.1
What's Changed
- Add user script data channel by @mchakravarty in #8
- Updated ProcessEnv to 1.0.0
New Contributors
- @mchakravarty made their first contribution in #8
Full Changelog: 0.6.0...0.6.1
v0.6.0
- Real support for Swift concurrency
v0.5.1
- Fix lifetime on server shutdown
- Improved shutdown/exit handling
v0.5.0
RestartingServer
now has a more async-friendly API- Complete migration away from
OperationPlus
v0.4.0
- Migrate
InitializingServer
away from using OperationPlus
v0.3.1
Fix leftover references to AnyCodable
v0.3.0
- Update LSP package, remove
AnyCodable
references