plantainX
4e154ac5ad
feat(cli-service-global): to know if the build has finished ( #5061 )
2020-01-13 19:15:25 +05:30
Haoqun Jiang
413470de24
feat: don't throw on console/debugger statements for vue serve ( #5029 )
...
1. they're useful in development
2. to be in line with the default preset
2020-01-06 07:47:51 +05:30
Haoqun Jiang
3b7227d544
v4.1.2
2019-12-28 20:54:27 +08:00
Ivan Demidov
15943274ff
chore: fix link to himepage ( #5004 )
2019-12-28 15:20:45 +08:00
Haoqun Jiang
3873d02382
chore: dependency maintenance
2019-11-29 15:15:17 +08:00
Haoqun Jiang
2ddcc65dfe
v4.1.1
2019-11-27 23:14:15 +08:00
Haoqun Jiang
d316a18789
v4.1.0
2019-11-27 14:58:46 +08:00
Haoqun Jiang
84aed8ef10
chore: dependency maintenance
2019-11-27 00:34:22 +08:00
Haoqun Jiang
1c41371a42
v4.1.0-beta.0
2019-11-09 21:49:23 +08:00
Haoqun Jiang
17925c6ae6
v4.0.5
2019-10-22 19:53:34 +08:00
Haoqun Jiang
86c500fd4b
chore: dependency maintenance ( #4734 )
...
* chore: dependency maintenance
* Revert "test: replace `waitForFunction` with `waitForXPath`"
This reverts commit b2848aeeaf .
2019-10-21 20:13:21 +08:00
Haoqun Jiang
d82a2bbe26
v4.0.4
2019-10-18 15:48:03 +08:00
Haoqun Jiang
aa29fd1526
v4.0.3
2019-10-17 15:59:03 +08:00
Haoqun Jiang
8b08c73e8e
v4.0.2
2019-10-17 10:22:54 +08:00
Haoqun Jiang
9770808411
v4.0.1
2019-10-16 20:33:29 +08:00
Haoqun Jiang
81f84577e4
v4.0.0
2019-10-16 19:19:06 +08:00
Haoqun Jiang
5cce80c2f7
v4.0.0-rc.8
2019-10-11 16:11:02 +08:00
Haoqun Jiang
58592fed4e
v4.0.0-rc.7
2019-10-01 23:35:39 +08:00
Haoqun Jiang
b823ca84d3
v4.0.0-rc.6
2019-09-30 20:27:57 +08:00
Haoqun Jiang
d49f784eb0
v4.0.0-rc.5
2019-09-30 18:39:52 +08:00
Haoqun Jiang
21257378d7
v4.0.0-rc.4
2019-09-25 12:31:11 +08:00
Haoqun Jiang
863d6bbfbf
v4.0.0-rc.3
2019-09-10 00:05:39 +08:00
Haoqun Jiang
d37d68afba
v4.0.0-rc.2
2019-09-08 11:52:59 +08:00
Haoqun Jiang
522a0f8d03
test: set a really long timeout for HMR tests
2019-09-07 13:07:15 +08:00
Haoqun Jiang
4aba6e1573
test: catch timeout errors for HMR tests in AppVeyor
2019-09-07 00:14:24 +08:00
Haoqun Jiang
b2848aeeaf
test: replace waitForFunction with waitForXPath
2019-09-06 23:21:52 +08:00
Haoqun Jiang
df0f813703
v4.0.0-rc.1
2019-09-04 16:19:42 +08:00
Haoqun Jiang
2622f8d3f7
test: use page.waitForFunction for HMR testing
2019-09-04 15:34:57 +08:00
Haoqun Jiang
91024a7843
v4.0.0-rc.0
2019-08-21 17:48:28 +08:00
Haoqun Jiang
f9a9880d93
v4.0.0-beta.3
2019-08-08 11:10:03 +08:00
Haoqun Jiang
c76d2e691d
style: add a "no-shadow" linter rule ( #4385 )
...
It has become a common source of mistakes.
For example, during PR #4363 I've referred to the wrong `options`
several times due to the variable shadowing.
2019-08-02 18:24:52 +08:00
Haoqun Jiang
7a399ef7e2
v4.0.0-beta.2
2019-07-30 00:22:38 +08:00
Haoqun Jiang
575349982b
v4.0.0-beta.1
2019-07-25 10:40:03 +08:00
Haoqun Jiang
00996ba7cf
v4.0.0-beta.0
2019-07-22 22:23:01 +08:00
Haoqun Jiang
615ae0f5b7
v4.0.0-alpha.5
2019-07-14 23:12:42 +08:00
Haoqun Jiang
bd82649a64
v4.0.0-alpha.4
2019-07-06 19:51:01 +08:00
Haoqun Jiang
300d2aa2d4
v4.0.0-alpha.3
2019-07-04 09:08:42 +08:00
Haoqun Jiang
0c2ebc4ae2
v4.0.0-alpha.2
2019-07-03 15:42:06 +08:00
Haoqun Jiang
8fa6fa694a
v4.0.0-alpha.1
2019-05-25 17:48:40 +08:00
Haoqun Jiang
2ce1fc0982
chore: update deps
2019-05-25 14:34:43 +08:00
Haoqun Jiang
3648a51a91
test: replace http-server with serve to create a test server ( #4056 )
...
Fixes Windows compatibility caused by https://github.com/indexzero/http-server/issues/525
And, serve is better maintained than http-server or ecstatic.
2019-05-25 13:32:32 +08:00
Haoqun Jiang
38c74c1542
chore: fix lint errors
2019-05-21 23:26:34 +08:00
Haoqun Jiang
15b5c8d4d7
chore!: change default value of lintOnSave option ( #3975 )
...
BREAKING CHANGE:
See https://github.com/vuejs/vue-cli/pull/3572
2019-05-14 11:20:20 +08:00
Haoqun Jiang
63f501a2ca
v4.0.0-alpha.0
2019-05-01 00:19:37 +08:00
Haoqun Jiang
826c3292de
chore: update dependencies
2019-04-30 18:12:18 +08:00
Haoqun Jiang
b486491579
chore: remove gitHead field from package.json
...
It was introduced only due to a failed `lerna publish`
2019-04-30 15:10:50 +08:00
Haoqun Jiang
6cf29060b3
feat: use ESLint v5 by default everywhere ( #3775 )
...
BREAKING CHANGE: may cause old projects' linting fail
(those scaffolded with Vue CLI 3.0.x).
2019-04-30 10:17:15 +08:00
Haoqun Jiang
0dbfa5a0bf
v3.7.0
2019-04-28 14:21:35 +08:00
Haoqun Jiang
99a06d1758
v3.6.0
2019-04-13 23:56:37 +08:00
Haoqun Jiang
cc66247950
chore: update deps
2019-04-11 14:49:12 +08:00