Please refer to the following release notes when upgrading your version of BackboneHTTP.
- Add response data to error
- Robustness in toJSON for errors
- Upgrade to BackboneORM 0.7.x
- Added dynamic and manual_ids capabilities
- Added unique capability
- Moved to webpack for industrial packaging across Node.js and browser
- Removed dependency on superagent and moment
- Updated beforeSend to pass jQuery parameters: function(context, xhr) {}
- Fix for Component: vidigami/backbone-orm#18
- publish on component. Removed client dependency on inflection by burning into library.
- Compatability fix for Backbone 1.1.1
- Added beforeSend option to sync.
sync: require('backbone-http').sync(Model, {beforeSend: (req) -> req.set({Authorization: 'Bearer XYZ'})})
- AMD module improvements: made anonymous definition and added require
- Global symbol: gave own name BackboneHTTP instead of Backbone.HTTP
- Safer inspect implementation
- Initial release