Skip to content

Commit bc53afe

Browse files
author
Vlad Balin
committed
removed underscore, upgraded value links.
1 parent c33f8dd commit bc53afe

File tree

7 files changed

+16907
-16151
lines changed

7 files changed

+16907
-16151
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ You can compare solution size and complexity to other approaches on [TodoMVC](/e
2020

2121
![todomvc](/examples/todomvc/SLOC-comparison.jpg) ![flux-comparison](/examples/flux-comparison/sloc-comparison.png)
2222

23+
# (!) Version 0.6 notes
24+
25+
New version of value links is included. There are breaking changes.
26+
27+
`new Link( value, x => ... )` doesn't work any more, use `Link.value( value, x => ... )` instead.
28+
29+
There are absolutely exciting new links features. Please, refer to [NestedLink documentation](https://github.com/Volicon/NestedLink) for details.
30+
2331
# Installation
2432
It's packed as single UMD, thus grab the module or use `npm` to install.
2533
`npm install --save nestedreact`

0 commit comments

Comments
 (0)