diff --git a/index.html b/index.html
index e42d2ddb..f7963965 100644
--- a/index.html
+++ b/index.html
@@ -4038,7 +4038,7 @@ ActiveRecord::Base.include_root_in_json = false
1.1.2 — Feb. 20, 2014
— Diff
- — Docs
+ — Docs
- 0.5.3 — August 9, 2011 — Diff — Docs
+ 0.5.3 — August 9, 2011 — Diff — Docs
A View's events property may now be defined as a function, as well
as an object literal, making it easier to programmatically define and inherit
events. groupBy is now proxied from Underscore as a method on Collections.
@@ -4467,7 +4467,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.5.2 — July 26, 2011 — Diff — Docs
+ 0.5.2 — July 26, 2011 — Diff — Docs
The bind function, can now take an optional third argument, to specify
the this of the callback function.
Multiple models with the same id are now allowed in a collection.
@@ -4478,7 +4478,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.5.1 — July 5, 2011 — Diff — Docs
+ 0.5.1 — July 5, 2011 — Diff — Docs
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 Model#initialize. Reverted
@@ -4487,7 +4487,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.5.0 — July 1, 2011 — Diff — Docs
+ 0.5.0 — July 1, 2011 — Diff — Docs
A large number of tiny tweaks and micro bugfixes, best viewed by looking
at the commit diff.
HTML5 pushState support, enabled by opting-in with:
@@ -4511,7 +4511,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.3.3 — Dec 1, 2010 — Diff — Docs
+ 0.3.3 — Dec 1, 2010 — Diff — Docs
Backbone.js now supports Zepto, alongside
jQuery, as a framework for DOM manipulation and Ajax support.
Implemented Model#escape, to efficiently handle
@@ -4522,7 +4522,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.3.2 — Nov 23, 2010 — Diff — Docs
+ 0.3.2 — Nov 23, 2010 — Diff — Docs
Bugfix for IE7 + iframe-based "hashchange" events. sync may now be
overridden on a per-model, or per-collection basis. Fixed recursion error
when calling save with no changed attributes, within a
@@ -4530,7 +4530,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.3.1 — Nov 15, 2010 — Diff — Docs
+ 0.3.1 — Nov 15, 2010 — Diff — Docs
All "add" and "remove" events are now sent through the
model, so that views can listen for them without having to know about the
collection. Added a remove method to Backbone.View.
@@ -4539,7 +4539,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.3.0 — Nov 9, 2010 — Diff — Docs
+ 0.3.0 — Nov 9, 2010 — Diff — Docs
Backbone now has Controllers and
History, for doing client-side routing based on
URL fragments.
@@ -4553,7 +4553,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.2.0 — Oct 25, 2010 — Diff — Docs
+ 0.2.0 — Oct 25, 2010 — Diff — Docs
Instead of requiring server responses to be namespaced under a model
key, now you can define your own parse method
to convert responses into attributes for Models and Collections.
@@ -4565,7 +4565,7 @@ ActiveRecord::Base.include_root_in_json = false
- 0.1.2 — Oct 19, 2010 — Diff — Docs
+ 0.1.2 — Oct 19, 2010 — Diff — Docs
Added a Model#fetch method for refreshing the
attributes of single model from the server.
An error callback may now be passed to set and save
@@ -4579,13 +4579,13 @@ ActiveRecord::Base.include_root_in_json = false
- 0.1.1 — Oct 14, 2010 — Diff — Docs
+ 0.1.1 — Oct 14, 2010 — Diff — Docs
Added a convention for initialize functions to be called
upon instance construction, if defined. Documentation tweaks.
- 0.1.0 — Oct 13, 2010 — Docs
+ 0.1.0 — Oct 13, 2010 — Docs
Initial Backbone release.