Skip to content
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

18.0.2 (2018-10-26)

Bug Fixes

v18.0.1

23 Oct 02:53
Compare
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
Compare
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
Compare
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
Compare
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.