Commit Graph

313 Commits

Author SHA1 Message Date
katashin
e6de9a5de2 Add types for vue-server-renderer (fix #5772) (#5775)
* add types for vue-server-renderer

* add a new line to the end of files

* make RenderCallback's err to be nullable

* fix the server side directive types

* make stricter the types of the server bundle and the client manifest
2017-05-28 20:08:58 +08:00
gaara
0b2f11036d fix typo (#5667) 2017-05-14 11:53:12 +08:00
Evan You
6bdaeb0444 [build] 2.3.3 2017-05-10 00:57:07 +08:00
Evan You
60291f2752 [build] 2.3.2 2017-05-02 18:29:58 +08:00
Evan You
2355318f0f [build] 2.3.1 2017-05-02 15:58:34 +08:00
Pooya Parsa
1635ca7143 [vue-server-renderer] ensure assets are unique (#5540)
* [vue-server-renderer] ensure assets are unique

* add lodash.uniq to devDependencies
2017-04-29 14:16:23 +08:00
Evan You
d6c070d54d link to latest info 2017-04-28 10:42:24 +08:00
Evan You
87b0d5d5a4 [build] 2.3.0 2017-04-27 14:22:08 +08:00
Evan You
56b6f8aac6 [build] 2.3.0-beta.1 2017-04-26 18:32:30 +08:00
Alexander Tesfamichael
e5814dee67 Update packages readme links (#5488) 2017-04-22 22:20:21 +08:00
Evan You
94d5e332d1 use lodash.template for ssr templates by default 2017-04-19 11:43:53 +08:00
Evan You
bce51f3fbc remove unnecessary dep in vue-server-renderer 2017-04-18 16:58:09 +08:00
Evan You
a2bff57b0d include ssr webpack plugin in main repo 2017-04-16 21:45:31 +08:00
Evan You
924435a0fa ssr: only preload scripts by default 2017-03-31 17:42:56 +08:00
Evan You
92e91927f5 update docs for ssr 2017-03-31 11:03:43 +08:00
Evan You
fae6b87786 refactor: pull in vue-ssr-html-stream and refactor into generic template renderer 2017-03-29 10:14:28 +08:00
Evan You
113fce9955 [build] 2.2.6 2017-03-27 10:46:09 +08:00
Evan You
b876395441 [build] 2.2.5 2017-03-24 12:53:32 +08:00
Evan You
6cf5d2d0d3 [build] 2.2.4 2017-03-13 23:08:08 +08:00
Evan You
b28aa39962 [build] 2.2.3 2017-03-13 16:07:58 +08:00
Evan You
8921d63bb0 [build] 2.2.2 2017-03-09 10:32:38 +08:00
Nathan Shively-Sanders
2dc177ffb3 SFC parseComponent pads complete content with spaces (#5059)
* SFC parseComponent pads content with spaces

when `{ pad: true }` is provided. That is, all content is converted to
spaces. Previously, each line was truncated to "//". The new padding
method works better with character-oriented tools that calculate
positions by distance from the beginning of the file instead of by line
number.

* Made parseComponent's pad support "line" | "space"

Also still supports true for backward compatibility. True is the same as
"line".
2017-03-06 04:36:39 +08:00
Evan You
b7040d31d4 [build] 2.2.1 2017-02-26 08:10:51 -05:00
Evan You
31902746b5 [build] 2.2.0 2017-02-25 23:28:14 -05:00
Evan You
82474b512d [build] 2.2.0-beta.2 2017-02-24 19:01:09 -05:00
Evan You
f606d19a8b [build] 2.2.0-beta.1 2017-02-23 23:22:20 -05:00
Evan You
8d88512837 ssr: resolve require() calls relative to bundle (fix #4936) 2017-02-15 12:07:07 -05:00
Evan You
9df7870b7f revert ssr readme edit 2017-02-13 14:46:54 -05:00
Evan You
a0163cc0b5 update weex-template-compiler deps 2017-02-13 13:34:05 -05:00
Evan You
1c79592524 feat: implement template option for vue-server-renderer 2017-02-13 13:34:05 -05:00
kazuya kawaguchi
e853d1994d add compiler result field (#4845)
ref: CompiledResult type at flow/compiler.js
2017-02-03 12:29:40 -05:00
Evan You
12fa1eb01b update bundleRenderer docs 2017-02-03 10:42:19 -05:00
Evan You
f9e8c4c6b2 [build] 2.1.10 2017-01-17 12:17:11 -05:00
Evan You
d3a9a5097f [release] weex-vue-framework@2.1.9-weex.1 2017-01-16 18:49:42 -05:00
Evan You
e917a891c4 [build] 2.1.9 2017-01-16 18:48:06 -05:00
勾三股四
c1f68dd96e [release] weex-vue-framework@2.1.8-weex.1 (#4598) 2016-12-30 19:36:18 -05:00
Evan You
2856544afd [build] 2.1.8 2016-12-28 00:54:34 -05:00
Evan You
c83458fb94 [build] 2.1.7 2016-12-24 11:36:15 -05:00
kazuya kawaguchi
5c34b1ba73 fix type definition links (#4517)
* fix type definition links

NOTE:
  Everytime, we tried not to change links.

* update flow links
2016-12-20 22:30:54 -05:00
Evan You
06c4f2a75e [build] 2.1.6 2016-12-13 12:22:27 -05:00
Evan You
53b2b0b6bc [build] 2.1.5 2016-12-12 22:09:29 -05:00
Evan You
0ea6e364c9 [build] 2.1.4 2016-12-01 22:01:18 -05:00
Evan You
94b8f0f6ad [release] weex-vue-framework@2.1.3-weex.1 2016-11-26 16:05:54 -05:00
Evan You
00ffe96eda [build] 2.1.3 2016-11-23 19:21:51 -05:00
Evan You
b694e3ad9e [build] 2.1.2 2016-11-23 18:41:50 -05:00
Evan You
4ee9258402 [build] 2.1.1 2016-11-23 16:00:41 -05:00
Evan You
1c2e858d9f [build] 2.1.0 2016-11-22 11:15:07 -05:00
Evan You
662586b24a update version mismatch message 2016-11-21 10:52:33 -05:00
Evan You
24637781db [build] 2.0.8 2016-11-19 22:14:58 -05:00
Evan You
d822e1ca3c [build] 2.0.7 2016-11-16 16:54:25 -05:00
Evan You
1f0384363e [release] weex-vue-framework@2.0.6-weex.1 2016-11-15 18:10:40 -05:00
Evan You
f3c84a632b [build] 2.0.6 2016-11-15 18:05:02 -05:00
勾三股四
eb601adb6d fixed deps and README for the 2 packages about weex (#4160) 2016-11-08 21:39:59 -05:00
Evan You
40c85f79a5 [release] weex-vue-framework@2.0.5-weex.1 2016-11-08 11:05:40 -05:00
Evan You
cb253d7405 wip: weex framework integration 2016-11-07 16:26:06 -05:00
Evan You
b064633951 [build] 2.0.5 2016-11-04 23:47:26 -04:00
Evan You
6b1b1d58e9 [build] 2.0.4 2016-11-04 16:47:02 -04:00
Eduardo San Martin Morote
0d35aa5f21 Fix links on vue-template-compiler README (#4021) 2016-10-24 20:52:11 +08:00
Evan You
1e6a8f568b [build] 2.0.3 2016-10-13 05:27:27 -04:00
Evan You
d362d64633 update entities encoding/decoding (fix #3899) 2016-10-13 05:05:35 -04:00
Evan You
8823fcc7a4 expose preserveWhitespace option in template compiler 2016-10-13 03:17:47 -04:00
Evan You
617b9982e0 [build] 2.0.2 2016-10-12 00:54:06 -04:00
Evan You
d69b64f01f [build] 2.0.1 2016-09-30 17:12:01 -04:00
Evan You
3ad68b96e2 [build] 2.0.0 2016-09-30 14:32:00 -04:00
Evan You
ae93d2bef8 update github links 2016-09-28 20:37:32 -04:00
Evan You
ccd44f3f41 [build] 2.0.0-rc.8 2016-09-27 17:08:27 -04:00
Evan You
600d436541 [build] 2.0.0-rc.7 2016-09-23 18:24:49 -04:00
Evan You
ace1076da9 [build] 2.0.0-rc.6 2016-09-13 09:21:02 -04:00
Evan You
faecdb6324 [build] 2.0.0-rc.5 2016-09-08 13:29:47 +02:00
cinwell.li
04eb32e4f0 fix typo (#3578) 2016-09-01 04:27:49 +02:00
Evan You
88906d6c45 [build] 2.0.0-rc.4 2016-08-29 15:49:00 -04:00
Brandon Surowiec
0f8ad06b2c Fix Spelling (#3496)
* Fix Spelling

* Fix other instances.
2016-08-22 23:03:00 +02:00
Evan You
f5d4313d10 [build] 2.0.0-rc.3 2016-08-20 14:04:54 -04:00
Evan You
179e9fdf57 [build] 2.0.0-rc.2 2016-08-15 23:39:07 -04:00
Evan You
71db0bf2a8 add diagram in ssr docs 2016-08-11 18:13:16 -05:00
Evan You
df85865e4f [build] 2.0.0-rc.1 2016-08-11 00:43:09 -05:00
Evan You
0e75fb93df use component name for SSR caching (also allow full externalization) 2016-08-10 23:35:40 -05:00
Evan You
1cb4886380 [build] 2.0.0-beta.8 2016-08-10 00:55:30 -04:00
Evan You
b3f6d79361 [build] 2.0.0-beta.7 2016-08-05 18:14:22 -04:00
Evan You
2cdccccd65 [build] 2.0.0-beta.6 2016-08-01 15:31:12 -04:00
Evan You
729d9ff51d [build] 2.0.0-beta.5 2016-07-27 00:25:41 -04:00
Evan You
00091053c4 check version compatibility in packages 2016-07-26 02:25:17 -04:00
Evan You
28a95221b3 [build] 2.0.0-beta.4 2016-07-25 22:07:26 -04:00
Evan You
d6ffe2c1b3 [build] 2.0.0-beta.3 2016-07-23 22:48:09 -04:00
Evan You
5ef712e21d [build] 2.0.0-beta.2 2016-07-17 01:53:44 -04:00
Evan You
a09e8bf9a3 [build] 2.0.0-beta.1 2016-07-07 17:53:22 -04:00
Evan You
b26ec09eb2 update ssr cache documentation 2016-07-07 16:35:24 -04:00
Evan You
5c6c8c7ed0 include compiler in vue-server-renderer 2016-07-05 14:19:13 -04:00
Evan You
bf9c46f435 server.getCacheKey -> serverCacheKey 2016-07-03 13:17:57 -04:00
Evan You
ac15b048fd ssr doc version fix 2016-06-29 16:51:02 -04:00
Evan You
49213f3372 update ssr docs on cache 2016-06-29 16:50:21 -04:00
Evan You
ba3bec824d SSR: allow user to provide own (possibly async) cache implementation 2016-06-29 16:45:01 -04:00
Evan You
8de6dec40f add a section about externals 2016-06-28 05:45:01 -04:00
Evan You
a633b3b2d6 [build] 2.0.0-alpha.8 2016-06-28 05:03:10 -04:00
Evan You
eb9eb98cd9 use de-indent module 2016-06-28 04:52:18 -04:00
Evan You
1ca33690c5 tweak ssr docs 2016-06-28 02:48:27 -04:00
Evan You
3c523f249a docs for ssr 2016-06-28 01:10:19 -04:00
Evan You
dd1c936715 docs for vue-template-compiler 2016-06-27 23:49:37 -04:00
Evan You
a896daf4f0 [build] 2.0.0-alpha.7 2016-06-27 22:25:12 -04:00
Evan You
5854f0f781 move bundle renderer into src 2016-06-26 00:53:58 -04:00
Evan You
c902e1f9ab ssr component-level caching + context injection 2016-06-25 22:59:03 -04:00
Evan You
175282ea05 make ssr files compatible with older node versions 2016-06-25 00:18:50 -04:00
Evan You
4cf710e56d update ssr package 2016-06-25 00:05:39 -04:00
Evan You
621048e448 [build] 2.0.0-alpha.6 2016-06-22 15:33:53 -04:00
Evan You
900bfc1901 [build] 2.0.0-alpha.5 2016-06-17 14:22:51 -04:00
Evan You
6d4f23cb56 [build] 2.0.0-alpha.4 2016-06-16 13:00:55 -04:00
Evan You
c422de1f08 [build] 2.0.0-alpha.3 2016-06-15 14:22:40 -04:00
Evan You
e93286d2c9 [build] 2.0.0-alpha.2 2016-06-13 19:36:46 -04:00
Evan You
687dcee0e3 readme placeholders for packages 2016-06-10 19:38:58 -04:00
Evan You
0a1c19d468 [build] 2.0.0-alpha.1 2016-06-10 19:25:16 -04:00
Evan You
b0b9691efe add pad/map option to sfc parser 2016-06-10 13:19:04 -04:00
Evan You
29bcf88d1d update template-compiler deps 2016-06-10 11:38:22 -04:00
Evan You
f8daf74640 adjust build 2016-06-07 21:53:43 -04:00