Skip to content

Commit 191460e

Browse files
committed
Updated for v0.6.2
1 parent 33d4d55 commit 191460e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff 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)
22

33
* 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`
44
* Allow leaf nodes of the object graph to be simple Backbone.Model(s) as well.
55
* Set `parents` property eagerly, so that it is available in the children `initialize` at the time of graph creation.
66
* Bug fix : Remove references from parents during re-assignment and model `destroy` operations (Issue #111 & #114)
77
* 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)
9+
* Bug fix : Checks for maps returning null values (Issue #133)
810

911

1012
### Version 0.6.1 - [Diff](https://github.com/dhruvaray/backbone-associations/compare/v0.6.0...v0.6.1)

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
copyright (c) 2013 Dhruva Ray, Jaynti Kanani, Persistent Systems Ltd.
1+
copyright (c) 2014 Dhruva Ray, Jaynti Kanani, Persistent Systems Ltd.
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"backbone-associations",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"main":"./backbone-associations.js",
55
"dependencies":{
66
"backbone":">=1.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test":"phantomjs test/lib/runner.js test/test-suite.html?noglobals=true"
3131
},
3232
"main":"backbone-associations.js",
33-
"version": "0.6.1",
33+
"version": "0.6.2",
3434
"repository":"git://github.com/dhruvaray/backbone-associations.git",
3535
"licenses":[
3636
{

0 commit comments

Comments
 (0)