Skip to content

Commit

Permalink
Update versions to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Aug 19, 2015
1 parent 0731ff3 commit a7634e7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 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.10.0-beta.0
* Backbone-relational.js 0.10.0
* (c) 2011-2014 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
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "backbone-relational",
"main": "backbone-relational.js",
"dependencies": {
"underscore": ">=1.5.0",
"backbone": ">=1.1.2"
"underscore": ">=1.7.0",
"backbone": ">=1.2.1"
},
"ignore": ["static", "test", ".html"]
}
28 changes: 23 additions & 5 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.9.0)</span>
Backbone-relational.js <span class="version">(0.10.0)</span>
</a>

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

<table>
<tr>
<td><a class="punch" href="https://raw.github.com/PaulUithol/Backbone-relational/0.9.0/backbone-relational.js">Latest Release (0.9.0)</a></td>
<td><a class="punch" href="https://raw.github.com/PaulUithol/Backbone-relational/0.10.0/backbone-relational.js">Latest Release (0.9.0)</a></td>
<td class="text"><i>~70kb. Full source, uncompressed, lots of comments.</i></td>
</tr>
<tr>
Expand All @@ -170,8 +170,8 @@ <h2>
</table>

<p>
Backbone-relational depends on <a href="http://backbonejs.org/">Backbone.js</a> <small>(>= 1.1.2)</small>,
which itself requires <a href="http://underscorejs.org">Underscore.js</a> <small>(> 1.5.0)</small> and
Backbone-relational depends on <a href="http://backbonejs.org/">Backbone.js</a> <small>(>= 1.2.1)</small>,
which itself requires <a href="http://underscorejs.org">Underscore.js</a> <small>(> 1.7.0)</small> and
<a href="http://jquery.com">jQuery</a> <small>(> 1.7.0)</small> or
<a href="http://zeptojs.com/">Zepto</a>.
</p>
Expand Down Expand Up @@ -1260,11 +1260,29 @@ <h2>Change Log</h2>
<h4>Master
<small>
<span class="date">(future)</span> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.9.0...master">diff</a> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.10.0...master">diff</a> &ndash;
<a href="https://raw.github.com/PaulUithol/Backbone-relational/master/backbone-relational.js">download</a>
</small>
</h4>

<h4>0.10.0
<small>
<span class="date">(future)</span> &ndash;
<a href="https://github.com/PaulUithol/Backbone-relational/compare/0.9.0...0.10.0">diff</a> &ndash;
<a href="https://raw.github.com/PaulUithol/Backbone-relational/master/backbone-relational.js">download</a>
</small>
</h4>
<ul>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/commit/84fae6c4ff81ce4cea40ec3345b0fdbb2f781881"><q>84fae6c</q></a>
Fix ordering problems in relations
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/commit/0731ff391e3159dfac617e5834b33adef9500b49"><q>0731ff3</q></a>
Backbone 1.2.1 compatible (add <q>_removeModels</q> override)
</li>
</ul>

<h4>0.9.0
<small>
<span class="date">(25 October 2014)</span> &ndash;
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"author": "Paul Uithol <https://github.com/PaulUithol>",
"contributors": "Listed at <https://github.com/PaulUithol/Backbone-relational/contributors>",
"dependencies": {
"underscore": ">=1.5.0",
"backbone": ">=1.1.2"
"underscore": ">=1.7.0",
"backbone": ">=1.2.1"
},
"license": "MIT",
"version": "0.10.0-beta.0"
"version": "0.10.0"
}

0 comments on commit a7634e7

Please sign in to comment.