Skip to content

Commit 4cf5e17

Browse files
committed
chore(version): v.2.0.9
1 parent c27e961 commit 4cf5e17

File tree

78 files changed

+141
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+141
-78
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
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+
164
<a name="2.0.7"></a>
265
# 2.0.7 (2018-02-24)
366
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.0.4...v2.0.7)

docs/AddGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
192192
<br class="clear">
193193

194194
<footer>
195-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
195+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
196196
</footer>
197197

198198
<script> prettyPrint(); </script>

docs/InitGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
192192
<br class="clear">
193193

194194
<footer>
195-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
195+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
196196
</footer>
197197

198198
<script> prettyPrint(); </script>

docs/LoaderGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
172172
<br class="clear">
173173

174174
<footer>
175-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
175+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
176176
</footer>
177177

178178
<script> prettyPrint(); </script>

docs/PluginGenerator.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
172172
<br class="clear">
173173

174174
<footer>
175-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
175+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
176176
</footer>
177177

178178
<script> prettyPrint(); </script>

docs/commands_add.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
5858
<br class="clear">
5959

6060
<footer>
61-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
61+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
6262
</footer>
6363

6464
<script> prettyPrint(); </script>

docs/commands_init.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
6464
<br class="clear">
6565

6666
<footer>
67-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
67+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
6868
</footer>
6969

7070
<script> prettyPrint(); </script>

docs/commands_make.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
5454
<br class="clear">
5555

5656
<footer>
57-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
57+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
5858
</footer>
5959

6060
<script> prettyPrint(); </script>

docs/commands_migrate.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
194194
<br class="clear">
195195

196196
<footer>
197-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
197+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:39 GMT+0100 (CET)
198198
</footer>
199199

200200
<script> prettyPrint(); </script>

docs/commands_remove.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AddGenera
5858
<br class="clear">
5959

6060
<footer>
61-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Feb 24 2018 22:40:41 GMT+0100 (CET)
61+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Feb 25 2018 15:08:40 GMT+0100 (CET)
6262
</footer>
6363

6464
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)