You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed incompatibilities with backbone 1.2.x by removing backbone dependency, effective now and forever. Currently, stable backbone 1.1.2 is linked in.
8
9
- 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.
10
10
- Can be used as drop-in backbonejs replacement in your project.
11
11
- Models has reference to the parent model through `this._owner`
12
12
- 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