Skip to content

Commit

Permalink
ES6 rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Nguyen committed Feb 14, 2015
1 parent fa9b516 commit 1bf35ea
Show file tree
Hide file tree
Showing 10 changed files with 684 additions and 592 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 0.6.3 (February 9, 2014)
# 0.7.0 (February 14, 2015)
- ES6 rewrite

# 0.6.3 (February 9, 2015)
- Batch rewrap

# 0.6.2 (August 13, 2014)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Cortex is a Javascript library for centrally managing data with React.
**Key features:**
- supports deeply nested data with a simple API
- performs old and new data comparison out of the box so you don't have to implement shouldComponentUpdate
- performs batch updates and efficiently rewraps only the affected subtree.
- performs efficient batch updates and rewrapping
- has built-in methods for working with arrays and hashes
- written in ES6

**Demos**

Expand Down
Loading

0 comments on commit 1bf35ea

Please sign in to comment.