Skip to content

Commit

Permalink
Backbone-relational 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulUithol committed Aug 16, 2013
1 parent 7f1dc51 commit 142af74
Show file tree
Hide file tree
Showing 3 changed files with 15 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.5
* Backbone-relational.js 0.8.6
* (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
17 changes: 13 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.5)</span>
Backbone-relational.js <span class="version">(0.8.6)</span>
</a>

<ul>
Expand Down Expand Up @@ -151,8 +151,8 @@ <h2>

<table>
<tr>
<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>
<td><a class="punch" href="https://raw.github.com/PaulUithol/Backbone-relational/0.8.6/backbone-relational.js">Latest Release (0.8.6)</a></td>
<td class="text"><i>~66kb. Full source, uncompressed, lots of comments.</i></td>
</tr>
<tr>
<td><a class="punch" href="https://raw.github.com/PaulUithol/Backbone-relational/master/backbone-relational.js">Development Version</a></td>
Expand Down Expand Up @@ -284,6 +284,7 @@ <h2>
<li><a href="#RelationalModel-setup">setup</a></li>
<li><a href="#RelationalModel-build">build</a></li>
<li><a href="#RelationalModel-findOrCreate">findOrCreate</a></li>
<li><a href="#RelationalModel-find">find</a></li>
</ul>

<h3 id="RelationalModel-properties">
Expand Down Expand Up @@ -1153,7 +1154,7 @@ <h4>Master

<h4>0.8.6
<small>
<span class="date">(tbd)</span> &ndash;
<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>
</small>
Expand Down Expand Up @@ -1183,6 +1184,14 @@ <h4>0.8.6
<a href="https://github.com/PaulUithol/Backbone-relational/pull/380"><q>#380</q></a>:
AFix <q>pop</q> on an empty collection.
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/pull/370"><q>#370</q></a>:
<q>relations</q> can now be a property or a function.
</li>
<li>
<a href="https://github.com/PaulUithol/Backbone-relational/commit/7f1dc51a820aa4a5e22303177cffbbc8e7c53d47"><q>7f1dc51</q></a>:
<q>relatedModel</q> and <q>collectionType</q> can now be defined as a function as well.
</li>
</ul>

<h4>0.8.5
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.5"
"version" : "0.8.6"
}

0 comments on commit 142af74

Please sign in to comment.