Skip to content

Commit afd8e0f

Browse files
author
Vlad Balin
committed
Update README.md
1 parent 9d40764 commit afd8e0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ API docs available here: http://volicon.github.io/NestedTypes/ Examples are belo
2121
## Major changes in 1.3.x:
2222

2323
- [Huge performance improvements](http://slides.com/vladbalin/performance#/).
24-
- Abstract models and collection support.
24+
- Abstract models and collection support (will be documented soon, some info is [here](/docs/BackboneTransitionGuide.md#collections)).
2525
- Declarative [attribute-level validation](http://slides.com/vladbalin/deck#/).
26-
- Mixins like in React's `createClass`.
27-
- First-class hierarchical stores.
26+
- Mixins like in React's `createClass` (will be documented, but it will just work as you expect).
27+
- First-class hierarchical stores (very cool, but here's the spearate manual needed, which is tbd).
2828
- Bug fixes
2929
- Core changes:
3030
- Version tokens for models and collections making possible precise and efficient cache invalidation.
3131
It makes possible things like React's "pure render" optimization and lazy evaluation with memoization like in new validation.
3232
- Events, REST, underscore support, and validation is refactored to mixins.
3333
- Removed unused backbone code. Now NestedTypes contains backbone's shim with View, Router and History for backward compatibility purposes.
34-
- NestedTypes passes modified backbone 1.2 test suite.
35-
- Experimental features:
34+
- *NestedTypes passes modified backbone 1.2 test suite*.
35+
- Experimental features (may be documented or removed later):
3636
- attribute proxies (has.proxy)
3737
- hardrefs (Model.take and Collection.take)
3838

0 commit comments

Comments
 (0)