Commit Graph

198 Commits

Author SHA1 Message Date
Haoqun Jiang 33a3b19df2 feat: update vue-jest to 3.x along with other dependency updates
As vue-jest is only used in generators, it should be considered as a
semver minor rather than semver major.
2018-10-28 14:29:52 +08:00
Haoqun Jiang 8a54ef60dc chore: upgrade deps (#2642)
closes #2376


* chore: update deps

* fix: remove extraneous require

* fix: force @babel/core resolution to be ^7.0.0

Previously it was interfered by vue-apollo & vuepress 0.14

* fix: sync deps

* chore: update yarn.lock
2018-10-20 21:29:17 +08:00
Haoqun Jiang 0e5cf4a4eb chore: switch from uglifyjs-webpack-plugin to terser-webpack-plugin (#2742)
closes #2245
2018-10-20 19:31:59 +08:00
Haoqun Jiang 7fd3af2415 v3.0.5 2018-10-09 17:19:49 +08:00
Haoqun Jiang 86b3845faa v3.0.4 2018-09-25 16:00:36 +08:00
Haoqun Jiang 3015bc2537 v3.0.3 2018-09-12 13:18:40 +08:00
Haoqun Jiang 33726981fa v3.0.2 2018-09-11 22:45:32 +08:00
Evan You 7d1818d473 ci: fix css rules test 2018-09-11 10:33:36 -04:00
Evan You 2669008ea2 v3.0.1 2018-08-16 12:10:33 -04:00
Evan You 1f0c8e935e fix: work around url-loader 1.1.0 regression
close #2242
2018-08-16 10:15:47 -04:00
Evan You a2c767efc4 fix: minify embedded CSS with extract: false
close #2214
2018-08-15 18:34:55 -04:00
Evan You 394d534638 v3.0.0 2018-08-10 11:01:14 -04:00
Evan You ba75e29243 fix: avoid adding githooks if created as sub dir in existing git repo
close #2131
2018-08-09 11:47:30 -04:00
Evan You e075ccff36 v3.0.0-rc.12 2018-08-09 02:23:23 -04:00
Evan You 55043d310e feat: support Subresource Integrity via integrity option 2018-08-09 01:22:46 -04:00
Evan You 7b39bed188 refactor: use better modern mode and cors implementation
BREAKING CHANGE: The `corsUseCredentials` option has been replaced by the new
`crossorigin` option.
2018-08-08 23:31:13 -04:00
Evan You 9e4d62cc80 fix: ensure consistent build hash with different project locations 2018-08-07 17:36:11 -04:00
Evan You 67630d2f6c v3.0.0-rc.11 2018-08-07 11:20:43 -04:00
Evan You d494350fdb chore: fix package homepage links [ci skip] 2018-08-07 11:17:23 -04:00
Evan You fd839b5bbe fix: make vue-template-compiler a peer dep to allow version pinning
close #2086
2018-08-06 22:13:32 -04:00
Evan You 795393e60c v3.0.0-rc.10 2018-07-30 18:19:13 -04:00
Evan You 63407bd268 v3.0.0-rc.9 2018-07-28 23:23:37 -04:00
Evan You eafacbad90 v3.0.0-rc.8 2018-07-27 14:03:24 -04:00
Evan You 031e961894 v3.0.0-rc.7 2018-07-26 22:38:19 -04:00
Evan You b589dfa6c2 v3.0.0-rc.6 2018-07-26 18:11:44 -04:00
Guillaume Chau 6e6533c56a v3.0.0-rc.5 2018-07-16 15:51:27 +02:00
Guillaume Chau fc6541fd59 v3.0.0-rc.4 2018-07-13 19:03:31 +02:00
Payton Burdette 153c418555 feat: vue config command (#1554)
* fixed broken plugin dev link on contributing guide

* feat(cli-service): vue config command added

* feat(cli-service): vue config command added

* feat(cli-service): added config commands get and delete

* feat(cli-service): added vue edit command and opn dependcy

* feat(cli-service): added vue config set command and vue config check

* feat(cli-service): nested path support and command/logs adjustment

* feat(cli-service): command option descriptions updated with preset

* refactor: object get/set/unset

* feat: json option + fs/JSON fixes
2018-07-12 00:36:59 +02:00
Guillaume Chau 93940c2c25 chore: upgrade deps 2018-07-11 00:55:02 +02:00
Guillaume Chau 96778b2caf chore: update main deps (#1772)
* chore: update main deps

* chore: update ts types

* chore: update generator deps versions

* fix: ts-jest

* chore: upgrade ts-jest again

* fix: re-generated yarn.lock

* chore: more upgrades

* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
Evan You 5cf1958a69 v3.0.0-rc.3 2018-06-18 10:36:49 -04:00
Evan You 2698f66670 v3.0.0-rc.2 2018-06-14 09:44:25 -04:00
Evan You 6f948d2f3f v3.0.0-rc.1 2018-06-13 16:11:09 -04:00
Evan You 272ef5e2a4 feat: vue-cli-service build --report/--report-json 2018-06-13 13:17:46 -04:00
Evan You 2a8391d3c2 v3.0.0-beta.16 2018-06-08 00:51:12 -04:00
Evan You 9a2898c1bc v3.0.0-beta.15 2018-05-30 13:42:19 -04:00
Evan You 7ce91c89f2 workflow: enable eslint node/no-extraneous-require 2018-05-30 10:25:33 -04:00
Evan You 5f1f986d4d v3.0.0-beta.14 2018-05-29 13:27:16 -04:00
Evan You 0689ff2eae v3.0.0-beta.13 2018-05-29 13:24:03 -04:00
Evan You 9846cd520c fix: fix caching dependency (close #1384) 2018-05-29 09:29:18 -04:00
Craig Morris 5e95b3df73 feat: add --copy option for vue-cli-service serve (#1355) 2018-05-29 08:59:10 -04:00
Evan You e8bee864b0 v3.0.0-beta.12 2018-05-29 01:29:14 -04:00
Evan You 0bc2aeba6d chore: merge dev 2018-05-28 22:10:41 -04:00
Evan You 869f00513e feat: support multi-page app via pages option 2018-05-28 19:38:33 -04:00
Guillaume Chau 0a954df7f3 chore: merge dev 2018-05-24 09:32:28 +02:00
Evan You 8fe554c04c perf: enable vue-loader template compilation caching 2018-05-22 13:25:52 -04:00
Guillaume Chau 4f2c71896e chore: merge dev 2018-05-21 23:07:52 +02:00
Evan You f698cd3f60 v3.0.0-beta.11 2018-05-21 15:43:16 -04:00
Guillaume Chau 8dddff6e5a chore: merge dev 2018-05-20 13:14:34 +02:00
Evan You afb317359f chore: bump vue-loader version 2018-05-19 00:35:09 -04:00