From c06472fa0576d0b7091360d64eee4382e5a17b45 Mon Sep 17 00:00:00 2001 From: Vlad Balin Date: Thu, 12 Nov 2015 21:38:45 -0500 Subject: [PATCH] updated read --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec165f9..e7045ff 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ master: [![Master Build Status](https://travis-ci.org/Volicon/backbone.nestedTypes.svg?branch=master)](https://travis-ci.org/Volicon/backbone.nestedTypes) develop: [![Develop Build Status](https://travis-ci.org/Volicon/backbone.nestedTypes.svg?branch=develop)](https://travis-ci.org/Volicon/backbone.nestedTypes) -Version 1.1.5 highlights: +Version 1.2.0 highlights: +- React integration and data binding support. [npm install nestedreact](https://github.com/Volicon/react-backbone.glue/) - Fixed incompatibilities with backbone 1.2.x by removing backbone dependency, effective now and forever. Currently, stable backbone 1.1.2 is linked in. - npm package name is changed to just 'nestedtypes'. Thus, `npm install nestedtypes`. - Can be used as drop-in backbonejs replacement in your project.