Skip to content

Latest commit

 

History

History
189 lines (100 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

189 lines (100 loc) · 4.57 KB

Eclipse Open VSX Change Log

This change log covers only the command line interface (CLI) of Open VSX.

v0.9.4 (Sep. 2024)

Dependencies

  • Upgrade micromatch from 4.0.5 to 4.0.8 (#978)

v0.9.2 (July 2024)

Bug Fixes

  • Remove default universal for get operation (#944)

Dependencies

  • Upgrade braces from 3.0.2 to 3.0.3 (#953)

v0.9.1 (Apr. 2024)

Bug Fixes

Dependencies

  • Upgrade @vscode/vsce from 2.24.0 to 2.25.0 (#896)
  • Upgrade tar from 6.2.0 to 6.2.1 (#893)

v0.9.0 (Mar. 2024)

Breaking Changes

  • The minimum version of Node.js required is now 18 because of the newer @vscode/vsce

Dependencies

  • Upgrade @vscode/vsce from 2.19.0 to 2.24.0 (#878)
  • Upgrade semver from 7.5.2 to 7.6.0 (#878)

v0.8.4 (Mar. 2024)

Dependencies

  • Upgrade follow-redirects from 1.14.8 to 1.15.6 (#869)
  • Upgrade ip from 2.0.0 to 2.0.1 (#858)

v0.8.3 (Aug. 2023)

Dependencies

  • Upgrade yarn from 1.22.19 to 3.6.1 (#793)
  • Upgrade word-wrap from 1.2.3 to 1.2.4 (#787)

v0.8.2 (July 2023)

Dependencies

  • Upgrade vcse from 2.15.0 to 2.19.0 (#775)
  • Upgrade semver from 5.7.1 to 7.5.2 (#763)

v0.8.1 (May. 2023)

Dependencies

  • Added explicit dependency to semver (#733)

v0.8.0 (Jan. 2023)

New Features

  • Added CLI parameter --skip-duplicate to fail silently if version already exists on the marketplace (#646)

v0.7.1 (Dec. 2022)

Dependencies

  • Migrated from deprecated vcse to @vscode/vsce (#637)

v0.7.0 (Dec. 2022)

New Features

  • Added CLI parameter --no-dependencies to disable dependency detection (#635)

Dependencies

  • Upgrade vcse from 2.7.0 to 2.15.0 (#635)

v0.6.0 (Nov. 2022)

New Features

  • Added verify-pat command (#624)

Dependencies

  • Upgrade vcse from 2.6.3 to 2.7.0 (#621)

v0.5.0 (Mar. 2022)

New Features

  • Added CLI parameter --target to support target platforms (#406)

v0.4.0 (Feb. 2022)

New Features

  • Added CLI parameter --pre-release to support pre-releases (#410)

v0.3.0 (Jan. 2022)

Breaking Changes

  • The minimum version of Node.js required is now 14 because of the newer vsce

Dependencies

  • Upgrade vsce from 1.97.0 to 2.6.3 (#403)
  • Upgrade follow-redirects
  • Upgrade nth-check

v0.2.1 (Sep. 2021)

New Features

  • Also accept LICENCE files (alternative spelling to LICENSE) (#307)
  • Remove --web option (it will now be inferred from the package.json file)

Dependencies

  • Upgrade vsce from 1.93.0 to 1.97.0

v0.2.0 (Jun. 2021)

New Features

  • Added CLI parameter --web for web extensions (#262)

Bug Fixes

  • Fixed handling of unknown commands (#302)

Dependencies

  • Updated the vsce dependency from 1.84.0 to 1.93.0 (#300)
  • Added explicit dependency to tmp (#254)

v0.1.0 (Apr. 2021)

First release of Open VSX with the Eclipse Foundation.