NestedReact Versions Save

BackboneJS compatibility layer for React-MVx MVVM framework.

v0.6.0

7 years ago
  • NestedLink 1.3 is goddamn good. Check it out. https://github.com/Volicon/NestedLink
  • All models now have linkAll method.
  • All links are cached now, so they won't break pure render optimization. Finally.
  • Removed unintentionally bundled underscore. That was bad.

v0.5.2

8 years ago
  • fetching state members caused an expection

v0.5.1

8 years ago

0.5.0

8 years ago
  • new props, context, and childContext specs
  • pureRender option.
  • two-way data binding
  • bug fixes

v0.4.0

8 years ago
  • Fixed links incompatibilities with React. There were weird issues with .val implementation, thus, 'live' links functionality was removed.
  • Changed links API. Now, Collections support both links to property (getLink), and link to model (hasLink)
  • Everything extending Object with .extend now supports property links.
  • In order to create link, use new Nested.Link( value, callback );

v3.0.0

8 years ago