Version 1.x (latest)
1.2.5 (2021-03-16) (alpha)
Dependency upgrades
- @babel/preset-env: 7.16.11 (066f782)
- @babel/register: 7.17.7 (2084d42)
- chai: 4.3.6 (2084d42)
- commander: 9.0.0 (2084d42)
- eslint: 8.11.0 (2084d42)
- gulp-sass: 5.1.0 (0ac28b2)
- jsdoc: 3.6.10 (d0a09a3)
- jsdom: 19.0.0 (b0f290f)
- mocha: 9.2.2 (2084d42)
- sass: 1.49.9 (aef9fd6)
- sinon: 13.0.1 (8282c0a)
- yargs: 17.3.1 (add18ee)
1.2.4 (2021-10-19)
Dependency updates
- update @babel/preset-env to v7.15.8 (a341965)
- update commander to v8.2.0 (5226669)
- update eslint to v8 (d5549a8)
- update jsdom to v18 (681db6b)
- update mocha to v9.1.2 (d7cecc6)
- update prompts to v2.4.2 (f99cb60)
- update sass to v1.43.2 (32eb148)
- update webpack-stream to v7 (#94) (a19b448)
- update yargs to v17.2.1 (9a06f44)
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)
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 directoryassets/
PR #43 - add target platform for manifests:
chrome/firefox
PR #43 - improved build outputs PR #42
Other changes
- Updated dependencies PR #44