Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Releases: DorianGrey/ng-webpack-template

1.3.0

30 Jan 08:21
Compare
Choose a tag to compare

Includes dependency updates; details are listed here:

3630cd2
5e0dfc7

Some of these got their minor version bumped, thus, this release follows it accordingly.

1.2.0

23 Jan 07:23
Compare
Choose a tag to compare

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

13 Jan 09:00
Compare
Choose a tag to compare

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

08 Jan 13:49
Compare
Choose a tag to compare
1.0

Initial release after reaching feature completeness as intended.