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
v18.4.1
v18.4.0
v18.3.0
v18.2.0
v18.1.0
v18.0.2
v18.0.1
v18.0.0
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
v17.0.0
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.