Skip to content

Commit b98276b

Browse files
author
Vlad Balin
committed
Update README.md
1 parent f177afa commit b98276b

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
@@ -8,7 +8,7 @@ Version 1.1.2 highlights:
88
- npm package name is changed to just 'nestedtypes'. Thus, `npm install nestedtypes`.
99
- It export all the stuff which is required to use it as drop-in backbonejs replacement in your project.
1010
- Models has reference to the parent model through `this._owner`
11-
- 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.
11+
- When the same model is shared between two 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.
1212
- Collections has new `changes` event, which can be used directly on collection instead of 'add remove change reset'. It's efficient, and fired only once during compound changes.
1313
- There are Collection.transaction( func ) method which can be used ad-hoc to group sequence of changes coming from inside of func to the single transaction, thus, firing just one 'changes' event. Helpful for reducing an amount of renders.
1414
- Every method declared on Collection can be turned to be transactional when its definition is wrapped in Nested.transaction.

0 commit comments

Comments
 (0)