Skip to content
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Releases: sourcegraph/sourcegraph-extension-api

v2.0.0

15 Jul 22:06
Compare
Choose a tag to compare

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.

v1.2.1

13 Jul 20:58
Compare
Choose a tag to compare

1.2.1 (2018-07-13)

Bug Fixes

  • types: docstring for DocumentFilter (f33f8c4)

v1.1.0

13 Jul 06:08
Compare
Choose a tag to compare

1.1.0 (2018-07-13)

Features

  • environment: support extended Extension types for addl props (61858e0)

v1.0.0

13 Jul 06:06
@sqs sqs
Compare
Choose a tag to compare

1.0.0 (2018-07-13)

Features

  • client and server impls of CXP (based on LSP) (5bf63b7)