Skip to content

Latest commit

 

History

History
281 lines (173 loc) · 9.96 KB

CHANGELOG.md

File metadata and controls

281 lines (173 loc) · 9.96 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

All Changes

1.6.2 2024-02-13

Changed

All Changes

1.6.1 2024-02-02

Changed

  • Reverted build target back to es6 (#51)

All Changes

1.6.0 2024-02-01

Changed

  • Upgraded the action's node version to v20 #50
  • Changed build target from es6 to es2022

Security

All Changes

1.5.0 2023-10-03

Added

  • Adds --target functionality for vsce and osvx. #37. Contributed by @alexravenna.

Security

All Changes

1.4.0 2023-07-05

Security

Added

  • Adds --skip-duplicate functionality for vsce. Issue #38.

Fixed

  • A bug that swallowed publish errors silently. Contributed by @VladBrok.

Changed

  • Clarified the usage of the dependencies option #35. Contributed by @Antyos
  • Updated the Readme to state that the Open VSX registry also supports the preRelease flag #42.

All Changes

v1.3.0 2023-04-01

Security

Added

  • Adds --no-dependencies functionality for vsce. Issue #34. Contributed by @sdankel.

All Changes

v1.2.0 2022-12-28

Security

Fixed

  • Shields io badge (#31)

All Changes

v1.1.0 2022-10-31

Security

All Changes

v1.0.7 2022-09-22

Security

All Changes

v1.0.6 2022-07-23

Security

All Changes

v1.0.5 2022-07-15

Security

All Changes

v1.0.4 2022-06-22

Security

All Changes

v1.0.3 2022-06-19

Security

All Changes

v1.0.2 2022-04-11

Security

  • Updated dependencies

All Changes

v1.0.1 2022-03-20

Security

  • Updated dependencies

All Changes

v1.0.0 2021-12-17

BREAKING CHANGES

  • Now requires minimum NodeJs version v16
  • Options packagePath and extensionFile are no longer mutually exclusive. If both options are set extensionFile is preferred and the extension won't be packaged.

Added

  • Adds --pre-release functionality for vsce. Issue #16. Contributed by @gnikit.

Security

  • Updated dependencies

All Changes

v0.4.2 2021-06-26

Fixed

All Changes

v0.4.1 2021-06-24

Security

  • Updated dependencies

All Changes

v0.4.0 2021-05-12

Added

  • support for vsce's --noVerify option to enable publishing of extensions to the visual studio marketplace which use a proposed API #8. Implemented by @AnWeber.

All Changes

v0.3.1 2020-12-16

Fixed

  • a bug that caused to log the wrong version of the action

All Changes

v0.3.0 2020-12-16

Deprecated

  • to publish extensions without a license to the Open VSX registry

Security

All Changes

v0.2.4 2020-10-02

Security

  • Fixed @actions/core vulnerability.
  • Updated dependencies

All Changes

v0.2.3 2020-07-20

Security

  • Fixed lodash vulnerability.
  • Updated dependencies

All Changes

v0.2.2 2020-07-14

Fixed

  • Log the correct version.

All Changes

v0.2.1 2020-07-14

Added

  • Logging of the action's specific version for better debugging.

All Changes

v0.2.0 2020-06-26

Added

  • dryRun option to only package the extension but not publish it.

All Changes

v0.1.3 2020-06-26

Fixed

  • Now the dist/index.js contains the actual fixes of release v0.1.2.

All Changes

v0.1.2 2020-06-26

Fixed

  • The outputs vsixPath is now set correctly.

Added

  • Unit Tests
  • Code Coverage
  • Another usage example

All Changes

v0.1.1 2020-06-22

Fixed

  • The usage sample in the README.
  • The parameter description in the README.

All Changes

v0.1.0 2020-06-22

Initial release 🎉