Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

Releases: sourcegraph/sourcegraph-extension-api

v18.4.1

31 Oct 16:42
f7a6d85

Choose a tag to compare

18.4.1 (2018-10-31)

Bug Fixes

  • error emitted from one hover provider would break other hover providers (#117) (f7a6d85)

v18.4.0

29 Oct 02:45

Choose a tag to compare

18.4.0 (2018-10-29)

Features

  • supply sourcegraphURL and clientApplication to extensions (fd90209)

v18.3.0

29 Oct 01:17

Choose a tag to compare

18.3.0 (2018-10-29)

Features

  • support themeable decorations (light vs. dark styles) (5973a14)

v18.2.0

28 Oct 22:14

Choose a tag to compare

18.2.0 (2018-10-28)

Features

  • createPanelView API for extension panels with custom Markdown (a79ccc5)

v18.1.0

26 Oct 22:13
3c629da

Choose a tag to compare

18.1.0 (2018-10-26)

Features

  • add search query transformer extensibility point (#95) (3c629da)

v18.0.2

26 Oct 17:12

Choose a tag to compare

18.0.2 (2018-10-26)

Bug Fixes

v18.0.1

23 Oct 02:53

Choose a tag to compare

18.0.1 (2018-10-23)

Bug Fixes

  • suppress connection error when disabling an extension (#91) (fd0d000)

v18.0.0

14 Sep 13:36

Choose a tag to compare

18.0.0 (2018-09-14)

Code Refactoring

  • remove unneeded Component, use visibleTextDocuments directly (4260a76)

Features

  • remove ObservableEnvironment helper (3bc8eac)

BREAKING CHANGES

  • The environment component has been removed; now you need to specify the visible text documents directly.
  • The ObservableEnvironment helper, which exposed common derived observables of the controller's environment, was removed. You need to create your own derived observables now using, e.g., controller.environment.pipe(map({configuration}) => configuration), distinctUntilChanged()).

v17.1.0

14 Sep 06:13

Choose a tag to compare

17.1.0 (2018-09-14)

Features

  • remove sourcegraphURL from extension API (ac790f2)

v17.0.0

13 Sep 09:29

Choose a tag to compare

17.0.0 (2018-09-13)

Bug Fixes

  • executeCommand defaults to any result type instead of {} (68094f4)
  • remove erroneous spread that caused args to be double-spreaded (f725001)

Features

  • remove sourcegraph.internal.rawConnection (not needed anymore) (dac28bf)
  • sourcegraphURL for extensions, passing through init data (6058e64)

BREAKING CHANGES

  • sourcegraph.internal.rawConnection is removed.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.