Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 2.19 KB

Changelog

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

The format is based on Keep a Changelog. This project started to follow semantic versioning starting from 2.0.0.

Not every commit needs to result in a change to this file (e.g. docs and chore commits). Every commit that affects the code in a way that consumers might care about should include edits to the 'Unreleased' section though. Breaking changes should be prefixed with **BREAKING:**.

  • Upgrade Typescript version to 5.4.5
  • Perform routine version upgrade to various packages, including eslint
  • Updated help text for the set-api-key command to prompt for personal access tokens.
  • Added forwards-compatibility support for personal access tokens, in addition to user API keys.
  • Use the default branch (instead of master) when fetching a template from GitHub.

2.0.1 - 2022-03-18

  • Added this changelog.

2.0.0 - 2022-03-16

  • Bringing the beta CLI to general availability!
  • The CLI now uses webpack under the hood, and has improved support for flexible directory structures and custom bundler configuration.

Added

  • Using code from other directories
    • The new CLI allows this method of code-sharing by allowing “sibling directories” outside the source directory to be bundled. Those other directories can include npm imports based on link or file.
  • Using a custom bundler
    • Custom bundlers allow users to replace the CLI's built-in bundling functionality that turns extension source code into publishable artifacts.