Skip to content

Releases: ChimeHQ/LanguageServerProtocol

v0.13.3

02 Oct 11:03
d514129
Compare
Choose a tag to compare
  • remove ServerError and ClientError types
  • change UnusedResult and UnusedParam to allow any valid type

v0.13.2

02 Apr 15:37
ac76fcc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.1...0.13.2

v0.13.1

23 Mar 11:02
9d9ea23
Compare
Choose a tag to compare

What's Changed

  • Add extra initializers by @Wouter01 in #19
  • Even missing initializers

New Contributors

Full Changelog: 0.13.0...0.13.1

v0.13.0

20 Jan 13:26
f5a53e0
Compare
Choose a tag to compare

What's Changed

  • Remove label from ServerConnection commands, since all methods take a single composite param struct by @koliyo in #16

Full Changelog: 0.12.0...0.13.0

0.12.0

22 Dec 11:06
9ae95d8
Compare
Choose a tag to compare

What's Changed

  • Swift format for consistent whitespace by @koliyo in #15
  • textDocument/prepareTypeHierarchy
  • fix missing prepareTypeHierarchy case
  • supporting Swift 5.8

Full Changelog: 0.11.0...0.12.0

0.11.0

28 Nov 16:39
d4b9a4e
Compare
Choose a tag to compare

What's Changed

  • Adding dynamic registration of completion capabilities by @mchakravarty in #6
  • Feature/add missing initializers by @koliyo in #9
  • Add semantic token struct and serialization by @koliyo in #11
  • Add generic message framing wrapper to DataChannel by @koliyo in #12
  • Make LSP method names more consistent by @koliyo in #13
  • LSP server development by @koliyo in #14

New Contributors

Full Changelog: 0.10.0...0.11.0

v0.10.0

22 Jul 18:55
a244efe
Compare
Choose a tag to compare
  • real concurrency support
  • codeAction/resolve

v0.9.2

14 Jun 20:03
cae0117
Compare
Choose a tag to compare
  • Pin the JSONRPC package to specific versions
  • Fix a serious bug in TokenRepresentation

v0.9.1

14 Apr 20:33
192bcfd
Compare
Choose a tag to compare

What's Changed

  • Fix return type of textDocument/prepareCallHierarchy by @Lukas-Stuehrk in #3
  • Fix typos by @qmoya in #5
  • Lots more Sendable conformance

New Contributors

Full Changelog: 0.9.0...0.9.1

v0.9.0

11 Jan 16:36
9293fd8
Compare
Choose a tag to compare
  • Major change to Server protocol to remove support for synchronous properties