Releases: ChimeHQ/LanguageClient
Releases · ChimeHQ/LanguageClient
v0.8.2
- Remove some left-over debug logging
- Fix:
InitializingServerwould reply with an error to any unhandled request instead of forwarding it along
Full Changelog: 0.8.1...0.8.2
v0.8.1
What's Changed
- Expose ServerInfo by @FastestMolasses in #17
- Return Created Process in
localProcessChannelby @thecoolwinter in #25 - Include error object in userScriptChannel's termination handler
- Migrate over to @davbeck's swift-glob package
- Make sure to invoke capability handlers
New Contributors
- @FastestMolasses made their first contribution in #17
- @thecoolwinter made their first contribution in #25
Full Changelog: 0.8.0...0.8.1
v0.8.0
What's Changed
Full Changelog: 0.7.1...0.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
RestartingServernow has a more async-friendly API- Complete migration away from
OperationPlus
v0.4.0
- Migrate
InitializingServeraway from using OperationPlus