From 4067bdcf9466ceb37e89b8c6c7310a5b7ead532d Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Sat, 16 Jun 2018 15:50:37 +0200 Subject: [PATCH] chore: add changelog for v3 (#512) --- CHANGELOG.md | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 191de98a61d..883ad87b020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,155 @@ + +# 0.0.8-development (2018-06-15, webpack CLI v.3) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.1.5...v0.0.8-development) + +## Ast + +* parser: add ([#456](https://github.com/webpack/webpack-cli/pull/456)) + +## Chore + +* deps: add lerna ([a7d8085](https://github.com/webpack/webpack-cli/commit/a7d8085)) +* lockfile: update pkglock ([0b024bf](https://github.com/webpack/webpack-cli/commit/0b024bf)) +* monorepo: fix windows build ([0310fd3](https://github.com/webpack/webpack-cli/commit/0310fd3)) +* monorepo: add bootstrap to run ([17c2c88](https://github.com/webpack/webpack-cli/commit/17c2c88)) +* monorepo: fix windows build ([8c58d24](https://github.com/webpack/webpack-cli/commit/8c58d24)) +* monorepo: add rimraf globally ([7c0e245](https://github.com/webpack/webpack-cli/commit/7c0e245)) +* monorepo: fix versions and use clean bootstrap ([7de58ea](https://github.com/webpack/webpack-cli/commit/7de58ea)) +* monorepo: fix appveyor build ([206749b](https://github.com/webpack/webpack-cli/commit/206749b)) +* monorepo: add eslint-plugin-prettier ([ae55183](https://github.com/webpack/webpack-cli/commit/ae55183)) +* monorepo: fix appveyor build ([a08b899](https://github.com/webpack/webpack-cli/commit/a08b899)) +* monorepo: fix appveyor build ([42468d3](https://github.com/webpack/webpack-cli/commit/42468d3)) +* next: dev version bump ([78b48a6](https://github.com/webpack/webpack-cli/commit/78b48a6)) +* pkg: v.6 on next ([3a82b7d](https://github.com/webpack/webpack-cli/commit/3a82b7d)) +* semantic: configure plugins ([#475](https://github.com/webpack/webpack-cli/pull/475)) +* v.6: update init ([ebe5c6b](https://github.com/webpack/webpack-cli/commit/ebe5c6b)) + +## CLI + +* add: re-add add command ([bf78411](https://github.com/webpack/webpack-cli/commit/bf78411)) +* color: don't use color on non-tty ([#452](https://github.com/webpack/webpack-cli/pull/452)) +* init: Better defaults ([#451](https://github.com/webpack/webpack-cli/pull/451)) +* symlinks: Fix paths ([#453](https://github.com/webpack/webpack-cli/pull/453)) + +## Fix + +* cli: show help flag when defaults fail ([#466](https://github.com/webpack/webpack-cli/pull/466)) +* vulnerabilities: vulnerabilities patch for v3 ([#460](https://github.com/webpack/webpack-cli/pull/460)) + +## Tests + +* cov: use regular nyc on tests ([3aa96ce](https://github.com/webpack/webpack-cli/commit/3aa96ce)) +* coverage: fix coverage ([#473](https://github.com/webpack/webpack-cli/pull/473)) +* no-options: refactor tests ([7be10d8](https://github.com/webpack/webpack-cli/commit/7be10d8)) +* parser: fix recursive-tests signature ([#470](https://github.com/webpack/webpack-cli/pull/470)) + +## Misc + +* Added yarn lock file to gitignore ([#455](https://github.com/webpack/webpack-cli/pull/455)) + + +# 0.0.6 (2018-05-17) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.5...v0.0.6) + +## CLI + +* path: resolve better ([7fca948](https://github.com/webpack/webpack-cli/commit/7fca948)) + +## Misc + +* v0.0.6 ([f544578](https://github.com/webpack/webpack-cli/commit/f544578)) + + +# 0.0.5 (2018-05-17) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.4...v0.0.5) + +## Chore + +* deps: update deps ([58a437d](https://github.com/webpack/webpack-cli/commit/58a437d)) +* prompt: revise prompt cmd ([bccc56e](https://github.com/webpack/webpack-cli/commit/bccc56e)) + +## Misc + +* v0.0.5 ([062fa28](https://github.com/webpack/webpack-cli/commit/062fa28)) + + +# 0.0.4 (2018-05-17) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.3...v0.0.4) + +## Chore + +* v: back to v1 ([3ed29c6](https://github.com/webpack/webpack-cli/commit/3ed29c6)) + +## Misc + +* v0.0.4 ([e29a173](https://github.com/webpack/webpack-cli/commit/e29a173)) +* v0.0.3 ([01cef3f](https://github.com/webpack/webpack-cli/commit/01cef3f)) +* v0.0.2 ([6489b10](https://github.com/webpack/webpack-cli/commit/6489b10)) + + +# 0.0.3 (2018-05-17) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.2...v0.0.3) + +## Misc + +* v0.0.3 ([b51e66d](https://github.com/webpack/webpack-cli/commit/b51e66d)) + + +# 0.0.2 (2018-05-17) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.1...v0.0.2) + +## Chore + +* v: revise some deps ([c36f3e8](https://github.com/webpack/webpack-cli/commit/c36f3e8)) + +## Misc + +* v0.0.2 ([91be3fd](https://github.com/webpack/webpack-cli/commit/91be3fd)) + + +# 0.0.1 (2018-05-17) +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.1.3...v0.0.1) + +## Chore + +* cli: move to lerna and scoped packages ([#434](https://github.com/webpack/webpack-cli/pull/434)) +* linting: resolve linting ([80c9e9a](https://github.com/webpack/webpack-cli/commit/80c9e9a)) +* linting: resolve linting ([8f6f1db](https://github.com/webpack/webpack-cli/commit/8f6f1db)) +* linting: fix linting errors ([a76c46f](https://github.com/webpack/webpack-cli/commit/a76c46f)) +* linting: resolve linter errors ([1db677e](https://github.com/webpack/webpack-cli/commit/1db677e)) +* monorepo: fix plugin package.json ([3c822cf](https://github.com/webpack/webpack-cli/commit/3c822cf)) +* monorepo: prune files and update eslint rules ([059d6f9](https://github.com/webpack/webpack-cli/commit/059d6f9)) +* monorepo: move to lerna ([ec6cc38](https://github.com/webpack/webpack-cli/commit/ec6cc38)) +* monorepo: use commands as normal instead of package ([bdafce0](https://github.com/webpack/webpack-cli/commit/bdafce0)) +* monorepo: fix the no-missing-require error ([8ef1804](https://github.com/webpack/webpack-cli/commit/8ef1804)) +* monorepo: updated package.json ([ff6c371](https://github.com/webpack/webpack-cli/commit/ff6c371)) +* monorepo: merge package lock json ([d4c7c5d](https://github.com/webpack/webpack-cli/commit/d4c7c5d)) +* monorepo: prune package json ([64cfef7](https://github.com/webpack/webpack-cli/commit/64cfef7)) +* monorepo: fix typo ([a6a2715](https://github.com/webpack/webpack-cli/commit/a6a2715)) +* monorepo: fix typo ([a1d5406](https://github.com/webpack/webpack-cli/commit/a1d5406)) +* rebase: refactor stuff ([b02070d](https://github.com/webpack/webpack-cli/commit/b02070d)) +* scaffold: move addons to scaffold ([b2a7470](https://github.com/webpack/webpack-cli/commit/b2a7470)) +* scaffold: fix linting errors ([df8287d](https://github.com/webpack/webpack-cli/commit/df8287d)) +* v: revise pkg ([ab38a3a](https://github.com/webpack/webpack-cli/commit/ab38a3a)) + +## CLI + +* pkgs: re-add entries ([b2c2bbd](https://github.com/webpack/webpack-cli/commit/b2c2bbd)) +* prompt: wip ([5f357c9](https://github.com/webpack/webpack-cli/commit/5f357c9)) +* prompt: initial comment for prompt file ([f8a71c0](https://github.com/webpack/webpack-cli/commit/f8a71c0)) + +## Fix + +* monorepo: fix versions in pacakges ([2b3035c](https://github.com/webpack/webpack-cli/commit/2b3035c)) +* monorepo: update lock files ([ca8f5c1](https://github.com/webpack/webpack-cli/commit/ca8f5c1)) +* monorepo: fix cross spawn versions ([0fcc5b3](https://github.com/webpack/webpack-cli/commit/0fcc5b3)) +* monorepo: fix lint errors ([74fb759](https://github.com/webpack/webpack-cli/commit/74fb759)) +* revert: packagejson ([3dd244b](https://github.com/webpack/webpack-cli/commit/3dd244b)) + +## Misc + +* v0.0.1 ([faae7aa](https://github.com/webpack/webpack-cli/commit/faae7aa)) + # 2.1.3 (2018-05-06) [Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.1.2...v2.1.3)