Skip to content

Commit 8955506

Browse files
committed
chore: v.3.3.0
1 parent 398e39a commit 8955506

File tree

107 files changed

+2241
-1433
lines changed

Some content is hidden

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

107 files changed

+2241
-1433
lines changed

CHANGELOG.md

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,137 @@
1+
<a name="3.3.0"></a>
2+
# 3.3.0 (2019-03-15)
3+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.3...v3.3.0)
4+
5+
## New Features
6+
7+
* use webpack.config as default name in dev scaffold ([385a672](https://github.com/webpack/webpack-cli/commit/385a672))
8+
* only display once a week ([b6199e5](https://github.com/webpack/webpack-cli/commit/b6199e5))
9+
* add util to run-and-get watch proc ([1d2ccd5](https://github.com/webpack/webpack-cli/commit/1d2ccd5))
10+
* add test-util to append data to file ([e9e1dcb](https://github.com/webpack/webpack-cli/commit/e9e1dcb))
11+
* log: clean single line logs ([5d2284b](https://github.com/webpack/webpack-cli/commit/5d2284b))
12+
* log: add gitignore ([7c830b5](https://github.com/webpack/webpack-cli/commit/7c830b5))
13+
* log: make log package ([df7c224](https://github.com/webpack/webpack-cli/commit/df7c224))
14+
* log: add clrscr function ([11b3bff](https://github.com/webpack/webpack-cli/commit/11b3bff))
15+
* log: few changes ([bc32727](https://github.com/webpack/webpack-cli/commit/bc32727))
16+
* log: add newline for title ([4047213](https://github.com/webpack/webpack-cli/commit/4047213))
17+
* log: remove unwanted commits ([c088f3e](https://github.com/webpack/webpack-cli/commit/c088f3e))
18+
* log: task based custom loggers ([2c43a41](https://github.com/webpack/webpack-cli/commit/2c43a41))
19+
20+
## Chore
21+
22+
* revise typo ([a14908e](https://github.com/webpack/webpack-cli/commit/a14908e))
23+
* deps: @std/esm -> esm ([a8b46bf](https://github.com/webpack/webpack-cli/commit/a8b46bf))
24+
* remove commit lint from travis ([ccec130](https://github.com/webpack/webpack-cli/commit/ccec130))
25+
* revise contributing location ([13a3a87](https://github.com/webpack/webpack-cli/commit/13a3a87))
26+
* deps: fix vulnerabilities ([c632d1a](https://github.com/webpack/webpack-cli/commit/c632d1a))
27+
* tests: skipping broken test ([f7b6b3a](https://github.com/webpack/webpack-cli/commit/f7b6b3a))
28+
* rewrite changelog ([62ab32d](https://github.com/webpack/webpack-cli/commit/62ab32d))
29+
* v.3.2.3 ([70138b7](https://github.com/webpack/webpack-cli/commit/70138b7))
30+
* v.3.2.2 ([24b6387](https://github.com/webpack/webpack-cli/commit/24b6387))
31+
* update tests ([70bfbd9](https://github.com/webpack/webpack-cli/commit/70bfbd9))
32+
* one liner ([0f55d5a](https://github.com/webpack/webpack-cli/commit/0f55d5a))
33+
* one liner after log ([6d8fb67](https://github.com/webpack/webpack-cli/commit/6d8fb67))
34+
* watch: remove console log ([0952317](https://github.com/webpack/webpack-cli/commit/0952317))
35+
* v.3.2.1 ([54805ae](https://github.com/webpack/webpack-cli/commit/54805ae))
36+
* dependency: add `node-ts` as devDependency ([#724](https://github.com/webpack/webpack-cli/pull/724))
37+
38+
## Docs
39+
40+
* scaffolding: lowercase Webpack ([d19c1f7](https://github.com/webpack/webpack-cli/commit/d19c1f7))
41+
* scaffolding: fix typos ([b94b0de](https://github.com/webpack/webpack-cli/commit/b94b0de))
42+
* scaffolding: improve grammar ([6b79072](https://github.com/webpack/webpack-cli/commit/6b79072))
43+
* add lerna badge in README ([#786](https://github.com/webpack/webpack-cli/pull/786))
44+
* contributing: refactor & formatting ([1042cb2](https://github.com/webpack/webpack-cli/commit/1042cb2))
45+
* contributing: improve formatting ([47fcd7f](https://github.com/webpack/webpack-cli/commit/47fcd7f))
46+
* contributing: : at the end of paragraphs ([48d65fd](https://github.com/webpack/webpack-cli/commit/48d65fd))
47+
* contributing: update instructions to run individual tests ([b7cca58](https://github.com/webpack/webpack-cli/commit/b7cca58))
48+
* contributing: update instructions to run individual tests ([bc0297a](https://github.com/webpack/webpack-cli/commit/bc0297a))
49+
* contributing: add yarn before running jest ([126cf55](https://github.com/webpack/webpack-cli/commit/126cf55))
50+
* contributing: commands to install jest globally ([18b7c2e](https://github.com/webpack/webpack-cli/commit/18b7c2e))
51+
* contributing: fixes typo ([c458380](https://github.com/webpack/webpack-cli/commit/c458380))
52+
* contributing: improves formatting ([abac823](https://github.com/webpack/webpack-cli/commit/abac823))
53+
* contributing: adds prebuild instructions ([81cb46a](https://github.com/webpack/webpack-cli/commit/81cb46a))
54+
* readme: add downloads badge ([dc2423c](https://github.com/webpack/webpack-cli/commit/dc2423c))
55+
* scaffold: add link option for local ([f8424be](https://github.com/webpack/webpack-cli/commit/f8424be))
56+
* scaffold: Add installation guide for packages/webpack-scaffold ([#727](https://github.com/webpack/webpack-cli/pull/727))
57+
* scaffolding: fix typo ([98818a1](https://github.com/webpack/webpack-cli/commit/98818a1))
58+
* scaffolding: improve description & formatting ([0f657d0](https://github.com/webpack/webpack-cli/commit/0f657d0))
59+
* scaffolding: fix links ([e11c524](https://github.com/webpack/webpack-cli/commit/e11c524))
60+
* scaffolding: add yarn example ([d47eea0](https://github.com/webpack/webpack-cli/commit/d47eea0))
61+
* scaffolding: fix typo ([87ba169](https://github.com/webpack/webpack-cli/commit/87ba169))
62+
* scaffolding: improved structure, formatting, typos ([8949f82](https://github.com/webpack/webpack-cli/commit/8949f82))
63+
* init documentaion ([4b130bb](https://github.com/webpack/webpack-cli/commit/4b130bb))
64+
* rename Webpack to webpack ([900c13e](https://github.com/webpack/webpack-cli/commit/900c13e))
65+
* init documentaion ([14d2b47](https://github.com/webpack/webpack-cli/commit/14d2b47))
66+
67+
## Fix
68+
69+
* bin: use compiler.close API correctly for stats ([568161d](https://github.com/webpack/webpack-cli/commit/568161d))
70+
* bin: extension detection ([#724](https://github.com/webpack/webpack-cli/pull/724))
71+
* init: lint code ([20aab48](https://github.com/webpack/webpack-cli/commit/20aab48))
72+
* init: support global installation ([1cb0166](https://github.com/webpack/webpack-cli/commit/1cb0166))
73+
* init: revert to local installation ([48b3b23](https://github.com/webpack/webpack-cli/commit/48b3b23))
74+
* init: update prompt command ([c1c0739](https://github.com/webpack/webpack-cli/commit/c1c0739))
75+
* init: update prompt command ([1cab3cb](https://github.com/webpack/webpack-cli/commit/1cab3cb))
76+
* readme: remove old dependency status link ([4df0000](https://github.com/webpack/webpack-cli/commit/4df0000))
77+
* readme: add fallback badge for dependency status ([0e3753b](https://github.com/webpack/webpack-cli/commit/0e3753b))
78+
* tests: remove snapshot for static compilation ([54a3ac4](https://github.com/webpack/webpack-cli/commit/54a3ac4))
79+
* tests: remove snapshot for static compilation ([3af0948](https://github.com/webpack/webpack-cli/commit/3af0948))
80+
* tests: update jest ([d195774](https://github.com/webpack/webpack-cli/commit/d195774))
81+
* close compiler, own sh script and output clearing ([6ded275](https://github.com/webpack/webpack-cli/commit/6ded275))
82+
* failing test ([88888bb](https://github.com/webpack/webpack-cli/commit/88888bb))
83+
* failing test ([986472a](https://github.com/webpack/webpack-cli/commit/986472a))
84+
* test: fix travis ts build ([22d3acc](https://github.com/webpack/webpack-cli/commit/22d3acc))
85+
86+
## Tests
87+
88+
* azure pipelines ([c9c3fea](https://github.com/webpack/webpack-cli/commit/c9c3fea))
89+
* bin: add `webpack.config.ts` related test ([#724](https://github.com/webpack/webpack-cli/pull/724))
90+
* bin: add `webpack.config.babel.js` related test ([#724](https://github.com/webpack/webpack-cli/pull/724))
91+
* module: use extractSummary ([7bde073](https://github.com/webpack/webpack-cli/commit/7bde073))
92+
* watch: use copyFile functionality ([c61fe92](https://github.com/webpack/webpack-cli/commit/c61fe92))
93+
* add copyFile function in test-utils ([1b21e81](https://github.com/webpack/webpack-cli/commit/1b21e81))
94+
* config-file: use extractSummary ([7554fe7](https://github.com/webpack/webpack-cli/commit/7554fe7))
95+
* config-name: use extractSummary ([3e30a57](https://github.com/webpack/webpack-cli/commit/3e30a57))
96+
* env: use extractSummary ([aa0cf25](https://github.com/webpack/webpack-cli/commit/aa0cf25))
97+
* fix: fix failing tests ([5669311](https://github.com/webpack/webpack-cli/commit/5669311))
98+
* fix: fix failing tests ([f1f7db1](https://github.com/webpack/webpack-cli/commit/f1f7db1))
99+
* help: use extractSummary ([0ba72c4](https://github.com/webpack/webpack-cli/commit/0ba72c4))
100+
* watch: use switch pattern for verbosity off ([c00386b](https://github.com/webpack/webpack-cli/commit/c00386b))
101+
* watch: hash assertion for single-config-opt ([55632d6](https://github.com/webpack/webpack-cli/commit/55632d6))
102+
* watch: hash assertion for single-config ([48f34d1](https://github.com/webpack/webpack-cli/commit/48f34d1))
103+
* watch: hash assertion for multi-config-watch-opt ([6dd2327](https://github.com/webpack/webpack-cli/commit/6dd2327))
104+
* watch: hash assertion multi-config ([6b4d339](https://github.com/webpack/webpack-cli/commit/6b4d339))
105+
* watch: hash assertion info-verbosity-verbose ([42e5ee8](https://github.com/webpack/webpack-cli/commit/42e5ee8))
106+
* watch: remove test.only for info-verbosity-off ([675d5c0](https://github.com/webpack/webpack-cli/commit/675d5c0))
107+
* improve appendFile test-case ([18bde78](https://github.com/webpack/webpack-cli/commit/18bde78))
108+
* remove eslint comment for requireReturn ([be7b259](https://github.com/webpack/webpack-cli/commit/be7b259))
109+
* watch: test failure using done(error) ([46d2e37](https://github.com/webpack/webpack-cli/commit/46d2e37))
110+
* watch: use native require first ([20e8579](https://github.com/webpack/webpack-cli/commit/20e8579))
111+
* watch: use better comments ([b6efe2d](https://github.com/webpack/webpack-cli/commit/b6efe2d))
112+
* add type to appendDataIfFileExists util ([f853302](https://github.com/webpack/webpack-cli/commit/f853302))
113+
* make comment clear about fs.copyFileSync ([d1d3d02](https://github.com/webpack/webpack-cli/commit/d1d3d02))
114+
* use 10E6 instead of 10e6 ([c9c5832](https://github.com/webpack/webpack-cli/commit/c9c5832))
115+
* bin: add `.babelrc` to webpack-babel-config test ([#724](https://github.com/webpack/webpack-cli/pull/724))
116+
* bin-cases: expose extractSummary as function ([73714f5](https://github.com/webpack/webpack-cli/commit/73714f5))
117+
* config-type: use extractSummary ([ed36260](https://github.com/webpack/webpack-cli/commit/ed36260))
118+
* entry: use extractSummary ([745a369](https://github.com/webpack/webpack-cli/commit/745a369))
119+
* errors: use extractSummary ([3c8628c](https://github.com/webpack/webpack-cli/commit/3c8628c))
120+
* fix: fix failing tests ([7cb531b](https://github.com/webpack/webpack-cli/commit/7cb531b))
121+
* fix: fix failing tests ([a967485](https://github.com/webpack/webpack-cli/commit/a967485))
122+
* mode: use extractSummary ([3277d41](https://github.com/webpack/webpack-cli/commit/3277d41))
123+
* output: use extractSummary ([cb60b15](https://github.com/webpack/webpack-cli/commit/cb60b15))
124+
* plugins: use extractSummary ([02e08dc](https://github.com/webpack/webpack-cli/commit/02e08dc))
125+
* silent: use extractSummary ([ea89a82](https://github.com/webpack/webpack-cli/commit/ea89a82))
126+
* stats: use extractSummary ([7f4e504](https://github.com/webpack/webpack-cli/commit/7f4e504))
127+
* watch: hash assertion for info-verbosity-off ([e0a0d97](https://github.com/webpack/webpack-cli/commit/e0a0d97))
128+
* watch: use extractSummary ([8357dbc](https://github.com/webpack/webpack-cli/commit/8357dbc))
129+
130+
## Misc
131+
132+
* Correction of the webpack-merge configuration ([2ed8c60](https://github.com/webpack/webpack-cli/commit/2ed8c60))
133+
* replace opencollective with light vers ([848bf4b](https://github.com/webpack/webpack-cli/commit/848bf4b))
134+
1135
<a name="3.2.2"></a>
2136
# 3.2.2 (2019-02-05)
3137
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.3...v3.2.2)

docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)