Commit Graph

40 Commits

Author SHA1 Message Date
Evan You ab9654b182 fix indentation styles per eslint 1.5 2015-09-23 15:45:19 -04:00
Evan You 1eeeb9b55f support v-on custom events on child component 2015-09-15 21:37:42 -04:00
Evan You 5d0624b00c clean computed fields in $log. 2015-09-05 21:36:04 -04:00
Evan You d8d55858be include computed properties in vm.$log() (close #1251) 2015-09-05 21:35:59 -04:00
Evan You 271b4cf281 remove old directive parser 2015-09-03 17:47:10 -04:00
Evan You 54c93ac39a remove $add 2015-09-03 17:43:13 -04:00
Evan You 925cdc5fcd fix $add deprecation 2015-09-03 15:16:23 -04:00
Evan You b9d8ad37ce save and throw async stack trace in debug mode 2015-08-16 18:06:24 -04:00
Evan You ded967692b revert simple path error supression 2015-06-12 13:08:20 -04:00
Evan You caca583899 let vm.$watch take an options object instead of unnamed arguments 2015-06-11 04:25:41 -04:00
Evan You 903223a764 also test dynamic get 2015-05-31 20:02:58 -04:00
Evan You 26c9255091 test for setting dynamic non-existent path 2015-05-31 19:45:10 -04:00
Evan You 34da031bdc support setting non-existent dynamic path e.g. "a[b]" 2015-05-31 19:34:05 -04:00
Evan You d04315e9d6 refactor filter application 2015-05-28 15:13:35 -04:00
Evan You c0d22e8cae simplify watcher 2015-05-26 20:55:27 -04:00
Evan You f7e571c468 suppress simple path getter errors 2015-05-08 14:05:40 -04:00
Evan You b61088edef add error handling in vm.$get (fix #781) 2015-04-15 04:15:43 -04:00
Evan You 714c1a1e4e ensure user watchers are triggered after directive updates 2014-12-05 12:24:59 -05:00
Evan You 8d545dad35 refactor watcher to use an option object 2014-12-05 11:24:19 -05:00
Evan You 88996727f5 fix vm.$log when property is not observed or does not exist 2014-11-30 14:22:46 -05:00
Evan You f4a37f00d5 rename folders: compile -> compiler, parse -> parsers 2014-11-24 17:23:42 -05:00
Evan You 63b35b24e7 make vm.$log work for paths 2014-11-05 23:29:50 -05:00
Evan You e91e5ce8a5 deep watch 2014-09-18 11:29:01 -04:00
Evan You 37c7151f67 $add/$delete should work on $data too 2014-09-16 20:50:17 -04:00
Evan You e2536c9734 test for data api 2014-09-04 16:38:49 -04:00
Evan You 36599833de further simplify observe 2014-09-02 08:35:34 -07:00
Evan You 1dfb10e491 fix part of the tests 2014-09-02 05:37:34 -07:00
Evan You 56637f89de fix watcher unregister 2014-08-28 21:55:32 -04:00
Evan You 0886716b2d watcher multiple callbacks 2014-08-28 19:02:32 -04:00
Evan You 5a4cd1f493 cleanup $scope 2014-08-25 00:15:06 -04:00
Evan You 95ec463714 new scope strategy 2014-08-24 23:47:36 -04:00
Evan You b4aa4378ea new v-component 2014-08-17 14:13:52 -04:00
Evan You b768d0c1f3 array filters 2014-08-16 22:40:59 -04:00
Evan You b1654d5e02 a few more directives 2014-08-16 05:41:18 -04:00
Evan You b6a3a13b22 test for text parser 2014-08-10 22:17:30 -04:00
Evan You 94c3c5773f $interpolate 2014-08-10 16:46:20 -04:00
Evan You c9414728ab minor $unwatch change 2014-08-10 14:15:04 -04:00
Evan You 779ec3417f comform source code width 2014-08-10 14:12:22 -04:00
Evan You d4accea3c6 working on instance apis 2014-08-10 13:32:54 -04:00
Evan You 706c67d1d0 restructure 2014-07-14 10:43:48 -04:00