diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eda649a0f3..37c2792d7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,91 @@ + +# 3.3.1 (2019-04-21) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.5...v3.3.1) + +## New Features + +* terser: clean old files ([89e6b74](https://github.com/webpack/webpack-cli/commit/89e6b74)) +* terser: remove leftover files ([27d5b4d](https://github.com/webpack/webpack-cli/commit/27d5b4d)) +* terser: replace after merging master ([c404655](https://github.com/webpack/webpack-cli/commit/c404655)) +* replace Uglify with Terser in generators ([2b8651b](https://github.com/webpack/webpack-cli/commit/2b8651b)) +* use terserPlugin in loaderOptionsPlugin ([14f5337](https://github.com/webpack/webpack-cli/commit/14f5337)) +* use terserJsPlugin for transformations during migrate ([33c6185](https://github.com/webpack/webpack-cli/commit/33c6185)) +* replace uglifyJsPlugin with terserPlugin in migrate ([d467f3b](https://github.com/webpack/webpack-cli/commit/d467f3b)) +* opencollective prompt: work on windows setting atime by code ([3af73a8](https://github.com/webpack/webpack-cli/commit/3af73a8)) +* opencollective prompt: fix typo ([c2351b1](https://github.com/webpack/webpack-cli/commit/c2351b1)) +* opencollective prompt: remove .lastocprint file from fs ([b96ad56](https://github.com/webpack/webpack-cli/commit/b96ad56)) +* opencollective prompt: extract weekday to variable ([790d27a](https://github.com/webpack/webpack-cli/commit/790d27a)) +* opencollective prompt: set terminal cols to 80 ([badc32d](https://github.com/webpack/webpack-cli/commit/badc32d)) +* opencollective prompt: fix azure ci ([ea0039a](https://github.com/webpack/webpack-cli/commit/ea0039a)) +* opencollective prompt: lint ([ea906d8](https://github.com/webpack/webpack-cli/commit/ea906d8)) +* opencollective prompt: clear package.json modifications ([f080733](https://github.com/webpack/webpack-cli/commit/f080733)) +* opencollective prompt: add prompt in postinstall script ([dd9d528](https://github.com/webpack/webpack-cli/commit/dd9d528)) + +## Ast + +* change tooltip property from uglify to terser ([ea9e4b8](https://github.com/webpack/webpack-cli/commit/ea9e4b8)) +* replace requires and inits for uglify with terser ([3011a6c](https://github.com/webpack/webpack-cli/commit/3011a6c)) +* replace UglifyJsPlugin with TerserPlugin ([21da35f](https://github.com/webpack/webpack-cli/commit/21da35f)) + +## Chore + +* cli: move constants to a separate file ([#798](https://github.com/webpack/webpack-cli/pull/798)) +* deps: upgrade lerna to fix vulnerabilities & update webpack-dev-server ([#823](https://github.com/webpack/webpack-cli/pull/823)) +* docs: removes scaffolding docs from the root ([8c1db03](https://github.com/webpack/webpack-cli/commit/8c1db03)) +* junit: reverting the junit.xml ([80fd4fa](https://github.com/webpack/webpack-cli/commit/80fd4fa)) +* tests: updated test regex, some helper scripts ([#809](https://github.com/webpack/webpack-cli/pull/809)) +* types: add type information ([#791](https://github.com/webpack/webpack-cli/pull/791)) +* replace instances of uglify with terser ([f9cb8ce](https://github.com/webpack/webpack-cli/commit/f9cb8ce)) +* use actual package name in comment about removing uglify ([b1cf4cc](https://github.com/webpack/webpack-cli/commit/b1cf4cc)) +* align file in the same way as other terserPlugin test fixtures ([b6c6484](https://github.com/webpack/webpack-cli/commit/b6c6484)) +* remove gitHash from package.json ([2af08be](https://github.com/webpack/webpack-cli/commit/2af08be)) + +## Docs + +* contributing: fixes dead link ([#835](https://github.com/webpack/webpack-cli/pull/835)) +* opencollective prompt: improve code clarity ([55992a4](https://github.com/webpack/webpack-cli/commit/55992a4)) +* packages: adds downloads/month shield ([6a0375a](https://github.com/webpack/webpack-cli/commit/6a0375a)) +* readme: adds contributors shield ([958d064](https://github.com/webpack/webpack-cli/commit/958d064)) +* README: phrase change ([3a11a16](https://github.com/webpack/webpack-cli/commit/3a11a16)) +* README: add link to webpack-scaffold-starter ([e35a194](https://github.com/webpack/webpack-cli/commit/e35a194)) +* README: update scaffolding links ([74179b5](https://github.com/webpack/webpack-cli/commit/74179b5)) +* serve: link to webpack-dev-server ([cb68b1b](https://github.com/webpack/webpack-cli/commit/cb68b1b)) +* serve: update docs to use webpack-dev-server ([f7451d4](https://github.com/webpack/webpack-cli/commit/f7451d4)) +* replace tooltip link to terser plugin ([4254730](https://github.com/webpack/webpack-cli/commit/4254730)) +* replace Uglify with Terser in comments ([799577d](https://github.com/webpack/webpack-cli/commit/799577d)) +* replace UglifyJsPlugin with TerserPlugin in migrate docs ([326f783](https://github.com/webpack/webpack-cli/commit/326f783)) + +## Enh + +* webpack-scaffold: improve prompt and doc ([#794](https://github.com/webpack/webpack-cli/pull/794)) + +## Fix + +* add: add types ([d4ce6f2](https://github.com/webpack/webpack-cli/commit/d4ce6f2)) +* add: fix runTransform ([dbc3e9e](https://github.com/webpack/webpack-cli/commit/dbc3e9e)) +* add: lint code ([163b309](https://github.com/webpack/webpack-cli/commit/163b309)) +* add: add handling for topScope ([1162cf5](https://github.com/webpack/webpack-cli/commit/1162cf5)) +* bin, serve: force default package export, add serve default ([#815](https://github.com/webpack/webpack-cli/pull/815)) +* init: refactored the init.ts success message ([#810](https://github.com/webpack/webpack-cli/pull/810)) +* scaffold: config file is always generated at the project root ([#801](https://github.com/webpack/webpack-cli/pull/801)) +* utils: refactors utils ([7fe3543](https://github.com/webpack/webpack-cli/commit/7fe3543)) +* clear up comment about default function purpose ([e48507d](https://github.com/webpack/webpack-cli/commit/e48507d)) +* remove unused files ([ec242ab](https://github.com/webpack/webpack-cli/commit/ec242ab)) +* reset files ([9863445](https://github.com/webpack/webpack-cli/commit/9863445)) +* replace lookups for TerserPlugin in webpack.optimise ([ef23fec](https://github.com/webpack/webpack-cli/commit/ef23fec)) + +## Tests + +* update snapshots ([ce9fbc8](https://github.com/webpack/webpack-cli/commit/ce9fbc8)) +* replace uglify with terser in ast-utils tests ([73f493f](https://github.com/webpack/webpack-cli/commit/73f493f)) +* migration: typescript ([#613](https://github.com/webpack/webpack-cli/pull/613)) + +## Misc + +* Remove tslint in favour of eslint ([#834](https://github.com/webpack/webpack-cli/pull/834)) +* cli: refactor functions into utils and config dirs, merge yargs options ([#781](https://github.com/webpack/webpack-cli/pull/781)) +* utils: refactors scaffold ([0b28fb3](https://github.com/webpack/webpack-cli/commit/0b28fb3)) + # 3.3.0 (2019-03-15) [Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.3...v3.3.0) diff --git a/package-lock.json b/package-lock.json index f72cab5b2a6..5af3e7a31cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7d4b80cf5ea..f3a9eac7bc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.0", + "version": "3.3.1", "description": "CLI for webpack & friends", "license": "MIT", "repository": {