Commit Graph

9 Commits

Author SHA1 Message Date
Evan You 212990a3bb make exp-parser deal with cases where strings contain variable names 2014-01-08 11:40:31 -05:00
Evan You 7c1d196355 API change: split `scope` into `data` and `methods` 2013-12-23 14:47:51 -05:00
Evan You 14d8ce24a3 compiler rewrite - observe scope directly and proxy access through vm 2013-12-23 04:54:02 -05:00
Evan You cdd07162e1 0.6.0 - rename to Vue 2013-12-07 17:29:17 -05:00
Evan You b4902ae757 unit test for new exp-parser implementation 2013-11-18 15:15:11 -05:00
Evan You 30784b5756 expressions
- add functional test case for sd-on expression handlers
- invalid inline expressions: the error will be captured and warning thrown
- add unit test case for invalid inline expressions
- utils.warn() now always gets thrown by default
- add `silent` config option to suppress warnings
2013-11-15 11:46:24 -05:00
Evan You a740802330 unit tests for transitions 2013-11-12 13:45:54 -05:00
Evan You db22a2a023 fix dependency tracking for nested values 2013-10-21 14:17:20 -04:00
Evan You 6bc19e6e66 make all unit tests run in real browsers 2013-09-08 01:21:41 -04:00