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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
-
### Upcoming
1
+
### Version 0.6.2 - [Diff](https://github.com/dhruvaray/backbone-associations/compare/v0.6.1...v0.6.2)
2
2
3
3
* Introducing `collectionOptions` - Can be an options hash or a function which returns an options hash. These options will be utilized while instantiating a new collection of type `collectionType`
4
4
* Allow leaf nodes of the object graph to be simple Backbone.Model(s) as well.
5
5
* Set `parents` property eagerly, so that it is available in the children `initialize` at the time of graph creation.
6
6
* Bug fix : Remove references from parents during re-assignment and model `destroy` operations (Issue #111 & #114)
7
7
* Bug fix : Check for existence (rather than value) for `idAttribute` (Issue #112)
8
+
* Bug fix : Check for null/undefined v/s legitimate false value scenarios (Issue #137)
0 commit comments