Skip to content

Releases: ChimeHQ/LanguageClient

v0.8.2

04 Jun 10:52
4f28cc3

Choose a tag to compare

  • Remove some left-over debug logging
  • Fix: InitializingServer would reply with an error to any unhandled request instead of forwarding it along

Full Changelog: 0.8.1...0.8.2

v0.8.1

04 May 11:24
e4692d0

Choose a tag to compare

What's Changed

  • Expose ServerInfo by @FastestMolasses in #17
  • Return Created Process in localProcessChannel by @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

Full Changelog: 0.8.0...0.8.1

v0.8.0

21 Jan 11:20
f8fdeae

Choose a tag to compare

What's Changed

  • Update refactoring of removed param label by @koliyo in #13

Full Changelog: 0.7.1...0.8.0

v0.7.1

14 Jan 11:44
679c1c0

Choose a tag to compare

v0.7.0

28 Nov 20:21
6e59719

Choose a tag to compare

What's Changed

  • Fix non-mac build by @koliyo in #10
  • Refactorings to complement large PR in LanguageServerProtocol by @koliyo in #9

New Contributors

Full Changelog: 0.6.1...0.7.0

v0.6.1

19 Aug 12:40
bae3819

Choose a tag to compare

What's Changed

  • Add user script data channel by @mchakravarty in #8
  • Updated ProcessEnv to 1.0.0

New Contributors

Full Changelog: 0.6.0...0.6.1

v0.6.0

23 Jul 11:56
092fe0d

Choose a tag to compare

  • Real support for Swift concurrency

v0.5.1

13 Feb 16:50
92beeec

Choose a tag to compare

  • Fix lifetime on server shutdown
  • Improved shutdown/exit handling

v0.5.0

12 Feb 19:14
7c12bb6

Choose a tag to compare

  • RestartingServer now has a more async-friendly API
  • Complete migration away from OperationPlus

v0.4.0

12 Jan 11:59
209d607

Choose a tag to compare

  • Migrate InitializingServer away from using OperationPlus