Commit Graph

19 Commits

Author SHA1 Message Date
Evan You 78fa71cc6f fix #539 v-if duplicate compile when a different truthy value is set 2014-11-03 18:42:19 -05:00
Evan You 056a0376f2 big rewrite for block-handling 2014-10-21 01:38:19 -04:00
Evan You 0bfd6e625d fix partial decompile in v-if/v-partial 2014-10-20 21:17:39 -04:00
Evan You 664e59da1d new v-if implementation using partial compilation 2014-10-19 19:32:36 -04:00
Evan You 5888e21f15 fix #489 v-if $data inheritance 2014-10-15 15:11:53 -04:00
Evan You 9c1e7ae96b tests for v-if 2014-09-17 12:35:13 -04:00
Evan You ca6bee24a6 components have isolated scope by default 2014-09-04 11:57:36 -04:00
Evan You f016fe4982 simplify v-if 2014-08-30 10:54:06 -04:00
Evan You cd8d44e5b4 _anonymous is an internal option. 2014-08-28 16:29:26 -04:00
Evan You 58f12db185 improve data change broadcasting 2014-08-28 11:58:56 -04:00
Evan You a0173e235c compile wip 2014-08-27 18:59:38 -04:00
Evan You dc745af66b remove unused _noSync option 2014-08-25 00:25:02 -04:00
Evan You 95ec463714 new scope strategy 2014-08-24 23:47:36 -04:00
Evan You 89a64ea545 avoid syncing data when possible 2014-08-23 00:31:08 -04:00
Evan You 1af8126e1e wip v-repeat: init working 2014-08-20 23:00:27 -04:00
Evan You 590d5b2207 new v-if 2014-08-17 15:36:13 -04:00
Evan You b4aa4378ea new v-component 2014-08-17 14:13:52 -04:00
Evan You 8b72c26a93 handle callable expressions for v-on 2014-08-16 18:06:37 -04:00
Evan You b1654d5e02 a few more directives 2014-08-16 05:41:18 -04:00