Skip to content

Commit

Permalink
Backbone-relational 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Jan 16, 2014
1 parent 86d004a commit 92fe084
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backbone-relational.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* vim: set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab: */
/**
* Backbone-relational.js 0.8.6
* Backbone-relational.js 0.8.7
* (c) 2011-2013 Paul Uithol and contributors (https://github.com/PaulUithol/Backbone-relational/graphs/contributors)
*
* Backbone-relational may be freely distributed under the MIT license; see the accompanying LICENSE.txt.
Expand Down
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1225,18 +1225,26 @@ <h2>Change Log</h2>
<h4>Master
<small>
<span class="date">(future)</span> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.8.6...master">diff</a> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.8.7...master">diff</a> &ndash;
<a href="https://raw.github.com/PaulUithol/Backbone-relational/master/backbone-relational.js">download</a>
</small>
</h4>

<h4>0.8.7
<small>
<span class="date">(17 January 2014)</span> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.8.6...0.8.7">diff</a> &ndash;
<a href="https://raw.github.com/PaulUithol/Backbone-relational/0.8.7/backbone-relational.js">download</a>
</small>
</h4>
<ul>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/commit/8371089ac8bb92a00c2de38822fea7fa9f555b04"><q>8371089</q></a>:
Change return types for <q>Collection</q> methods to match Backbone 1.1.0
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/pull/376"><q>#376</q></a>:
Include ids of unregistered models (not fetched or even non existant) in <q>toJSON</q>
Include ids of unregistered models (not fetched or otherwise) in <q>toJSON</q>
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/commit/8371089ac8bb92a00c2de38822fea7fa9f555b04"><q>8371089</q></a>:
Expand All @@ -1248,7 +1256,7 @@ <h4>0.8.6
<small>
<span class="date">(16 August 2013)</span> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.8.5...0.8.6">diff</a> &ndash;
<a href="https://raw.github.com/PaulUithol/Backbone-relational/master/backbone-relational.js">download</a>
<a href="https://raw.github.com/PaulUithol/Backbone-relational/0.8.6/backbone-relational.js">download</a>
</small>
</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
},
"lib" : ".",
"main" : "backbone-relational.js",
"version" : "0.8.6"
"version" : "0.8.7"
}

0 comments on commit 92fe084

Please sign in to comment.