Skip to content

Commit 7fe05d4

Browse files
committed
chore: changelog
1 parent 7d590d8 commit 7fe05d4

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

CHANGELOG.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<a name="3.0.0-alpha.5"></a>
2+
# [3.0.0-alpha.5](https://github.com/vuejs/vue-cli/compare/v3.0.0-alpha.4...v3.0.0-alpha.5) (2018-01-29)
3+
4+
5+
### Bug Fixes
6+
7+
* cache-loader doesnt seem to work well with ts-loader ([63c8f65](https://github.com/vuejs/vue-cli/commit/63c8f65))
8+
* jest should only run files in given directory ([4a7fd64](https://github.com/vuejs/vue-cli/commit/4a7fd64)), closes [#740](https://github.com/vuejs/vue-cli/issues/740)
9+
10+
11+
### Features
12+
13+
* allow saving multiple presets ([f372f55](https://github.com/vuejs/vue-cli/commit/f372f55))
14+
* load config w/ cosmiconfig ([5288122](https://github.com/vuejs/vue-cli/commit/5288122))
15+
* support config in dedicated files ([01edb46](https://github.com/vuejs/vue-cli/commit/01edb46))
16+
17+
18+
19+
<a name="3.0.0-alpha.4"></a>
20+
# [3.0.0-alpha.4](https://github.com/vuejs/vue-cli/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2018-01-26)
21+
22+
23+
### Bug Fixes
24+
25+
* pin joi to 12.x for node version compat ([3bd447a](https://github.com/vuejs/vue-cli/commit/3bd447a))
26+
* skip postcss-loader if no postcss config is present ([1142339](https://github.com/vuejs/vue-cli/commit/1142339))
27+
* temp pinning vue-jest to github branch ([2d6a0d9](https://github.com/vuejs/vue-cli/commit/2d6a0d9))
28+
29+
30+
### Features
31+
32+
* move babel-preset and eslint-plugin as deps of plugins ([c2583e4](https://github.com/vuejs/vue-cli/commit/c2583e4))
33+
34+
35+
36+
<a name="3.0.0-alpha.3"></a>
37+
# [3.0.0-alpha.3](https://github.com/vuejs/vue-cli/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2018-01-26)
38+
39+
40+
### Bug Fixes
41+
42+
* clone options before mutating ([7471f94](https://github.com/vuejs/vue-cli/commit/7471f94))
43+
* **typescript:** fix tsconfig.json ([235676f](https://github.com/vuejs/vue-cli/commit/235676f))
44+
* **typescript:** include [@types](https://github.com/types)/node instead of shimming process ([f9c8849](https://github.com/vuejs/vue-cli/commit/f9c8849))
45+
* ensure cache-loader apply to both babel and ts ([5f76980](https://github.com/vuejs/vue-cli/commit/5f76980))
46+
* fix sync script for generators ([134ac58](https://github.com/vuejs/vue-cli/commit/134ac58))
47+
* force babel-core version when using ts + babel ([d7c6af7](https://github.com/vuejs/vue-cli/commit/d7c6af7))
48+
* more global resolve fixes + better error message for missing loaders ([367b78b](https://github.com/vuejs/vue-cli/commit/367b78b))
49+
* more global service resolve fixes ([76dda73](https://github.com/vuejs/vue-cli/commit/76dda73))
50+
* packageManager flag ([0c9ecd5](https://github.com/vuejs/vue-cli/commit/0c9ecd5))
51+
* resolve for global service ([8f0b52f](https://github.com/vuejs/vue-cli/commit/8f0b52f))
52+
53+
54+
### Features
55+
56+
* use cache-loader for ts ([4680544](https://github.com/vuejs/vue-cli/commit/4680544))
57+
58+
59+
60+
<a name="3.0.0-alpha.2"></a>
61+
# [3.0.0-alpha.2](https://github.com/vuejs/vue-cli/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2018-01-25)
62+
63+
64+
### Bug Fixes
65+
66+
* avoid dotfiles not being published to npm ([2e3fe07](https://github.com/vuejs/vue-cli/commit/2e3fe07))
67+
* do not update dep if latest tag is older then specified ([b913047](https://github.com/vuejs/vue-cli/commit/b913047))
68+
* use babel-loader@8 ([c769110](https://github.com/vuejs/vue-cli/commit/c769110))
69+
70+
71+
72+
<a name="3.0.0-alpha.1"></a>
73+
# [3.0.0-alpha.1](https://github.com/vuejs/vue-cli/compare/a923afb...v3.0.0-alpha.1) (2018-01-25)
74+
75+
76+
### Bug Fixes
77+
78+
* avoid scrolling when picking features ([d57208d](https://github.com/vuejs/vue-cli/commit/d57208d))
79+
* bump root deps as well ([f52ff70](https://github.com/vuejs/vue-cli/commit/f52ff70))
80+
* ensure paths + make html optional ([2c1ad14](https://github.com/vuejs/vue-cli/commit/2c1ad14))
81+
* typo {mdoule => module} ([#721](https://github.com/vuejs/vue-cli/issues/721)) ([4765cc6](https://github.com/vuejs/vue-cli/commit/4765cc6))
82+
83+
84+
### Features
85+
86+
* add caching for babel ([7605bd6](https://github.com/vuejs/vue-cli/commit/7605bd6))
87+
* auto DLL ([8dff383](https://github.com/vuejs/vue-cli/commit/8dff383))
88+
* better validation error message ([5fef42c](https://github.com/vuejs/vue-cli/commit/5fef42c))
89+
* complete prettier integration ([100c5c6](https://github.com/vuejs/vue-cli/commit/100c5c6))
90+
* core ([a923afb](https://github.com/vuejs/vue-cli/commit/a923afb))
91+
* css preprocessors ([d3bb381](https://github.com/vuejs/vue-cli/commit/d3bb381))
92+
* e2e cypress ([8a3ac7e](https://github.com/vuejs/vue-cli/commit/8a3ac7e))
93+
* e2e nightwatch ([655202f](https://github.com/vuejs/vue-cli/commit/655202f))
94+
* enable caching for uglifyjs plugin ([abaed00](https://github.com/vuejs/vue-cli/commit/abaed00))
95+
* experimental support for compiling TS with Babel ([e4dcc2f](https://github.com/vuejs/vue-cli/commit/e4dcc2f))
96+
* improve generator hasPlugin check + invoke output ([52dad9d](https://github.com/vuejs/vue-cli/commit/52dad9d))
97+
* improve prompt flow ([06af371](https://github.com/vuejs/vue-cli/commit/06af371))
98+
* make jest plugin work with TypeScript ([ea2648e](https://github.com/vuejs/vue-cli/commit/ea2648e))
99+
* make tslint work for vue files ([52b587e](https://github.com/vuejs/vue-cli/commit/52b587e))
100+
* mocha-webpack plugin ([21187b4](https://github.com/vuejs/vue-cli/commit/21187b4))
101+
* optimize minification ([bd1ffd3](https://github.com/vuejs/vue-cli/commit/bd1ffd3))
102+
* preliminary TS plugin imeplementation ([54a902d](https://github.com/vuejs/vue-cli/commit/54a902d))
103+
* pwa ([902f6c0](https://github.com/vuejs/vue-cli/commit/902f6c0))
104+
* router & vuex ([88e9d46](https://github.com/vuejs/vue-cli/commit/88e9d46))
105+
* support Prettier eslint config (pending) ([d84df9a](https://github.com/vuejs/vue-cli/commit/d84df9a))
106+
* tweak invoke command ([65cc27d](https://github.com/vuejs/vue-cli/commit/65cc27d))
107+
* use Babel w/ TS for polyfills ([5b19826](https://github.com/vuejs/vue-cli/commit/5b19826))
108+
* wip invoke command ([132b0db](https://github.com/vuejs/vue-cli/commit/132b0db))
109+
* WIP jest plugin ([bb5d968](https://github.com/vuejs/vue-cli/commit/bb5d968))
110+
111+
112+

0 commit comments

Comments
 (0)