Skip to content

Commit 4067bdc

Browse files
chore: add changelog for v3 (#512)
1 parent ba9f62d commit 4067bdc

File tree

1 file changed

+152
-0
lines changed

1 file changed

+152
-0
lines changed

CHANGELOG.md

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,155 @@
1+
<a name="0.0.8-development"></a>
2+
# 0.0.8-development (2018-06-15, webpack CLI v.3)
3+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.1.5...v0.0.8-development)
4+
5+
## Ast
6+
7+
* parser: add ([#456](https://github.com/webpack/webpack-cli/pull/456))
8+
9+
## Chore
10+
11+
* deps: add lerna ([a7d8085](https://github.com/webpack/webpack-cli/commit/a7d8085))
12+
* lockfile: update pkglock ([0b024bf](https://github.com/webpack/webpack-cli/commit/0b024bf))
13+
* monorepo: fix windows build ([0310fd3](https://github.com/webpack/webpack-cli/commit/0310fd3))
14+
* monorepo: add bootstrap to run ([17c2c88](https://github.com/webpack/webpack-cli/commit/17c2c88))
15+
* monorepo: fix windows build ([8c58d24](https://github.com/webpack/webpack-cli/commit/8c58d24))
16+
* monorepo: add rimraf globally ([7c0e245](https://github.com/webpack/webpack-cli/commit/7c0e245))
17+
* monorepo: fix versions and use clean bootstrap ([7de58ea](https://github.com/webpack/webpack-cli/commit/7de58ea))
18+
* monorepo: fix appveyor build ([206749b](https://github.com/webpack/webpack-cli/commit/206749b))
19+
* monorepo: add eslint-plugin-prettier ([ae55183](https://github.com/webpack/webpack-cli/commit/ae55183))
20+
* monorepo: fix appveyor build ([a08b899](https://github.com/webpack/webpack-cli/commit/a08b899))
21+
* monorepo: fix appveyor build ([42468d3](https://github.com/webpack/webpack-cli/commit/42468d3))
22+
* next: dev version bump ([78b48a6](https://github.com/webpack/webpack-cli/commit/78b48a6))
23+
* pkg: v.6 on next ([3a82b7d](https://github.com/webpack/webpack-cli/commit/3a82b7d))
24+
* semantic: configure plugins ([#475](https://github.com/webpack/webpack-cli/pull/475))
25+
* v.6: update init ([ebe5c6b](https://github.com/webpack/webpack-cli/commit/ebe5c6b))
26+
27+
## CLI
28+
29+
* add: re-add add command ([bf78411](https://github.com/webpack/webpack-cli/commit/bf78411))
30+
* color: don't use color on non-tty ([#452](https://github.com/webpack/webpack-cli/pull/452))
31+
* init: Better defaults ([#451](https://github.com/webpack/webpack-cli/pull/451))
32+
* symlinks: Fix paths ([#453](https://github.com/webpack/webpack-cli/pull/453))
33+
34+
## Fix
35+
36+
* cli: show help flag when defaults fail ([#466](https://github.com/webpack/webpack-cli/pull/466))
37+
* vulnerabilities: vulnerabilities patch for v3 ([#460](https://github.com/webpack/webpack-cli/pull/460))
38+
39+
## Tests
40+
41+
* cov: use regular nyc on tests ([3aa96ce](https://github.com/webpack/webpack-cli/commit/3aa96ce))
42+
* coverage: fix coverage ([#473](https://github.com/webpack/webpack-cli/pull/473))
43+
* no-options: refactor tests ([7be10d8](https://github.com/webpack/webpack-cli/commit/7be10d8))
44+
* parser: fix recursive-tests signature ([#470](https://github.com/webpack/webpack-cli/pull/470))
45+
46+
## Misc
47+
48+
* Added yarn lock file to gitignore ([#455](https://github.com/webpack/webpack-cli/pull/455))
49+
50+
<a name="0.0.6"></a>
51+
# 0.0.6 (2018-05-17)
52+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.5...v0.0.6)
53+
54+
## CLI
55+
56+
* path: resolve better ([7fca948](https://github.com/webpack/webpack-cli/commit/7fca948))
57+
58+
## Misc
59+
60+
* v0.0.6 ([f544578](https://github.com/webpack/webpack-cli/commit/f544578))
61+
62+
<a name="0.0.5"></a>
63+
# 0.0.5 (2018-05-17)
64+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.4...v0.0.5)
65+
66+
## Chore
67+
68+
* deps: update deps ([58a437d](https://github.com/webpack/webpack-cli/commit/58a437d))
69+
* prompt: revise prompt cmd ([bccc56e](https://github.com/webpack/webpack-cli/commit/bccc56e))
70+
71+
## Misc
72+
73+
* v0.0.5 ([062fa28](https://github.com/webpack/webpack-cli/commit/062fa28))
74+
75+
<a name="0.0.4"></a>
76+
# 0.0.4 (2018-05-17)
77+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.3...v0.0.4)
78+
79+
## Chore
80+
81+
* v: back to v1 ([3ed29c6](https://github.com/webpack/webpack-cli/commit/3ed29c6))
82+
83+
## Misc
84+
85+
* v0.0.4 ([e29a173](https://github.com/webpack/webpack-cli/commit/e29a173))
86+
* v0.0.3 ([01cef3f](https://github.com/webpack/webpack-cli/commit/01cef3f))
87+
* v0.0.2 ([6489b10](https://github.com/webpack/webpack-cli/commit/6489b10))
88+
89+
<a name="0.0.3"></a>
90+
# 0.0.3 (2018-05-17)
91+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.2...v0.0.3)
92+
93+
## Misc
94+
95+
* v0.0.3 ([b51e66d](https://github.com/webpack/webpack-cli/commit/b51e66d))
96+
97+
<a name="0.0.2"></a>
98+
# 0.0.2 (2018-05-17)
99+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.0.1...v0.0.2)
100+
101+
## Chore
102+
103+
* v: revise some deps ([c36f3e8](https://github.com/webpack/webpack-cli/commit/c36f3e8))
104+
105+
## Misc
106+
107+
* v0.0.2 ([91be3fd](https://github.com/webpack/webpack-cli/commit/91be3fd))
108+
109+
<a name="0.0.1"></a>
110+
# 0.0.1 (2018-05-17)
111+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.1.3...v0.0.1)
112+
113+
## Chore
114+
115+
* cli: move to lerna and scoped packages ([#434](https://github.com/webpack/webpack-cli/pull/434))
116+
* linting: resolve linting ([80c9e9a](https://github.com/webpack/webpack-cli/commit/80c9e9a))
117+
* linting: resolve linting ([8f6f1db](https://github.com/webpack/webpack-cli/commit/8f6f1db))
118+
* linting: fix linting errors ([a76c46f](https://github.com/webpack/webpack-cli/commit/a76c46f))
119+
* linting: resolve linter errors ([1db677e](https://github.com/webpack/webpack-cli/commit/1db677e))
120+
* monorepo: fix plugin package.json ([3c822cf](https://github.com/webpack/webpack-cli/commit/3c822cf))
121+
* monorepo: prune files and update eslint rules ([059d6f9](https://github.com/webpack/webpack-cli/commit/059d6f9))
122+
* monorepo: move to lerna ([ec6cc38](https://github.com/webpack/webpack-cli/commit/ec6cc38))
123+
* monorepo: use commands as normal instead of package ([bdafce0](https://github.com/webpack/webpack-cli/commit/bdafce0))
124+
* monorepo: fix the no-missing-require error ([8ef1804](https://github.com/webpack/webpack-cli/commit/8ef1804))
125+
* monorepo: updated package.json ([ff6c371](https://github.com/webpack/webpack-cli/commit/ff6c371))
126+
* monorepo: merge package lock json ([d4c7c5d](https://github.com/webpack/webpack-cli/commit/d4c7c5d))
127+
* monorepo: prune package json ([64cfef7](https://github.com/webpack/webpack-cli/commit/64cfef7))
128+
* monorepo: fix typo ([a6a2715](https://github.com/webpack/webpack-cli/commit/a6a2715))
129+
* monorepo: fix typo ([a1d5406](https://github.com/webpack/webpack-cli/commit/a1d5406))
130+
* rebase: refactor stuff ([b02070d](https://github.com/webpack/webpack-cli/commit/b02070d))
131+
* scaffold: move addons to scaffold ([b2a7470](https://github.com/webpack/webpack-cli/commit/b2a7470))
132+
* scaffold: fix linting errors ([df8287d](https://github.com/webpack/webpack-cli/commit/df8287d))
133+
* v: revise pkg ([ab38a3a](https://github.com/webpack/webpack-cli/commit/ab38a3a))
134+
135+
## CLI
136+
137+
* pkgs: re-add entries ([b2c2bbd](https://github.com/webpack/webpack-cli/commit/b2c2bbd))
138+
* prompt: wip ([5f357c9](https://github.com/webpack/webpack-cli/commit/5f357c9))
139+
* prompt: initial comment for prompt file ([f8a71c0](https://github.com/webpack/webpack-cli/commit/f8a71c0))
140+
141+
## Fix
142+
143+
* monorepo: fix versions in pacakges ([2b3035c](https://github.com/webpack/webpack-cli/commit/2b3035c))
144+
* monorepo: update lock files ([ca8f5c1](https://github.com/webpack/webpack-cli/commit/ca8f5c1))
145+
* monorepo: fix cross spawn versions ([0fcc5b3](https://github.com/webpack/webpack-cli/commit/0fcc5b3))
146+
* monorepo: fix lint errors ([74fb759](https://github.com/webpack/webpack-cli/commit/74fb759))
147+
* revert: packagejson ([3dd244b](https://github.com/webpack/webpack-cli/commit/3dd244b))
148+
149+
## Misc
150+
151+
* v0.0.1 ([faae7aa](https://github.com/webpack/webpack-cli/commit/faae7aa))
152+
1153
<a name="2.1.3"></a>
2154
# 2.1.3 (2018-05-06)
3155
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.1.2...v2.1.3)

0 commit comments

Comments
 (0)