Evan You
|
623bcc632c
|
update build setup to make babel work properly with flow
|
9 years ago |
Evan You
|
6e9614d875
|
fix ssr:dev task
|
9 years ago |
Evan You
|
b926b9e7cd
|
annotate entries
|
9 years ago |
Evan You
|
7ac7cae195
|
add error handling for srr
|
9 years ago |
Blake Newman
|
9b59ccc6b4
|
Fix issue with renderToString stack length overflowing (#2840)
* Fix issue with renderToString stack length overflowing
* SSR renderToString asyncronous callback
|
9 years ago |
Evan You
|
d6ced71719
|
prohibit Vue.set/delete on Vue instances
|
9 years ago |
kazuya kawaguchi
|
64de68b6f5
|
add observer tests (#2855)
* test: add observer tests
NOTE: bring vue 1.x observer test
* update observer tests
|
9 years ago |
Blake Newman
|
35440d9856
|
SSR warn for no VUE_ENV and add tests (#2844)
- Added test coverage for data observation and VUE environment variable
- Moved Test helpers into own folder for reusability
|
9 years ago |
Evan You
|
efbb3985a9
|
remove tern, update flowconfig
|
9 years ago |
Evan You
|
4e4e68d999
|
include flow check in npm test
|
9 years ago |
Evan You
|
328bc28482
|
update build setup for flow
|
9 years ago |
Evan You
|
8ed2f8e6fb
|
first file annotated!
|
9 years ago |
Evan You
|
b139cdb854
|
add flow config
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
4dc42357e4
|
use _isServer flag to determine whether __path__ should be noop
|
9 years ago |
Evan You
|
76d06ba422
|
implement $isServer and ssr observation skipping via env variables
|
9 years ago |
Evan You
|
5d08de5a2b
|
ensure scheduler depletes all queues
|
9 years ago |
Phan An
|
e38e494cba
|
Moduralize the noop() function (#2834)
Currently the `noop` function is being declared and used randomly at
places. This commit moduralizes it (à la lodash) for more DRY code.
|
9 years ago |
Evan You
|
5a5c7eb39d
|
ready -> mounted
|
9 years ago |
Evan You
|
2021b1f36f
|
layout unit test files
|
9 years ago |
Evan You
|
35efe4e8d9
|
rename batcher to scheduler
|
9 years ago |
Evan You
|
6593be9f75
|
update unit tests convention + basic component tests
|
9 years ago |
Evan You
|
faa8245209
|
<render> method should use dynamic binding
|
9 years ago |
Evan You
|
19f3fab1c4
|
add tern config file
|
9 years ago |
Evan You
|
097bb2e4e8
|
tweak render stream implementation
|
9 years ago |
Evan You
|
8172e7e257
|
fix ssr tests
|
9 years ago |
Evan You
|
8f5a32b91c
|
tweak render logic
|
9 years ago |
Evan You
|
498448284a
|
tweak ssr async resolve, revert $forceUpdate change
|
9 years ago |
Evan You
|
2b7c26d108
|
fix tests
|
9 years ago |
Evan You
|
430fe64bb5
|
only create render function once
|
9 years ago |
Evan You
|
270b0ac021
|
Merge branch 'ssr-improvements' of git://github.com/blake-newman/vue into ssr
|
9 years ago |
Evan You
|
c556190ba1
|
fix ssr test
|
9 years ago |
Evan You
|
c1bb12a36c
|
fix reorder benchmark after track-by change
|
9 years ago |
Evan You
|
96f02660a2
|
use classes
|
9 years ago |
Evan You
|
be2e79df27
|
fix ssr tests
|
9 years ago |
Evan You
|
f01e859d17
|
bump build babel preset
|
9 years ago |
Evan You
|
27033b7589
|
update build script and npm files
|
9 years ago |
Evan You
|
3be4071d59
|
bump babel version
|
9 years ago |
Evan You
|
9505d81115
|
add warnings for options with restrictions
|
9 years ago |
Evan You
|
b6d02d234b
|
support extends option
|
9 years ago |
Evan You
|
5fb1a549d2
|
make attr behavior more consistent + fix tests
|
9 years ago |
Takuya Tejima
|
ae78813606
|
[Vue 2.0] Fix BooleanAttr & EnumeratedAttr serialization (#2810)
* fix attr serialization
* Add attribute test cases
|
9 years ago |
Blake Newman
|
916bbfd766
|
improved resolving mechanism for resolved components
|
9 years ago |
Blake Newman
|
d89c674cb5
|
added manual rendering
|
9 years ago |
Blake Newman
|
a233e4dbfa
|
improved SSR rendering
- Reduced duplicated code
- Added more test coverage
- Added syncronous component resolving support
- Fixed component lifecycle
- Added raw render method, to allow custom streaming possibilities
|
9 years ago |
Evan You
|
4ff27c9ab7
|
remove v-else support for v-show
|
9 years ago |
Evan You
|
d1abc2fe2e
|
use eslint-config-vue
|
9 years ago |
Blake Newman
|
5ec4246472
|
updated dependencies to latest, with better control ranges (#2780)
|
9 years ago |
Evan You
|
5516f37b8a
|
improve batching strategy
|
9 years ago |
Evan You
|
9cc9393e73
|
fix default slot fallback on whitespace
|
9 years ago |