3.0.0-alpha.8 (2018-02-04)
- fix eslint errors when using airbnb + cypress (313533d)
- fix jest test match (2c61d23), closes #771
- fix overwrite prompt (7871c5c)
- include version marker in workspace (d3d040a), closes #772
- inspect: correct usage of
resolve
(#773) (0f9a44a) - move plugin data extraction into GeneratorAPI (4f2f6f0)
- shim global for node modules (691cfa2), closes #774
- build --target wc-async (50fdd9b)
- polish build output (dc29e88)
- update default component content (59f5913)
3.0.0-alpha.7 (2018-02-02)
- ensure vue init works when installed with npm (6ce8565)
3.0.0-alpha.6 (2018-02-02)
- --target for global build (4fb4e35)
- allow console during dev (5ad8fae)
- avoid deepmerge on project config (7d590d8)
- compatible with safari 10 (#755) (199c754)
- do not extract vue.config.js in tests (7874b0e)
- ensure loaders exist (fcfb099)
- fix --force flag (6661ac2)
- fix project creation when path contains spaces (fix #742) (5be05f3)
- fix version check (e5ef34d)
- move linkBin into @vue/cli since it requires node 8 (120d5c5)
- TS 2.7 compat (c7e28fd)
- typescript caching problems (a80cf18)
- typescript: explicitly include global types (31c1261), closes #762
- build --target lib/wc (faadadf)
- build --target web-component (WIP) (6db7735)
- complete --target wc & multi-wc + tests (9a07eeb)
- improve build lib/web-component (1c4943b)
- improve inspect output (fd87394)
- inject styles under shadow root in web component mode (98afd07)
- make env variables available in HTML template (b626ef1)
- parallel mode (b8f2487)
- vue build --target multi-wc [pattern] (0f59c03)
- vue inspect that proxies to vue-cli-service (4c00cfa)
- feat: load config w/ cosmiconfig (702b539)
3.0.0-alpha.5 (2018-01-29)
- cache-loader doesnt seem to work well with ts-loader (63c8f65)
- jest should only run files in given directory (4a7fd64), closes #740
- allow saving multiple presets (f372f55)
- load config w/ cosmiconfig (5288122)
- support config in dedicated files (01edb46)
3.0.0-alpha.4 (2018-01-26)
- pin joi to 12.x for node version compat (3bd447a)
- skip postcss-loader if no postcss config is present (1142339)
- temp pinning vue-jest to github branch (2d6a0d9)
- move babel-preset and eslint-plugin as deps of plugins (c2583e4)
3.0.0-alpha.3 (2018-01-26)
- clone options before mutating (7471f94)
- typescript: fix tsconfig.json (235676f)
- typescript: include @types/node instead of shimming process (f9c8849)
- ensure cache-loader apply to both babel and ts (5f76980)
- fix sync script for generators (134ac58)
- force babel-core version when using ts + babel (d7c6af7)
- more global resolve fixes + better error message for missing loaders (367b78b)
- more global service resolve fixes (76dda73)
- packageManager flag (0c9ecd5)
- resolve for global service (8f0b52f)
- use cache-loader for ts (4680544)
3.0.0-alpha.2 (2018-01-25)
- avoid dotfiles not being published to npm (2e3fe07)
- do not update dep if latest tag is older then specified (b913047)
- use babel-loader@8 (c769110)
3.0.0-alpha.1 (2018-01-25)
- avoid scrolling when picking features (d57208d)
- bump root deps as well (f52ff70)
- ensure paths + make html optional (2c1ad14)
- typo {mdoule => module} (#721) (4765cc6)
- add caching for babel (7605bd6)
- auto DLL (8dff383)
- better validation error message (5fef42c)
- complete prettier integration (100c5c6)
- core (a923afb)
- css preprocessors (d3bb381)
- e2e cypress (8a3ac7e)
- e2e nightwatch (655202f)
- enable caching for uglifyjs plugin (abaed00)
- experimental support for compiling TS with Babel (e4dcc2f)
- improve generator hasPlugin check + invoke output (52dad9d)
- improve prompt flow (06af371)
- make jest plugin work with TypeScript (ea2648e)
- make tslint work for vue files (52b587e)
- mocha-webpack plugin (21187b4)
- optimize minification (bd1ffd3)
- preliminary TS plugin imeplementation (54a902d)
- pwa (902f6c0)
- router & vuex (88e9d46)
- support Prettier eslint config (pending) (d84df9a)
- tweak invoke command (65cc27d)
- use Babel w/ TS for polyfills (5b19826)
- wip invoke command (132b0db)
- WIP jest plugin (bb5d968)