Skip to content

Version 1.x (latest)

1.2.5 (2021-03-16) (alpha)

Dependency upgrades

1.2.4 (2021-10-19)

  • Update devtools sourcemap config PR #119
  • New extension now initialized with MV3 #86

Dependency updates

1.2.2 (2021-07-28)

  • update dependencies

1.2.0 (2021-07-28)

Changes to build

  • enable using custom filenames for manifests pre-build PR #66
  • run build tasks in parallel PR #70
  • make sourcemap basename match js file name PR #70
  • dynamically determine project path; remove build config key PR #71

Other changes

  • docs: make JsDoc default template the default documentation template for CLI #62
  • sync: add CI configuration starter for Github actions #65
  • sync: eslint config file will now have file extension .json PR #78
  • update dependencies

1.1.0 (2021-06-12)

  • sync: changed command to prompt with options PR #57, #59
  • updated dependencies

1.0.3 (2021-04-27)

Changes to build

  • Make webpack mode configurable #51, PR #55
  • use cheap-source-map PR #49
  • remove devtool in prod config PR #50

1.0.2 (2021-04-11)

Changes to build

  • Custom folders for scss bundles and always minify css PR #47
  • Default style bundle name without extension PR #48

1.0.0 (2021-04-11)

Changes to build

  • automatically copy from assets/ to output directory assets/ PR #43
  • add target platform for manifests: chrome/firefox PR #43
  • improved build outputs PR #42

Other changes