Releases: ChimeHQ/LanguageServerProtocol
Releases · ChimeHQ/LanguageServerProtocol
v0.14.0
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
- @kattouf made their first contribution in #26
- @MontakOleg made their first contribution in #28
Full Changelog: 0.13.4...0.14.0
v0.13.4
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
- @krzyzanowskim made their first contribution in #24
- @erikkrietsch made their first contribution in #25
Full Changelog: 0.13.3...0.13.4
v0.13.3
- remove
ServerErrorandClientErrortypes - change
UnusedResultandUnusedParamto allow any valid type
v0.13.2
What's Changed
- Add custom server requests by @mchakravarty in #20
- Update spec details, added helper init functions by @FastestMolasses in #18
ServerConnection.completeItemResolve
New Contributors
- @FastestMolasses made their first contribution in #18
Full Changelog: 0.13.1...0.13.2
v0.13.1
v0.13.0
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
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
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
- @mchakravarty made their first contribution in #6
- @koliyo made their first contribution in #9
Full Changelog: 0.10.0...0.11.0
v0.10.0
- real concurrency support
- codeAction/resolve
v0.9.2
- Pin the JSONRPC package to specific versions
- Fix a serious bug in
TokenRepresentation