Commit Graph

251 Commits

Author SHA1 Message Date
Evan You fb6b4eaca5 fix sd-repeat + sd-viewmodel 2013-10-21 11:59:23 -04:00
Evan You fa2907372c tests for sd-id 2013-10-19 01:21:49 -04:00
Evan You 5fa908d1a2 sd-id 2013-10-19 01:01:52 -04:00
Evan You 094a1feca1 simple no-data directive 2013-10-19 00:34:34 -04:00
Evan You 7b5e419e92 put version task before minify; check version validity before release. 2013-10-18 17:58:23 -04:00
Evan You c6ab23049f 0.4.1
- clean up install for package managers
2013-10-18 17:41:22 -04:00
Evan You ac4d7a65cb add sourceMap for bower install, remove chai as npm dep 2013-10-18 16:47:04 -04:00
Evan You 318df39dc4 rename Seed.vm -> Seed.viewmodel 2013-10-18 12:40:50 -04:00
Evan You 2473d78706 remove unecessary nulling, change comment style 2013-10-18 12:03:11 -04:00
Evan You 3700d2c1f0 should ignore keys starting with $ or _ when observing an external object 2013-10-17 17:11:27 -04:00
Evan You b5bc232ba2 0.4.0 2013-10-17 16:05:26 -04:00
Evan You 70a3d93bed ViewModel.$once 2013-10-17 12:19:58 -04:00
Evan You af342b75c0 remove context binding related stuff 2013-10-17 11:30:35 -04:00
Evan You 810c584400 scope should not overwrite vm properties 2013-10-15 16:44:25 +00:00
Evan You eb9eda9193 bring dist up to date 2013-10-15 05:57:28 +00:00
Evan You 40e4571653 move sd-model into separate file 2013-10-13 15:56:57 -04:00
Evan You f100882685 include test dependencies 2013-10-13 14:51:48 -04:00
Evan You 160ddb599a all unit tests pass in IE9 2013-10-13 14:02:19 -04:00
Evan You b2c4882fda remove option to change interpolate tags 2013-10-13 02:37:08 -04: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 b121a00a95 add sd-pre 2013-10-12 21:37:22 -04:00
Evan You c1206f89b3 tests for lazy option 2013-10-12 20:32:21 -04:00
Evan You b8781c54eb sd-model 2013-10-12 20:10:16 -04:00
Evan You 1e90903da8 implement sd-model 2013-10-12 14:23:48 -04:00
Evan You 345724a1e6 fix bug from last commit 2013-10-12 14:19:27 -04:00
Evan You b3c6ce7038 also ignore properties that start with `_` 2013-10-11 22:40:52 -04:00
Evan You ea034a70c4 todo 2013-10-11 18:30:23 -04:00
Evan You c80b23f076 Array.replace() should abort if target is not in the array 2013-10-11 18:29:00 -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 3159c9a930 fix sd-repeat pop/shift/splice on empty array 2013-10-11 17:40:39 -04:00
Evan You 3cb7d1a00c rename sd-each to sd-repeat 2013-10-11 17:27:36 -04:00
Evan You 81c705cd13 TODOs 2013-10-11 12:17:30 -04:00
Evan You 113dcfb034 shared data example 2013-10-11 12:17:22 -04:00
Evan You 6af04c922e should trim partial expression to allow syntax such as {{> partialID }} 2013-10-11 11:18:33 -04:00
Evan You f1179ace81 tests for $ event methods 2013-10-08 23:19:12 -04:00
Evan You a21e8907d1 implement $ event methods, optimize for minification 2013-10-08 22:26:25 -04:00
Evan You 3cbf498d5a partials done. 2013-10-08 17:22:48 -04:00
Evan You b0dcfd5404 clean up compiler + comments 2013-10-08 14:54:06 -04:00
Evan You a10fdbd920 should remove partial attribute 2013-10-08 13:39:15 -04:00
Evan You 61bddb07d5 clean up utils 2013-10-08 10:29:37 -04:00
Evan You 6fcce9752a readme 2013-10-08 01:30:29 -04:00
Evan You a883536334 readme 2013-10-08 01:28:18 -04:00
Evan You 1e827e87aa compiler clean up, vm & partial API, jshint test files 2013-10-08 01:14:40 -04:00
Evan You 61e897ea88 avoid no parent detach 2013-10-07 23:23:22 -04:00
Evan You 98d1108dd1 detach container before batch DOM updates for sd-each 2013-10-07 17:13:01 -04:00
Evan You 331f03b2fd array methods should be inenumerable 2013-10-07 12:21:54 -04:00
Evan You 2232cf2885 $index for each items 2013-10-07 02:03:43 -04:00
Evan You 55ec2fca9c fix nested VM example 2013-10-07 01:37:20 -04:00