This repository was archived by the owner on Nov 6, 2018. It is now read-only.
Releases: sourcegraph/sourcegraph-extension-api
Releases · sourcegraph/sourcegraph-extension-api
v2.0.0
2.0.0 (2018-07-15)
Bug Fixes
- decorations: no providers yields null, skip errors, add tests (6b30e52)
- hover: no providers yields null, skip errors, add tests (80db65e)
- prettier: ignore code coverage temp files (45ef36e)
- util: add tests, clean up (a4f8e32)
Code Refactoring
- make most names singular to be consistent (df221a5)
- rename
textDocument/decoration{s => }
(singular not plural) (062d160)
Documentation
- decorations: add TextDocumentDecorations docs, remove background (7278eca)
Features
- client: implement textDocument/{implementation,typeDefinition} (7f1a175)
- definition: add textDocument/definition feature and provider (9957543)
- providers: expose synchronous providers snapshot, add tests (1848743)
- references: implement textDocument/references (f9ece18)
BREAKING CHANGES
- decorations: The decoration attachment
background
property is removed because it is not widely supported by CXP clients in the short term. - The CXP method textDocument/decorations was renamed to textDocument/decoration. This package's API types related to the method also changed names.
- Many files (modules) changed names to be singular, not plural.