|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +<a name="2.0.0"></a> |
| 6 | +# [2.0.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.6.0...v2.0.0) (2018-03-26) |
| 7 | + |
| 8 | + |
| 9 | +### Code Refactoring |
| 10 | + |
| 11 | +* Webpack Defaults 2.x merge ([#88](https://github.com/webpack-contrib/webpack-defaults/issues/88)) ([979bdfd](https://github.com/webpack-contrib/webpack-defaults/commit/979bdfd)) |
| 12 | + |
| 13 | + |
| 14 | +### Features |
| 15 | + |
| 16 | +* **tasks:** add `codecov.yml` ([#77](https://github.com/webpack-contrib/webpack-defaults/issues/77)) ([66e266b](https://github.com/webpack-contrib/webpack-defaults/commit/66e266b)) |
| 17 | + |
| 18 | + |
| 19 | +### BREAKING CHANGES |
| 20 | + |
| 21 | +* Drops support for NodeJS 4.x |
| 22 | + |
| 23 | +refactor: Use non-deprecated config type |
| 24 | + |
| 25 | + - Moves to non-deprecated eslint config format |
| 26 | + |
| 27 | +refactor: Prettier integration |
| 28 | + |
| 29 | + - Leverages Prettier to manage code style |
| 30 | + - Migrates to eslint-config-webpack 2.x ( Prettier support) |
| 31 | + - Updates code style per the above |
| 32 | + - Adds `.prettierrc` to enforce development configs |
| 33 | +* Implements Prettier & modifies suported Eslint |
| 34 | +configuration that transfers applicable rule responsibility to Prettier |
| 35 | + |
| 36 | +feat: Adds testing boilerplate |
| 37 | + - Adds contrib standard testing config |
| 38 | + |
| 39 | +feat: Adds schema enforcement |
| 40 | + - Installs schema utils dependency |
| 41 | + - Creates `options.json` template |
| 42 | + - Updates build script to accommodate `options.json` |
| 43 | + |
| 44 | +ci: Migrates to CircleCI 2.0 & custom build containers |
| 45 | + |
| 46 | + - Migrates to CircleCI & a full continuous delivery workflow |
| 47 | +* Drops TravisCI in favor of CircleCI 2.0 |
| 48 | +* Drops support for Webpack 2.x & adds 4.x support |
| 49 | +* Enforces existing commit message format |
| 50 | +in pre-commit as it's required for release automation |
| 51 | + |
| 52 | + |
| 53 | + |
5 | 54 | <a name="2.0.0-rc.4"></a> |
6 | 55 | # [2.0.0-rc.4](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2017-12-22) |
7 | 56 |
|
|
0 commit comments