backbone-http
Version:
An HTTP interface for BackboneORM
44 lines (30 loc) • 1.12 kB
Markdown
Please refer to the following release notes when upgrading your version of BackboneHTTP.
## 0.7.2
* Add response data to error
## 0.7.1
* Robustness in toJSON for errors
## 0.7.0
* Upgrade to BackboneORM 0.7.x
## 0.6.2
* Added dynamic and manual_ids capabilities
## 0.6.1
* Added unique capability
## 0.6.0
* 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) {}
## 0.5.6
* Fix for Component: https://github.com/vidigami/backbone-orm/issues/18
## 0.5.5
* publish on component. Removed client dependency on inflection by burning into library.
## 0.5.4
* Compatability fix for Backbone 1.1.1
## 0.5.3
* Added beforeSend option to sync. `sync: require('backbone-http').sync(Model, {beforeSend: (req) -> req.set({Authorization: 'Bearer XYZ'})})`
## 0.5.2
* AMD module improvements: made anonymous definition and added require
* Global symbol: gave own name BackboneHTTP instead of Backbone.HTTP
## 0.5.1
* Safer inspect implementation
## 0.5.0
* Initial release