- add syncCollection method
- Listen to Dropbox.Datastore.RecordsChanged events to make collection sync
- fix problem with incorrect sync status of datastore
- fix problem with not unbounded listeners on close
- rewrite library using $.Deferred
- fix bug with concurrent opening of few datastores
- add ability to get current sync status of dropboxDatastore object
- add change status event to dropboxDatastore object
- fix error with opening datastore
- add ability to store collections in different Datastores
- don't throw exception when try to update or delete not existing model
- create new record when try to update not existing one
- return success when try to delete not existing record
- finish implementation of all CRUD methods
- write some docs
- implement save for existing model(update)
- implement save for new model(create)
- implement fetch for model
- implement fetch for collection
- add instance method to get table
- add static method to open and get dataset
- prepare grunt tasks for development process
- defined scaffold for using custom sync method
- starting develop Dropbox Datastore adapter for Backbone.js