Skip to content

Commit f0031fd

Browse files
committed
chore: v.3.3.2
1 parent 0309e37 commit f0031fd

File tree

5 files changed

+3499
-8176
lines changed

5 files changed

+3499
-8176
lines changed

CHANGELOG.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
<a name="3.3.2"></a>
2+
# 3.3.2 (2019-05-04)
3+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.5...v3.3.2)
4+
5+
## New Features
6+
7+
* opencollective prompt: add option to disable it + doc ([d4643ae](https://github.com/webpack/webpack-cli/commit/d4643ae))
8+
* terser: clean old files ([89e6b74](https://github.com/webpack/webpack-cli/commit/89e6b74))
9+
* terser: remove leftover files ([27d5b4d](https://github.com/webpack/webpack-cli/commit/27d5b4d))
10+
* terser: replace after merging master ([c404655](https://github.com/webpack/webpack-cli/commit/c404655))
11+
* replace Uglify with Terser in generators ([2b8651b](https://github.com/webpack/webpack-cli/commit/2b8651b))
12+
* use terserPlugin in loaderOptionsPlugin ([14f5337](https://github.com/webpack/webpack-cli/commit/14f5337))
13+
* use terserJsPlugin for transformations during migrate ([33c6185](https://github.com/webpack/webpack-cli/commit/33c6185))
14+
* replace uglifyJsPlugin with terserPlugin in migrate ([d467f3b](https://github.com/webpack/webpack-cli/commit/d467f3b))
15+
* opencollective prompt: work on windows setting atime by code ([3af73a8](https://github.com/webpack/webpack-cli/commit/3af73a8))
16+
* opencollective prompt: fix typo ([c2351b1](https://github.com/webpack/webpack-cli/commit/c2351b1))
17+
* opencollective prompt: remove .lastocprint file from fs ([b96ad56](https://github.com/webpack/webpack-cli/commit/b96ad56))
18+
* opencollective prompt: extract weekday to variable ([790d27a](https://github.com/webpack/webpack-cli/commit/790d27a))
19+
* opencollective prompt: set terminal cols to 80 ([badc32d](https://github.com/webpack/webpack-cli/commit/badc32d))
20+
* opencollective prompt: fix azure ci ([ea0039a](https://github.com/webpack/webpack-cli/commit/ea0039a))
21+
* opencollective prompt: lint ([ea906d8](https://github.com/webpack/webpack-cli/commit/ea906d8))
22+
* opencollective prompt: clear package.json modifications ([f080733](https://github.com/webpack/webpack-cli/commit/f080733))
23+
* opencollective prompt: add prompt in postinstall script ([dd9d528](https://github.com/webpack/webpack-cli/commit/dd9d528))
24+
25+
## Ast
26+
27+
* change tooltip property from uglify to terser ([ea9e4b8](https://github.com/webpack/webpack-cli/commit/ea9e4b8))
28+
* replace requires and inits for uglify with terser ([3011a6c](https://github.com/webpack/webpack-cli/commit/3011a6c))
29+
* replace UglifyJsPlugin with TerserPlugin ([21da35f](https://github.com/webpack/webpack-cli/commit/21da35f))
30+
31+
## Chore
32+
33+
* cli: move constants to a separate file ([#798](https://github.com/webpack/webpack-cli/pull/798))
34+
* deps: fix security vulnerabilities ([#857](https://github.com/webpack/webpack-cli/pull/857))
35+
* deps: upgrade lerna to fix vulnerabilities & update webpack-dev-server ([#823](https://github.com/webpack/webpack-cli/pull/823))
36+
* docs: minor fixes in the docs ([#874](https://github.com/webpack/webpack-cli/pull/874))
37+
* docs: removes scaffolding docs from the root ([8c1db03](https://github.com/webpack/webpack-cli/commit/8c1db03))
38+
* junit: reverting the junit.xml ([80fd4fa](https://github.com/webpack/webpack-cli/commit/80fd4fa))
39+
* travis: removed stable ([#871](https://github.com/webpack/webpack-cli/pull/871))
40+
* types: move to @types/yeoman-generator ([#869](https://github.com/webpack/webpack-cli/pull/869))
41+
* addon generator to async/await ([#849](https://github.com/webpack/webpack-cli/pull/849))
42+
* v.3.1.1 ([d3f8e20](https://github.com/webpack/webpack-cli/commit/d3f8e20))
43+
* tests: updated test regex, some helper scripts ([#809](https://github.com/webpack/webpack-cli/pull/809))
44+
* types: add type information ([#791](https://github.com/webpack/webpack-cli/pull/791))
45+
* replace instances of uglify with terser ([f9cb8ce](https://github.com/webpack/webpack-cli/commit/f9cb8ce))
46+
* use actual package name in comment about removing uglify ([b1cf4cc](https://github.com/webpack/webpack-cli/commit/b1cf4cc))
47+
* align file in the same way as other terserPlugin test fixtures ([b6c6484](https://github.com/webpack/webpack-cli/commit/b6c6484))
48+
* remove gitHash from package.json ([2af08be](https://github.com/webpack/webpack-cli/commit/2af08be))
49+
50+
## Docs
51+
52+
* code of conduct ([#873](https://github.com/webpack/webpack-cli/pull/873))
53+
* contribute: adds table of contents and info about dependencies. ([#842](https://github.com/webpack/webpack-cli/pull/842))
54+
* contributing: fixes dead link ([#835](https://github.com/webpack/webpack-cli/pull/835))
55+
* opencollective prompt: improve code clarity ([55992a4](https://github.com/webpack/webpack-cli/commit/55992a4))
56+
* packages: adds downloads/month shield ([6a0375a](https://github.com/webpack/webpack-cli/commit/6a0375a))
57+
* readme: fix typos, add summary of all commands ([#845](https://github.com/webpack/webpack-cli/pull/845))
58+
* readme: adds contributors shield ([958d064](https://github.com/webpack/webpack-cli/commit/958d064))
59+
* README: phrase change ([3a11a16](https://github.com/webpack/webpack-cli/commit/3a11a16))
60+
* README: add link to webpack-scaffold-starter ([e35a194](https://github.com/webpack/webpack-cli/commit/e35a194))
61+
* README: update scaffolding links ([74179b5](https://github.com/webpack/webpack-cli/commit/74179b5))
62+
* serve: link to webpack-dev-server ([cb68b1b](https://github.com/webpack/webpack-cli/commit/cb68b1b))
63+
* serve: update docs to use webpack-dev-server ([f7451d4](https://github.com/webpack/webpack-cli/commit/f7451d4))
64+
* replace tooltip link to terser plugin ([4254730](https://github.com/webpack/webpack-cli/commit/4254730))
65+
* replace Uglify with Terser in comments ([799577d](https://github.com/webpack/webpack-cli/commit/799577d))
66+
* replace UglifyJsPlugin with TerserPlugin in migrate docs ([326f783](https://github.com/webpack/webpack-cli/commit/326f783))
67+
68+
## Enh
69+
70+
* webpack-scaffold: improve prompt and doc ([#794](https://github.com/webpack/webpack-cli/pull/794))
71+
72+
## Fix
73+
74+
* add: add types ([d4ce6f2](https://github.com/webpack/webpack-cli/commit/d4ce6f2))
75+
* add: fix runTransform ([dbc3e9e](https://github.com/webpack/webpack-cli/commit/dbc3e9e))
76+
* add: lint code ([163b309](https://github.com/webpack/webpack-cli/commit/163b309))
77+
* add: add handling for topScope ([1162cf5](https://github.com/webpack/webpack-cli/commit/1162cf5))
78+
* bin, serve: force default package export, add serve default ([#815](https://github.com/webpack/webpack-cli/pull/815))
79+
* init: refactored the init.ts success message ([#810](https://github.com/webpack/webpack-cli/pull/810))
80+
* opencollective prompt: fix grammar ([246db42](https://github.com/webpack/webpack-cli/commit/246db42))
81+
* opencollective-prompt: check write permissions ([5284b7e](https://github.com/webpack/webpack-cli/commit/5284b7e))
82+
* scaffold: config file is always generated at the project root ([#801](https://github.com/webpack/webpack-cli/pull/801))
83+
* utils: refactors utils ([7fe3543](https://github.com/webpack/webpack-cli/commit/7fe3543))
84+
* clear up comment about default function purpose ([e48507d](https://github.com/webpack/webpack-cli/commit/e48507d))
85+
* remove unused files ([ec242ab](https://github.com/webpack/webpack-cli/commit/ec242ab))
86+
* reset files ([9863445](https://github.com/webpack/webpack-cli/commit/9863445))
87+
* replace lookups for TerserPlugin in webpack.optimise ([ef23fec](https://github.com/webpack/webpack-cli/commit/ef23fec))
88+
89+
## Tests
90+
91+
* update snapshots ([ce9fbc8](https://github.com/webpack/webpack-cli/commit/ce9fbc8))
92+
* replace uglify with terser in ast-utils tests ([73f493f](https://github.com/webpack/webpack-cli/commit/73f493f))
93+
* migration: typescript ([#613](https://github.com/webpack/webpack-cli/pull/613))
94+
95+
## Misc
96+
97+
* chore(docs): Refactors links for badges ([#859](https://github.com/webpack/webpack-cli/pull/859))
98+
* opencollective-prompt: improve grammar ([e17a26d](https://github.com/webpack/webpack-cli/commit/e17a26d))
99+
* Remove tslint in favour of eslint ([#834](https://github.com/webpack/webpack-cli/pull/834))
100+
* cli: refactor functions into utils and config dirs, merge yargs options ([#781](https://github.com/webpack/webpack-cli/pull/781))
101+
* utils: refactors scaffold ([0b28fb3](https://github.com/webpack/webpack-cli/commit/0b28fb3))
102+
1103
<a name="3.3.1"></a>
2104
# 3.3.1 (2019-04-21)
3105
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.5...v3.3.1)

0 commit comments

Comments
 (0)