Skip to content

Releases: ChimeHQ/LanguageServerProtocol

v0.14.0

28 May 14:36
f7879c7

Choose a tag to compare

What's Changed

  • make client window capabilities optional by @kattouf in #26
  • Add missing public initializers for LSP entities by @kattouf in #27
  • Make WorkspaceClientCapabilities.resourceOperations optional by @MontakOleg in #28

New Contributors

Full Changelog: 0.13.4...0.14.0

v0.13.4

05 Jan 12:28
587c037

Choose a tag to compare

What's Changed

  • Add Range and LSPRange initializers for better interoperability by @krzyzanowskim in #24
  • Add typeHierarchy/supertypes support by @erikkrietsch in #25
  • Add typeHierarchy/subtypes support

New Contributors

Full Changelog: 0.13.3...0.13.4

v0.13.3

02 Oct 11:03
d514129

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

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

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

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

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

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

Choose a tag to compare

  • real concurrency support
  • codeAction/resolve

v0.9.2

14 Jun 20:03
cae0117

Choose a tag to compare

  • Pin the JSONRPC package to specific versions
  • Fix a serious bug in TokenRepresentation