Evan You 12 лет назад
Родитель
Сommit
415df621ba
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 1
      README.md
  2. 2 1
      TODO.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ Mini MVVM framework
 ## Features
 
 - 8kb gzipped, no dependency.
-- DOM based templates with auto data binding.
+- DOM based templates with two-way data binding.
 - Precise and efficient DOM manipulation with granularity down to a TextNode.
 - POJSO (Plain Old JavaScript Objects) Models that can be shared across ViewModels with arbitrary levels of nesting.
 - Auto dependency extraction for computed properties.

+ 2 - 1
TODO.md

@@ -1,7 +1,8 @@
 - tests
+- group DOM updates for array operations
 - docs
 - ability to create custom tags
-- plugins
+- acoompanying modules
     - seed-touch (e.g. sd-drag="onDrag" sd-swipe="onSwipe")
     - seed-storage (RESTful sync)
     - seed-router (express style)