|
| 1 | + <a name="2.0.9"></a> |
| 2 | +# 2.0.9 (2018-02-25) |
| 3 | +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.0.4...v2.0.9) |
| 4 | + |
| 5 | +## Ast |
| 6 | + |
| 7 | +* init: fix init command ([d36cd4f](https://github.com/webpack/webpack-cli/commit/d36cd4f)) |
| 8 | + |
| 9 | +## Chore |
| 10 | + |
| 11 | +* .gitignore: ignore .vscode ([ab0eacc](https://github.com/webpack/webpack-cli/commit/ab0eacc)) |
| 12 | +* .gitignore: ignore .vscode ([a322505](https://github.com/webpack/webpack-cli/commit/a322505)) |
| 13 | +* add: temp remove add from cli ([f663215](https://github.com/webpack/webpack-cli/commit/f663215)) |
| 14 | +* changelog: v.2.0.7 changelog ([a165269](https://github.com/webpack/webpack-cli/commit/a165269)) |
| 15 | +* deps: bump uglify dep and cli version ([81a9f1e](https://github.com/webpack/webpack-cli/commit/81a9f1e)) |
| 16 | +* pkg.json: remove commitmsg cmd ([4dff074](https://github.com/webpack/webpack-cli/commit/4dff074)) |
| 17 | + |
| 18 | +## CLI |
| 19 | + |
| 20 | +* devServer: change devServer path ([c27e961](https://github.com/webpack/webpack-cli/commit/c27e961)) |
| 21 | +* version: v.2.0.8 ([9406912](https://github.com/webpack/webpack-cli/commit/9406912)) |
| 22 | + |
| 23 | +## Feat |
| 24 | + |
| 25 | +* show help when no options given ([a7ee15a](https://github.com/webpack/webpack-cli/commit/a7ee15a)) |
| 26 | +* chore: add project tools and utilities ([#270](https://github.com/webpack/webpack-cli/pull/270)) |
| 27 | + |
| 28 | +## Fix |
| 29 | + |
| 30 | +* Resolve webpack dependencies ([#251](https://github.com/webpack/webpack-cli/pull/251)) |
| 31 | +* change help logic ([d67f4b7](https://github.com/webpack/webpack-cli/commit/d67f4b7)) |
| 32 | +* generator: use yeoman clone ([0b4269c](https://github.com/webpack/webpack-cli/commit/0b4269c)) |
| 33 | + |
| 34 | +## Improvement |
| 35 | + |
| 36 | +* add an option to watch messaging. Add .idea to .gitignore ([#200](https://github.com/webpack/webpack-cli/pull/200)) |
| 37 | + |
| 38 | +## Refactor |
| 39 | + |
| 40 | +* convert-args: remove unused arguments ([#253](https://github.com/webpack/webpack-cli/pull/253)) |
| 41 | + |
| 42 | +## Style |
| 43 | + |
| 44 | +* run formatter ([7be0da7](https://github.com/webpack/webpack-cli/commit/7be0da7)) |
| 45 | + |
| 46 | +## Tests |
| 47 | + |
| 48 | +* add test for showing help on no options ([cf43939](https://github.com/webpack/webpack-cli/commit/cf43939)) |
| 49 | + |
| 50 | +## Misc |
| 51 | + |
| 52 | +* remove yargs major update due security compromise ([9bd7ed4](https://github.com/webpack/webpack-cli/commit/9bd7ed4)) |
| 53 | +* Revert "Show help on no command" ([#276](https://github.com/webpack/webpack-cli/pull/276)) |
| 54 | +* v.2.0.6 ([4333088](https://github.com/webpack/webpack-cli/commit/4333088)) |
| 55 | +* fix typo.. ([0f1cee6](https://github.com/webpack/webpack-cli/commit/0f1cee6)) |
| 56 | +* 2.0.5 ([94ac6db](https://github.com/webpack/webpack-cli/commit/94ac6db)) |
| 57 | +* Change from git:// to https:// ([#259](https://github.com/webpack/webpack-cli/pull/259)) |
| 58 | +* Issue 249 fixed and other enums refactored ([#264](https://github.com/webpack/webpack-cli/pull/264)) |
| 59 | +* Refactor bin directory ([#263](https://github.com/webpack/webpack-cli/pull/263)) |
| 60 | +* Add jsdoc comments for migrate ([#255](https://github.com/webpack/webpack-cli/pull/255)) |
| 61 | +* [feature] configuration validation ([#240](https://github.com/webpack/webpack-cli/pull/240)) |
| 62 | +* refactor: reduce code duplication use process.exitCode instead of process.exit ([#272](https://github.com/webpack/webpack-cli/pull/272)) |
| 63 | + |
1 | 64 | <a name="2.0.7"></a>
|
2 | 65 | # 2.0.7 (2018-02-24)
|
3 | 66 | [Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.0.4...v2.0.7)
|
|
0 commit comments