- Upgraded dependencies: express, optimist
- Declared compatibility with node 0.4 and 0.6
- Fixed:
showError
middleware no longer writes a body for error responses to HEAD requests. - Changed:
Server.initialize()
andServer.conclude()
are now passed all arguments for theServer()
constructor instead of just the plugin. - Changed: Default model routes now allow
Error()
objects passed back fromBackbone.sync()
to be sent to the client. - Changed: Default value for
host
command option isfalse
, which disables host checking by default.
- Upgraded to backbone.js 0.5.1. Most important changes affecting Bones applications:
Backbone.Controller
is nowBackbone.Router
Backbone.sync(model, method, success, error)
changed toBackbone.sync(model, method, options)
- Removed hashbang #! support.
- Removed 'attach' mechanism, use *.server.bones style overrides instead #18