Add links to Diff and Docs for older Backbonejs versions as well

This commit is contained in:
Harry Wolff
2013-01-11 20:33:45 -05:00
parent ce63c8e0c0
commit 56d363c886

View File

@@ -4123,7 +4123,7 @@ ActiveRecord::Base.include_root_in_json = false
</ul>
<p>
<b class="header">0.5.3</b> &mdash; <small><i>August 9, 2011</i></small><br />
<b class="header">0.5.3</b> &mdash; <small><i>August 9, 2011</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.5.2...0.5.3">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.5.3/index.html">Docs</a><br />
A View's <tt>events</tt> property may now be defined as a function, as well
as an object literal, making it easier to programmatically define and inherit
events. <tt>groupBy</tt> is now proxied from Underscore as a method on Collections.
@@ -4133,7 +4133,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.5.2</b> &mdash; <small><i>July 26, 2011</i></small><br />
<b class="header">0.5.2</b> &mdash; <small><i>July 26, 2011</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.5.1...0.5.2">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.5.2/index.html">Docs</a><br />
The <tt>bind</tt> function, can now take an optional third argument, to specify
the <tt>this</tt> of the callback function.
Multiple models with the same <tt>id</tt> are now allowed in a collection.
@@ -4144,7 +4144,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.5.1</b> &mdash; <small><i>July 5, 2011</i></small><br />
<b class="header">0.5.1</b> &mdash; <small><i>July 5, 2011</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.5.0...0.5.1">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.5.1/index.html">Docs</a><br />
Cleanups from the 0.5.0 release, to wit: improved transparent upgrades from
hash-based URLs to pushState, and vice-versa. Fixed inconsistency with
non-modified attributes being passed to <tt>Model#initialize</tt>. Reverted
@@ -4153,7 +4153,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.5.0</b> &mdash; <small><i>July 1, 2011</i></small><br />
<b class="header">0.5.0</b> &mdash; <small><i>July 1, 2011</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.3.3...0.5.0">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.5.0/index.html">Docs</a><br />
A large number of tiny tweaks and micro bugfixes, best viewed by looking
at <a href="https://github.com/documentcloud/backbone/compare/0.3.3...0.5.0">the commit diff</a>.
HTML5 <tt>pushState</tt> support, enabled by opting-in with:
@@ -4177,7 +4177,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.3.3</b> &mdash; <small><i>Dec 1, 2010</i></small><br />
<b class="header">0.3.3</b> &mdash; <small><i>Dec 1, 2010</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.3.2...0.3.3">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.3.3/index.html">Docs</a><br />
Backbone.js now supports <a href="http://zeptojs.com">Zepto</a>, alongside
jQuery, as a framework for DOM manipulation and Ajax support.
Implemented <a href="#Model-escape">Model#escape</a>, to efficiently handle
@@ -4188,7 +4188,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.3.2</b> &mdash; <small><i>Nov 23, 2010</i></small><br />
<b class="header">0.3.2</b> &mdash; <small><i>Nov 23, 2010</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.3.1...0.3.2">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.3.2/index.html">Docs</a><br />
Bugfix for IE7 + iframe-based "hashchange" events. <tt>sync</tt> may now be
overridden on a per-model, or per-collection basis. Fixed recursion error
when calling <tt>save</tt> with no changed attributes, within a
@@ -4196,7 +4196,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.3.1</b> &mdash; <small><i>Nov 15, 2010</i></small><br />
<b class="header">0.3.1</b> &mdash; <small><i>Nov 15, 2010</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.3.0...0.3.1">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.3.1/index.html">Docs</a><br />
All <tt>"add"</tt> and <tt>"remove"</tt> events are now sent through the
model, so that views can listen for them without having to know about the
collection. Added a <tt>remove</tt> method to <a href="#View">Backbone.View</a>.
@@ -4205,7 +4205,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.3.0</b> &mdash; <small><i>Nov 9, 2010</i></small><br />
<b class="header">0.3.0</b> &mdash; <small><i>Nov 9, 2010</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.2.0...0.3.0">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.3.0/index.html">Docs</a><br />
Backbone now has <a href="#Controller">Controllers</a> and
<a href="#History">History</a>, for doing client-side routing based on
URL fragments.
@@ -4219,7 +4219,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.2.0</b> &mdash; <small><i>Oct 25, 2010</i></small><br />
<b class="header">0.2.0</b> &mdash; <small><i>Oct 25, 2010</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.1.2...0.2.0">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.2.0/index.html">Docs</a><br />
Instead of requiring server responses to be namespaced under a <tt>model</tt>
key, now you can define your own <a href="#Model-parse">parse</a> method
to convert responses into attributes for Models and Collections.
@@ -4231,7 +4231,7 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.1.2</b> &mdash; <small><i>Oct 19, 2010</i></small><br />
<b class="header">0.1.2</b> &mdash; <small><i>Oct 19, 2010</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.1.1...0.1.2">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.1.2/index.html">Docs</a><br />
Added a <a href="#Model-fetch">Model#fetch</a> method for refreshing the
attributes of single model from the server.
An <tt>error</tt> callback may now be passed to <tt>set</tt> and <tt>save</tt>
@@ -4245,13 +4245,13 @@ ActiveRecord::Base.include_root_in_json = false
</p>
<p>
<b class="header">0.1.1</b> &mdash; <small><i>Oct 14, 2010</i></small><br />
<b class="header">0.1.1</b> &mdash; <small><i>Oct 14, 2010</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.1.0...0.1.1">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.1.1/index.html">Docs</a><br />
Added a convention for <tt>initialize</tt> functions to be called
upon instance construction, if defined. Documentation tweaks.
</p>
<p>
<b class="header">0.1.0</b> &mdash; <small><i>Oct 13, 2010</i></small><br />
<b class="header">0.1.0</b> &mdash; <small><i>Oct 13, 2010</i></small> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/documentcloud/backbone/0.1.0/index.html">Docs</a><br />
Initial Backbone release.
</p>