Skip to content

Releases: ChimeHQ/LanguageClient

v0.8.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 04 Jun 10:52
4f28cc3
  • 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

Choose a tag to compare

@mattmassicotte mattmassicotte released this 04 May 11:24
e4692d0

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

Choose a tag to compare

@mattmassicotte mattmassicotte released this 21 Jan 11:20
f8fdeae

What's Changed

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

Full Changelog: 0.7.1...0.8.0

v0.7.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 14 Jan 11:44
679c1c0

Pull in latest https://github.com/ChimeHQ/LanguageServerProtocol to fix build issue.

v0.7.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 28 Nov 20:21
6e59719

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

Choose a tag to compare

@mattmassicotte mattmassicotte released this 19 Aug 12:40
bae3819

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

Choose a tag to compare

@mattmassicotte mattmassicotte released this 23 Jul 11:56
092fe0d
  • Real support for Swift concurrency

v0.5.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 13 Feb 16:50
92beeec
  • Fix lifetime on server shutdown
  • Improved shutdown/exit handling

v0.5.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 12 Feb 19:14
7c12bb6
  • RestartingServer now has a more async-friendly API
  • Complete migration away from OperationPlus

v0.4.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 12 Jan 11:59
209d607
  • Migrate InitializingServer away from using OperationPlus