Skip to content

Commit

Permalink
Backbone-relational 0.8.5; compatible with Backbone 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Apr 10, 2013
1 parent 60d9b38 commit b986f33
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 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.0+
* Backbone-relational.js 0.8.5
* (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
18 changes: 14 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<div id="sidebar">
<a class="toc_title" href="#">
Backbone-relational.js <span class="version">(0.8.0)</span>
Backbone-relational.js <span class="version">(0.8.5)</span>
</a>

<ul>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h2>

<table>
<tr>
<td><a class="punch" href="https://raw.github.com/PaulUithol/Backbone-relational/0.8.0/backbone-relational.js">Latest Release (0.8.0)</a></td>
<td><a class="punch" href="https://raw.github.com/PaulUithol/Backbone-relational/0.8.5/backbone-relational.js">Latest Release (0.8.5)</a></td>
<td class="text"><i>~60kb, Full source, lots of comments</i></td>
</tr>
<tr>
Expand All @@ -161,7 +161,7 @@ <h2>
<p>
Backbone-relational depends on <a href="http://backbonejs.org/">Backbone.js</a> <small>(>= 1.0.0)</small>,
which itself requires <a href="http://underscorejs.org">Underscore.js</a> <small>(> 1.4.4)</small> and
<a href="http://jquery.com">jQuery</a> <small>(> 1.4.2)</small> or
<a href="http://jquery.com">jQuery</a> <small>(> 1.7.0)</small> or
<a href="http://zeptojs.com/">Zepto</a>.
</p>
</section>
Expand Down Expand Up @@ -1126,10 +1126,20 @@ <h2>Change Log</h2>
<h4>Master
<small>
<span class="date">(future)</span> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.8.0...master">diff</a> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.8.5...master">diff</a> &ndash;
<a href="https://raw.github.com/PaulUithol/Backbone-relational/master/backbone-relational.js">download</a>
</small>
</h4>
<ul>
</ul>

<h4>0.8.5
<small>
<span class="date">(10 April 2013)</span> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.8.0...0.8.5">diff</a> &ndash;
<a href="https://raw.github.com/PaulUithol/Backbone-relational/0.8.5/backbone-relational.js">download</a>
</small>
</h4>
<ul>
<li>Supports Backbone 1.0.0</li>
<li>
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.0+"
"version" : "0.8.5"
}

0 comments on commit b986f33

Please sign in to comment.