Skip to content

Commit 5610493

Browse files
author
Vlad Balin
committed
minor changes
1 parent 8383911 commit 5610493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ develop: [![Develop Build Status](https://travis-ci.org/Volicon/backbone.nestedT
55

66
Version 1.1.5 highlights:
77

8+
- Fixed incompatibilities with backbone 1.2.x by removing backbone dependency, effective now and forever. Currently, stable backbone 1.1.2 is linked in.
89
- npm package name is changed to just 'nestedtypes'. Thus, `npm install nestedtypes`.
9-
- Removed backbone dependency. Currently, stable backbone 1.1.2 is linked in.
1010
- Can be used as drop-in backbonejs replacement in your project.
1111
- Models has reference to the parent model through `this._owner`
1212
- When the same model is shared between tho other models, attempt to serialize the model which is not an owner will result in [Serialization Error] warning. In most of the cases, this warning is the sign of weird errors, because after loading data this shared models won't be shared any more.

0 commit comments

Comments
 (0)