Releases: DorianGrey/ng-webpack-template
1.3.0
1.2.0
Includes several minor updates and fixes.
Version got bumped to 1.2.0 instead of 1.1.1 because of the autoprefixer update from 6.6.x to 6.7.x. - for more information, see their changelog here:
https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md
1.1.0
Various dependency updates, both for dev and app.
Since some of the packages (e.g. node-sass) which are using semver bumped their minor version, we've got to do that for our release version as well.
For details, see the corresponding diff:
1e1b9b0#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
Most of these updates should not break anything in your app. The only change that might cause some issue is the change regarding the usage of module.*
in webpack - see the release notes.
1.0
Initial release after reaching feature completeness as intended.