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
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
Allow leaf nodes of the object graph to be simple Backbone.Model(s) as well.
Set parents property eagerly, so that it is available in the children initialize at the time of graph creation.
Bug fix : Remove references from parents during re-assignment and model destroy operations (Issue #111 & #114)
Bug fix : Check for existence (rather than value) for idAttribute (Issue #112)
Bug fix : Check for null/undefined v/s legitimate false value scenarios (Issue #137)