|
| 1 | + <a name="3.2.0"></a> |
| 2 | +# 3.2.0 (2019-01-03) |
| 3 | +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.1.2...v3.2.0) |
| 4 | + |
| 5 | +## New Features |
| 6 | + |
| 7 | +* bin: find config recursively ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 8 | +* tests: add extractHash support in test-infra ([#683](https://github.com/webpack/webpack-cli/pull/683)) |
| 9 | +* install init as global dep ([2a43d44](https://github.com/webpack/webpack-cli/commit/2a43d44)) |
| 10 | + |
| 11 | +## Chore |
| 12 | + |
| 13 | +* make tests pass ([0c3be76](https://github.com/webpack/webpack-cli/commit/0c3be76)) |
| 14 | +* better defaults ([0b6bab3](https://github.com/webpack/webpack-cli/commit/0b6bab3)) |
| 15 | +* add-on -> scaffold ([78436ff](https://github.com/webpack/webpack-cli/commit/78436ff)) |
| 16 | +* simplify clean-all script ([3281372](https://github.com/webpack/webpack-cli/commit/3281372)) |
| 17 | +* addon -> scaffold ([b0f4a0f](https://github.com/webpack/webpack-cli/commit/b0f4a0f)) |
| 18 | +* update lockfiles ([82c9ea8](https://github.com/webpack/webpack-cli/commit/82c9ea8)) |
| 19 | +* update package lock and scripts ([83602d4](https://github.com/webpack/webpack-cli/commit/83602d4)) |
| 20 | +* ci: adding tasks for publishing results ([#695](https://github.com/webpack/webpack-cli/pull/695)) |
| 21 | +* ci: increase travis wait timer ([#692](https://github.com/webpack/webpack-cli/pull/692)) |
| 22 | +* cli: syntax improvements ([a1bd573](https://github.com/webpack/webpack-cli/commit/a1bd573)) |
| 23 | +* dependencies: add findup-sync ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 24 | +* dependencies: pin versions to support node 6 ([#665](https://github.com/webpack/webpack-cli/pull/665)) |
| 25 | +* dependencies: pin to webpack 4.x.x ([#658](https://github.com/webpack/webpack-cli/pull/658)) |
| 26 | +* dependencies: pin got to version 8 to support node 8 ([107dbdc](https://github.com/webpack/webpack-cli/commit/107dbdc)) |
| 27 | +* deps: upgrade dependencies ([e46d507](https://github.com/webpack/webpack-cli/commit/e46d507)) |
| 28 | +* greenkeeper: remove greenkeeper scripts, configs ([e74da62](https://github.com/webpack/webpack-cli/commit/e74da62)) |
| 29 | +* greenkeeper: add greenkeeper json file ([16123d3](https://github.com/webpack/webpack-cli/commit/16123d3)) |
| 30 | +* guides: update contributing guide ([7a0fc72](https://github.com/webpack/webpack-cli/commit/7a0fc72)) |
| 31 | +* package: update lockfile package-lock.json ([0649ba9](https://github.com/webpack/webpack-cli/commit/0649ba9)) |
| 32 | +* package: update eslint-plugin-node to version 8.0.0 ([8c499a0](https://github.com/webpack/webpack-cli/commit/8c499a0)) |
| 33 | +* package: update dependencies ([d03a86c](https://github.com/webpack/webpack-cli/commit/d03a86c)) |
| 34 | +* package: update lockfile package-lock.json ([4967016](https://github.com/webpack/webpack-cli/commit/4967016)) |
| 35 | +* package: update commitizen to version 3.0.0 ([8bfacea](https://github.com/webpack/webpack-cli/commit/8bfacea)) |
| 36 | +* refactor: store config file names in `defaultConfigFiles` ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 37 | +* refactor: use `const` instead of `var` ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 38 | +* travis: add wait timer for installation, remove redundant script ([ad02e26](https://github.com/webpack/webpack-cli/commit/ad02e26)) |
| 39 | +* fix linting errors ([4cc8760](https://github.com/webpack/webpack-cli/commit/4cc8760)) |
| 40 | +* use require on json ([9f47851](https://github.com/webpack/webpack-cli/commit/9f47851)) |
| 41 | +* fix global path lookup ([cf450e4](https://github.com/webpack/webpack-cli/commit/cf450e4)) |
| 42 | +* add nproc in azure ([#677](https://github.com/webpack/webpack-cli/pull/677)) |
| 43 | +* scripts: add postinstall script ([968f8f1](https://github.com/webpack/webpack-cli/commit/968f8f1)) |
| 44 | +* travis: remove node 7 ([54c04f0](https://github.com/webpack/webpack-cli/commit/54c04f0)) |
| 45 | +* types: update yeoman-generator types ([cefe6b3](https://github.com/webpack/webpack-cli/commit/cefe6b3)) |
| 46 | +* revise postinstall script ([4150849](https://github.com/webpack/webpack-cli/commit/4150849)) |
| 47 | +* update small fixes ([48646b7](https://github.com/webpack/webpack-cli/commit/48646b7)) |
| 48 | +* update dev guide ([d3a3b87](https://github.com/webpack/webpack-cli/commit/d3a3b87)) |
| 49 | +* revise long lines ([d4cd76a](https://github.com/webpack/webpack-cli/commit/d4cd76a)) |
| 50 | + |
| 51 | +## CLI |
| 52 | + |
| 53 | +* generators: fix entry path value quotes sanity check ([2e36d79](https://github.com/webpack/webpack-cli/commit/2e36d79)) |
| 54 | +* fix various of bugs ([1e7ad51](https://github.com/webpack/webpack-cli/commit/1e7ad51)) |
| 55 | +* color: document --no-color option ([8f8937e](https://github.com/webpack/webpack-cli/commit/8f8937e)) |
| 56 | +* color: fix color option ([ed5b650](https://github.com/webpack/webpack-cli/commit/ed5b650)) |
| 57 | +* generators: add support for babel 7 ([a245ddf](https://github.com/webpack/webpack-cli/commit/a245ddf)) |
| 58 | +* loaders: update babel-loader presets ([9af6fd5](https://github.com/webpack/webpack-cli/commit/9af6fd5)) |
| 59 | +* allow array value for --ouput-library. Fixes #557 ([0fb0daa](https://github.com/webpack/webpack-cli/commit/0fb0daa)) |
| 60 | + |
| 61 | +## Docs |
| 62 | + |
| 63 | +* improve the docs ([#722](https://github.com/webpack/webpack-cli/pull/722)) |
| 64 | +* add links to source code ([1f86c05](https://github.com/webpack/webpack-cli/commit/1f86c05)) |
| 65 | +* add packages README ([#719](https://github.com/webpack/webpack-cli/pull/719)) |
| 66 | +* update generators README ([e54b788](https://github.com/webpack/webpack-cli/commit/e54b788)) |
| 67 | +* update header ([cd8285c](https://github.com/webpack/webpack-cli/commit/cd8285c)) |
| 68 | +* update header ([4f36f8e](https://github.com/webpack/webpack-cli/commit/4f36f8e)) |
| 69 | +* add require statements ([dc57d1c](https://github.com/webpack/webpack-cli/commit/dc57d1c)) |
| 70 | +* add Index and minor changes ([3920314](https://github.com/webpack/webpack-cli/commit/3920314)) |
| 71 | +* correct use of individual package in node env ([#682](https://github.com/webpack/webpack-cli/pull/682)) |
| 72 | +* fix: fix typos and improve intro wording ([#687](https://github.com/webpack/webpack-cli/pull/687)) |
| 73 | +* migrate: update babel-loader output syntax ([b973133](https://github.com/webpack/webpack-cli/commit/b973133)) |
| 74 | +* readme: fix typo ([#631](https://github.com/webpack/webpack-cli/pull/631)) |
| 75 | + |
| 76 | +## Fix |
| 77 | + |
| 78 | +* bin: find `webpackfile` and `webpack.config` file with equal chance ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 79 | +* generators: clean entry file name extension ([a5a8ac7](https://github.com/webpack/webpack-cli/commit/a5a8ac7)) |
| 80 | +* upgrade: fix breaking changes for yeoman-generator ([f057ecf](https://github.com/webpack/webpack-cli/commit/f057ecf)) |
| 81 | + |
| 82 | +## Tests |
| 83 | + |
| 84 | +* bin: add `webpackfile` related test ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 85 | +* config: export objects in config-location tests ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 86 | +* config: remove prod mode from config-location tests ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 87 | +* config: remove unnecessary assertion ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 88 | +* config: add negative test-cases to config-location ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 89 | +* config: add config-location tests ([#689](https://github.com/webpack/webpack-cli/pull/689)) |
| 90 | +* migrate: update babel-loader tests ([2c6552d](https://github.com/webpack/webpack-cli/commit/2c6552d)) |
| 91 | +* refactor: better test suite for binary tests ([#635](https://github.com/webpack/webpack-cli/pull/635)) |
| 92 | + |
| 93 | +## Misc |
| 94 | + |
| 95 | +* See #721 ([9ad8c1d](https://github.com/webpack/webpack-cli/commit/9ad8c1d)) |
| 96 | +* reduce hop for creating an issue ([#718](https://github.com/webpack/webpack-cli/pull/718)) |
| 97 | +* remove dist completely ([39a45d6](https://github.com/webpack/webpack-cli/commit/39a45d6)) |
| 98 | +* not scaffold 'dist' in default ([2a0bf4b](https://github.com/webpack/webpack-cli/commit/2a0bf4b)) |
| 99 | +* Revert "chore(deps): pin root dependencies" ([747d71b](https://github.com/webpack/webpack-cli/commit/747d71b)) |
| 100 | +* Revert "chore(deps): pin root dependencies for info" ([160d1df](https://github.com/webpack/webpack-cli/commit/160d1df)) |
| 101 | +* Revert "chore(deps): pin root dependencies for init" ([82226e2](https://github.com/webpack/webpack-cli/commit/82226e2)) |
| 102 | +* Revert "chore(deps): pin root dependencies for generate-loader" ([aa83620](https://github.com/webpack/webpack-cli/commit/aa83620)) |
| 103 | +* Revert "chore(deps): pin root dependencies for generate-plugin" ([2cebea0](https://github.com/webpack/webpack-cli/commit/2cebea0)) |
| 104 | +* Revert "chore(deps): pin root dependencies for generators" ([be25e4c](https://github.com/webpack/webpack-cli/commit/be25e4c)) |
| 105 | +* Revert "chore(deps): pin root dependencies for make" ([8180c17](https://github.com/webpack/webpack-cli/commit/8180c17)) |
| 106 | +* Revert "chore(deps): pin root dependencies for migrate" ([698437d](https://github.com/webpack/webpack-cli/commit/698437d)) |
| 107 | +* Revert "chore(deps): pin root dependencies for remove" ([822e9de](https://github.com/webpack/webpack-cli/commit/822e9de)) |
| 108 | +* Revert "chore(deps): pin root dependencies for serve" ([71a87ba](https://github.com/webpack/webpack-cli/commit/71a87ba)) |
| 109 | +* Revert "chore(deps): pin root dependencies for update" ([4687709](https://github.com/webpack/webpack-cli/commit/4687709)) |
| 110 | +* Revert "chore(deps): pin root dependencies for utils" ([f774e55](https://github.com/webpack/webpack-cli/commit/f774e55)) |
| 111 | +* Better test suite for binary tests ([#635](https://github.com/webpack/webpack-cli/pull/635)) |
| 112 | +* utils: refactor npmpackageexists function ([#622](https://github.com/webpack/webpack-cli/pull/622)) |
| 113 | + |
1 | 114 | <a name="3.1.2"></a>
|
2 | 115 | # 3.1.2 (2018-09-29)
|
3 | 116 | [Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.1.1...v3.1.2)
|
|
0 commit comments