Commit Graph

31 Commits

Author SHA1 Message Date
Evan You cdd07162e1 0.6.0 - rename to Vue 2013-12-07 17:29:17 -05:00
Evan You 19d15ecf8d Improvements to observed array extension methods
- mutateFilter() is now remove(fn)
- replace() now also takes a function argument
- tests for above
- fix unit tests for IE9
2013-12-04 20:17:38 -05:00
Evan You 5f9b61b0dc make todomvc example work with new exp splitter 2013-12-04 18:39:13 -05:00
Evan You f87f603d03 computed properties now use $get and $set to be more explicit 2013-11-15 11:06:11 -05:00
Evan You 7b17f80eee IE9 compatibility
- fixed: Array method wrapping
- fixed: console
- fixed: classList polyfiil
- fixed: select options
2013-10-13 02:15:52 -04:00
Evan You 99b25b2998 rename `prop` option to `scope` 2013-10-11 18:24:53 -04:00
Evan You 65faa95549 move all API methods to Seed 2013-10-11 18:13:57 -04:00
Evan You 9405ed720f rename `props` options to `proto` 2013-10-11 17:46:28 -04:00
Evan You b379274b31 make it cleaner 2013-08-25 14:16:13 -04:00
Evan You f29754131c polish todo example 2013-08-25 03:07:48 -04:00
Evan You 9d0d2114f8 expression parsing 2013-08-25 02:38:44 -04:00
Evan You fbe6b56b98 fix todos example 2013-08-23 14:51:49 -04:00
Evan You bc84435133 wip 2013-08-20 15:18:41 -04:00
Evan You 6f0eca4bf6 simply api; 2013-08-15 21:41:02 -04:00
Evan You e9f2223d3a 0.2.1, remove $on/$off 2013-08-15 12:26:13 -04:00
Evan You a104afb472 optimize array watch method hijacking 2013-08-15 12:16:39 -04:00
Evan You dddb255074 new api fixed 2013-08-15 11:47:05 -04:00
Evan You c98c8a68cb working, but with memory issue; 2013-08-15 11:31:36 -04:00
Evan You 761b643baa new api WIP 2013-08-15 00:39:32 -04:00
Evan You d78df31017 rename internal, optimize memory usage for GC 2013-08-14 16:47:21 -04:00
Evan You cc64365323 put properties on the scope prototype! 2013-08-13 18:53:29 -04:00
Evan You 2658486bcc add Seed.broadcast() and scope.$on() 2013-08-13 14:34:51 -04:00
Evan You 5bfb4b5ef2 stricter check for computed properties 2013-08-13 13:20:49 -04:00
Evan You 4772f12e6d fix sd-value and filters.pluralize 2013-08-13 00:06:30 -04:00
Evan You cfc27d89f1 separate storage in todos example, expose some utils methods 2013-08-12 15:04:02 -04:00
Evan You 9546965ae0 add pluralize filter 2013-08-11 22:35:06 -04:00
Evan You de1c1a1112 dynamic context computed properties 2013-08-11 11:30:53 -04:00
Evan You 8eedfeacf9 computed properties now have access to context scope and element 2013-08-11 01:50:32 -04:00
Evan You 58363ebea8 fix sd-focus, comply with todomvc spec 2013-08-10 07:56:59 -04:00
Evan You 8411724a55 grunt release task 2013-08-10 06:52:14 -04:00
Evan You 5200951b0a restructure todomvc, add $watch/$unwatch 2013-08-10 05:56:43 -04:00