Skip to content

Commit

Permalink
upgrade version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosim committed Mar 17, 2016
1 parent 42e108f commit 56f3a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "domcom",
"version": "0.1.6",
"version": "0.2.0",
"description": "dom component",
"keywords": [
"domcom",
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### todo
* flatten the render hierarchy, skip the call to inactive component level
* more utilties for flow, to help convert normal function to reactive, reduce appended computation in reactive function, or directly invalidate the component from the changing

#### done
* flatten the render hierarchy, skip the call to inactive component level
* delegation to events
* error processing: dc.onerror and dc.error
* minify the removing and reinsert of node as possible
Expand Down

0 comments on commit 56f3a8d

Please sign in to comment.