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.2Feb. 20, 2014Diff - — Docs + — Docs
- 1.1.1Feb. 13, 2014DiffDocs
+ 1.1.1Feb. 13, 2014DiffDocs
- 1.1.0Oct. 10, 2013DiffDocs
+ 1.1.0Oct. 10, 2013DiffDocs
- 1.0.0March 20, 2013DiffDocs
+ 1.0.0March 20, 2013DiffDocs
- 0.9.10Jan. 15, 2013DiffDocs
+ 0.9.10Jan. 15, 2013DiffDocs
- 0.9.9Dec. 13, 2012DiffDocs
+ 0.9.9Dec. 13, 2012DiffDocs
- 0.9.2March 21, 2012DiffDocs
+ 0.9.2March 21, 2012DiffDocs
- 0.9.1Feb. 2, 2012DiffDocs
+ 0.9.1Feb. 2, 2012DiffDocs
- 0.9.0Jan. 30, 2012DiffDocs
+ 0.9.0Jan. 30, 2012DiffDocs

- 0.5.3August 9, 2011DiffDocs
+ 0.5.3August 9, 2011DiffDocs
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.2July 26, 2011DiffDocs
+ 0.5.2July 26, 2011DiffDocs
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.1July 5, 2011DiffDocs
+ 0.5.1July 5, 2011DiffDocs
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.0July 1, 2011DiffDocs
+ 0.5.0July 1, 2011DiffDocs
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.3Dec 1, 2010DiffDocs
+ 0.3.3Dec 1, 2010DiffDocs
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.2Nov 23, 2010DiffDocs
+ 0.3.2Nov 23, 2010DiffDocs
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.1Nov 15, 2010DiffDocs
+ 0.3.1Nov 15, 2010DiffDocs
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.0Nov 9, 2010DiffDocs
+ 0.3.0Nov 9, 2010DiffDocs
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.0Oct 25, 2010DiffDocs
+ 0.2.0Oct 25, 2010DiffDocs
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.2Oct 19, 2010DiffDocs
+ 0.1.2Oct 19, 2010DiffDocs
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.1Oct 14, 2010DiffDocs
+ 0.1.1Oct 14, 2010DiffDocs
Added a convention for initialize functions to be called upon instance construction, if defined. Documentation tweaks.

- 0.1.0Oct 13, 2010Docs
+ 0.1.0Oct 13, 2010Docs
Initial Backbone release.