Webextension Toolbox Versions Save

Small CLI toolbox for cross-browser WebExtension development

7.1.1

3 months ago

Fixed

  • Fixes #865 by making sure all options are loaded into the filter before filtering, not just options with default values

7.1.0

3 months ago

Changed

  • Configures the swc-loader and babel-loader (via @babel/preset-env preset) to target browsers defined by the project's browserslist configuration settings, but only when the vendor version is NOT explicitly defined. Thanks you to @rthaut!

7.0.0

3 months ago

Changed

  • Uses ESM instead of CJS
  • Optimize code
  • Provide support for SWC
  • Add option to only copy files and not compile them (compileIgnore glob)
  • Additional debugging
  • yaml config file to use instead of or with command options
  • Move examples into their own template repos and use those in testing

Fixed

  • web_accessible_resources ignore js file (#793)
  • Setup with additional webextension-toolbox.config.js config seems to fail on windows 11 (#656)
  • Request for Node.js 20 Support (#847)
  • Chalk is an implicit dependency (should be explicit) (#835)

6.2.0

6 months ago

Changed

  • Updated Dependencies

6.1.0

11 months ago

Changed

  • Updated Dependencies

6.0.0

1 year ago

Changed

  • Updated Dependencies
  • Require webpack-webextension-plugin 3.0.0

Removed

  • Support for NodeJS 12.x

5.2.2

2 years ago

Fixed

  • Add missing browserlist to package.json

5.2.1

2 years ago

Fixed

  • ts-loader should load service_worker to parse if its written in typescript

5.2.0

2 years ago

Changes

  • Updated @webextension-toolbox/webpack-webextension-plugin and glob to latest versions.

5.1.1

2 years ago

Fixed

  • Target resolution was incorrect and thus detroying most of the built modules

Changes