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

Releases: sourcegraph/extensions-client-common

v6.1.0

22 Aug 08:28
Compare
Choose a tag to compare

6.1.0 (2018-08-22)

Features

  • disable extension config actions (add, enable, remove) when needed (63783fa)
  • global notifications for messages & command invocation errors (3aeee21)

v6.0.0

21 Aug 08:15
Compare
Choose a tag to compare

6.0.0 (2018-08-21)

Features

  • remove all platforms other than JS bundle (2606247)

BREAKING CHANGES

  • The extension manifest platform property was removed, and a new property url (which corresponds to the old url property in the BundleTarget) was added.

v5.0.0

21 Aug 04:22
Compare
Choose a tag to compare

5.0.0 (2018-08-21)

Features

  • preserve null and errors in parsed config (7cfbb94)

BREAKING CHANGES

  • Users of this package need to use the new XyzOrError types and be more explicit when passing in configuration values that might be ErrorLike.

v4.2.1

18 Aug 04:10
Compare
Choose a tag to compare

4.2.1 (2018-08-18)

Bug Fixes

  • remove peerDependencies (bc11b8d)

v4.2.0

17 Aug 07:29
Compare
Choose a tag to compare

4.2.0 (2018-08-17)

Features

  • support static contributions in extension manifest (f75def6)

v4.1.1

15 Aug 12:53
Compare
Choose a tag to compare

4.1.1 (2018-08-15)

Bug Fixes

  • remove needless use of async (716b390)

v4.1.0

15 Aug 12:34
Compare
Choose a tag to compare

4.1.0 (2018-08-15)

Bug Fixes

  • support keyboard invocation of URL actions (46c2345)

Features

  • implement configurationUpdate client command (bacd80f)
  • render action contributions with URL as Link (4021743)
  • support action contribution commandArguments (3b50cd3)
  • command-list: remember recent actions, sort them first (540a393)
  • support alternate actions for menu contributions (8f05f20)
  • support renamed {Command=>Action}Contributions (47a29e5)

v4.0.1

12 Aug 21:04
Compare
Choose a tag to compare

4.0.1 (2018-08-12)

Bug Fixes

  • better warning message for deleted extension (41d67d4)

v4.0.0

12 Aug 06:01
Compare
Choose a tag to compare

4.0.0 (2018-08-12)

Bug Fixes

  • make distinction between config cascade and settings types robust (7b2e74c)

BREAKING CHANGES

  • Many generic types now take a Settings parameter instead of a ConfigurationCascade parameter, for simplicity and to avoid ambiguity.

v3.0.2

12 Aug 05:41
Compare
Choose a tag to compare

3.0.2 (2018-08-12)

Bug Fixes

  • remove more double cascades (60577a6)