Commit Graph

612 Commits

Author SHA1 Message Date
Evan You 69ebd800a2 refactor: rename test commands
BREAKING CHANGE: `cli-plugin-unit-jest` and `cli-plugin-unit-mocha` now register
"test:unit" command and script instead of "test"; `cli-plugin-e2e-cypress` now
register "test:e2e" with optional `--headless` flag instead of "e2e" and
"e2e:open"; `cli-plugin-e2e-nightwatch` now register "test:e2e" instead of "e2e".

close #876, close #878
2018-05-01 18:15:25 -04:00
Evan You d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You 51c8090166 fix(typescript): separate tsx shim
close #1198
2018-05-01 14:55:46 -04:00
Evan You a88fa5f75d refactor: fix tests (service.run should return Promise) 2018-05-01 14:00:26 -04:00
Evan You 69a6b0bbfe refactor(cli-serivce): use async functions when running service commands 2018-04-30 19:02:42 -04:00
Evan You da515acaf9 ci: also run lint on ci 2018-04-30 18:39:26 -04:00
Evan You 6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You 0f73a91162 refactor: use fs-extra 2018-04-30 18:19:02 -04:00
Evan You 2222808a8d ci: tweak workflow workload 2018-04-30 17:27:50 -04:00
Evan You 8426fb84af chore: update lockfile 2018-04-30 17:17:59 -04:00
Evan You 77cf0ba4fd refactor: rename tests 2018-04-30 17:12:35 -04:00
Evan You 0d9f8421d7 ci: use CircleCI workflow 2018-04-30 16:47:43 -04:00
Evan You fd9d255f65 fix(build): fix --dest flag regression
close #1193
2018-04-30 16:16:08 -04:00
Derek Henscheid a6e47cee61 fix(typescript): add node_modules/** to tslint default excludes (#1200)
close #1194
2018-04-30 13:43:48 -04:00
SEBIRE Florian be713a6bec docs(COMMIT_CONVENTION): update Angular's convention link (#1191)
update Angular's commit convention link
2018-04-29 12:20:43 +02:00
Evan You 32c90afb2c chore: 3.0.0-beta.9 changelog 2018-04-27 22:36:53 -04:00
Evan You acc7b8ae6f v3.0.0-beta.9 v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Evan You 41d7a7441e chore: pre release sync 2018-04-27 22:35:52 -04:00
Daywatch 67fa39d3f8 fix(dependencies): add deepmerge dependencies (#1188)
close #1187
2018-04-27 22:35:38 -04:00
Evan You cedf34a9f6 chore: 3.0.0-beta.8 changelog 2018-04-27 19:41:50 -04:00
Evan You 0c493f86a2 v3.0.0-beta.8 v3.0.0-beta.8 2018-04-27 19:40:59 -04:00
Evan You a77eedcd6e chore: pre release sync 2018-04-27 19:40:54 -04:00
Evan You 719dfbe319 chore: refresh deps 2018-04-27 19:32:43 -04:00
Evan You 4999f957a9 test: properly close server 2018-04-27 18:01:37 -04:00
Derek Henscheid 0f76b8e4b4 feat(plugin-api): allow non-semver versioned dependencies (#1184)
close #1177
2018-04-27 17:54:54 -04:00
Evan You 7704868223 test: add test for #1182 2018-04-27 17:50:04 -04:00
Derek Henscheid 2b236e0475 fix(build-wc): honor custom component name for single file wc builds (#1182)
Fixes issue that prevented single entry wc builds from honoring the `--name` argument.

fix #1146
2018-04-27 17:48:32 -04:00
Evan You 81d29ab30b feat: warn when user modifies output.path directly 2018-04-27 17:30:39 -04:00
Evan You 87892a5053 fix(build): copy plugin should be loaded in all cases
close #1073
2018-04-27 17:15:04 -04:00
Evan You 5c5e0b8f7c test: fix invoke.spec.js on windows 2018-04-27 17:02:00 -04:00
Evan You 92e136a421 fix: --target lib/wc should overwrite user entry/output
fix #1072
2018-04-27 16:03:11 -04:00
Evan You 203e069196 docs: update vue create options 2018-04-27 15:17:03 -04:00
Evan You b1512be8d8 feat: allow specifying proxy when creating project
close #1009
2018-04-27 15:16:13 -04:00
keng0o be3bede772 fix(unit-jest): handle static asset imports (#1180) 2018-04-27 14:04:02 -04:00
Evan You c2aac9e4eb refactor: merge skipGit and initialCommit options 2018-04-27 13:08:21 -04:00
Evan You 8e72943fcf fix: css.extract options handling
close #1061
2018-04-27 12:52:10 -04:00
Evan You 9cfafea328 refactor(cli): default to .js for eslintrc and postcssrc
close #994
2018-04-27 12:45:45 -04:00
Evan You 23480ae8f5 feat(cli): skip git if already in a git repo, add --skipGit option
close #967
2018-04-27 12:03:23 -04:00
Evan You a0a7dc6c03 docs: remove wrong section in unit-mocha docs (close #1082) 2018-04-26 23:53:09 -04:00
Evan You 9b379a0ef6 docs: document lintOnSave default to true 2018-04-26 22:53:45 -04:00
Evan You 3d294588a7 fix: include test -> tests for eslint-loader 2018-04-26 22:53:45 -04:00
troy351 3aa37438b8 feat(typescript): improve tsx support (#1168) 2018-04-26 22:53:14 -04:00
Derek Henscheid 6ca86aa667 feat(inspect): add a -v/--verbose flag to inspect command to output full functions (#1175)
close #1157
2018-04-26 16:56:44 -04:00
Jovino Xu abb82ab25e fix(cli-service): should not add a leading slash to baseUrl when it is absolute (#1172)
fix #1084
2018-04-26 16:43:10 -04:00
Sabith Karippullil Soopy 79bc088beb fix(serve): don't set header origin if using an agent (#1179) 2018-04-26 16:19:50 -04:00
Derek Henscheid 11ccf64322 feat: support custom initial commit message (#1116) 2018-04-26 15:27:36 -04:00
Evan You 739424dca9 chore: fix pluginsOnly typo 2018-04-26 15:23:31 -04:00
Derek Henscheid 83171e4029 fix(eslint): fix --no-fix flag when linting with typescript plugin (#1115) 2018-04-26 15:20:07 -04:00
David Hemphill 65ee2fad24 fix: pass all parameters to onProxyReq in proxy configuration (#1083) 2018-04-26 15:12:57 -04:00
Julien a8a6b62a69 docs: document vue init --clone option (#1079) 2018-04-26 15:11:53 -04:00