Releases: Cognizant-CDE-Australia/generator-confit
Releases · Cognizant-CDE-Australia/generator-confit
v9.1.0
<a name"9.1.0">
9.1.0 (2017-01-08)
Features
- build: upgrade to webpack 2.2.0-rc.3 and improve generated config formatting (8db3d03f)
v9.0.0
<a name"9.0.0">
9.0.0 (2016-12-28)
Features
- build: make webpack config more flexible by exporting a function (8e422569)
- server: add
--compress
flag for serve:prod:http
command (397759dc)
Breaking Changes
- The
webpack.config.js
file has been changed to export a function instead of an object. You will need to change the last line from module.exports = config;
to module.exports.mergeConfig = mergeConfig;
. This change allows the prod/dev/test configs to inject some metadata into this file, allowing them to be simpler and have more control over the output.
ISSUES CLOSED:
#101
(8e422569)
v8.5.1
<a name"8.5.1">
8.5.1 (2016-12-18)
Bug Fixes
- release: support optional scopes in conventional commits via latest cz-customizable-ghook (18834418)
v8.5.0
<a name"8.5.0">
8.5.0 (2016-12-16)
Features
- app:
- upgrade babel libs and webpack loaders (281e8701)
- upgrade to webpack 2.2.0-rc.0, eslint, mocha 3.2, swanky 3 (c90ee314)
- documentation: upgraded
now
version for publishing docs + docs:clean task (3d0aa8d3)
v8.4.0
<a name"8.4.0">
8.4.0 (2016-12-12)
Features
- generator: update tool versions (karma, protractor, semantic-release) (524e006e)
v8.3.2
<a name"8.3.2">
8.3.2 (2016-11-28)
Bug Fixes
- documentation: revert swanky-server compilation and use webpack instead (cf36ffde)
v8.3.1
<a name"8.3.1">
8.3.1 (2016-11-28)
Bug Fixes
- documentation: install Webpack + swanky-server whenever documentation is needed (99d0383a)
v8.3.0
<a name"8.3.0">
8.3.0 (2016-11-27)
Bug Fixes
- testUnit: correctly disable coverage when debugging browser unit tests (4418a050)
Features
- testUnit: use consistent /coverage directory for Node & Browser projects (7b2bfcae)
v8.2.1
<a name"8.2.1">
8.2.1 (2016-11-25)
Bug Fixes
- sampleApp: add missing router vendor script for NG1 & NG2 (1926af80)
v8.2.0
<a name"8.2.0">
8.2.0 (2016-11-25)
Features
- testSystem: display stacktrace with line number for protractor tests (f6ec2069)