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