Skip to content
uus edited this page Jan 30, 2013 · 2 revisions

This is a significant update compared to 0.7. Lots of changes have been made to ensure a stable and consistent API.

  • Rename all instances of Backbone.LayoutManager and Backbone.LayoutView to Backbone.Layout.
  • Rename all instances of data to serialize.
  • Rename any instances of _options to getAllOptions.
  • Rename any custom append functions to insert.
  • Upgrade your application to Backbone 0.9.9 and at least Underscore 1.4.2.
  • Lo-Dash is no longer supported, use the lodash.underscore build instead.
Clone this wiki locally