Skip to content

Commit

Permalink
Update changelog for master
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Apr 2, 2013
1 parent 0bd577e commit 4da5586
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1121,10 +1121,23 @@ <h4>Master
</small>
</h4>
<ul>
<li>Supports Backbone 1.0.0</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/issues/191">#191</a>: if <q>includeInJSON</q>
<a href="https://github.com/PaulUithol/Backbone-relational/issues/191"><q>#191</q></a>: if <q>includeInJSON</q>
is equal to the model's <q>idAttribute</q>, "missing" models will be included in the JSON to avoid data loss.
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/issues/201"><q>#201</q></a>:
add `Backbone.Store.removeModelScope` method
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/issues/273"><q>#273</q></a>:
improve merging of relations between super/subModels.
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/issues/295"><q>#295</q></a>:
check (and error on) duplicate ids when explicitly setting the <q>idAttribute</q>.
</li>
</ul>

<h4>0.8.0
Expand Down Expand Up @@ -1181,7 +1194,7 @@ <h4>0.7.0
<ul>
<li>Compatible with Backbone >= 0.9.9</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/issues/180">#180</a>: no longer allow
<a href="https://github.com/PaulUithol/Backbone-relational/issues/180"><q>#180</q></a>: no longer allow
multiple instances of RelationalModels with the same type, and the same <q>id</q>.
</li>
</ul>
Expand All @@ -1195,7 +1208,7 @@ <h4>0.6.0
</h4>
<ul>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/issues/60">#60</a>: <q>keySource</q> option
<a href="https://github.com/PaulUithol/Backbone-relational/issues/60"><q>#60</q></a>: <q>keySource</q> option
added to relations.
</li>
<li>
Expand Down
1 change: 1 addition & 0 deletions test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3454,6 +3454,7 @@ $(document).ready(function() {
ok( parent.get( 'parent' ) === grandchild, 'circular reference from `grandchild` to `parent` works' );
});


module( "Backbone.Collection", { setup: reset } );


Expand Down

0 comments on commit 4da5586

Please sign in to comment.