backbone.dropboxdatastore
Version:
Backbone Dropbox Datastore API adapter
58 lines (41 loc) • 1.54 kB
Markdown
# Changelog
## 0.5.0 - Jan 1, 2014
- add syncCollection method
- Listen to Dropbox.Datastore.RecordsChanged events to make collection sync
## 0.4.2 - Jan 1, 2014
- fix problem with incorrect sync status of datastore
- fix problem with not unbounded listeners on close
## 0.4.1 - Dec 18, 2013
- rewrite library using $.Deferred
- fix bug with concurrent opening of few datastores
## 0.4.0 - Oct 17, 2013
- add ability to get current sync status of dropboxDatastore object
- add change status event to dropboxDatastore object
## 0.3.1 - Oct 16, 2013
- fix error with opening datastore
## 0.3.0 - Oct 16, 2013
- add ability to store collections in different Datastores
## 0.2.1 - Oct 10, 2013
- 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
## 0.2.0 - Oct 9, 2013
- finish implementation of all CRUD methods
- write some docs
## 0.1.5 - Oct 8, 2013
- implement save for existing model(update)
## 0.1.4 - Oct 8, 2013
- implement save for new model(create)
## 0.1.3 - Oct 7, 2013
- implement fetch for model
## 0.1.2 - Oct 7, 2013
- implement fetch for collection
## 0.1.1 - Oct 7, 2013
- add instance method to get table
## 0.1.0 - Oct 6, 2013
- add static method to open and get dataset
## 0.0.2 - Oct 6, 2013
- prepare grunt tasks for development process
- defined scaffold for using custom sync method
## 0.0.1 - Oct 5, 2013
- starting develop Dropbox Datastore adapter for Backbone.js