- Fixed
Backbone.sync
for models with no collection or backend
- Fixed backend binding to only update models that are present in a collection
- Added support for explicit backend notifications
- Added
options
object to request - Removed client notification of
read
requests
- Added cookie and session middleware
- Changed backend architecture to use middleware approach
- Changed memory and Mongoose backends to use middleware API
- Removed Underscore dependency
- Fixed
backend:delete
handling in backend event binding
- Added support for multiple included backends
- Added Mongoose backend
- Change backend event binding to use
idAttribute
- Initial release