We’ve just released remoteStorage.js v0.11.0:
This release includes huge improvements in support for node.js
, improved Dropbox support as a backend, and internal refactorings. Details below.
- Normal builds: http://remotestorage.io/integrate/
- All builds: https://github.com/remotestorage/remotestorage.js/tree/master/release/0.11.0
- Bower package:
remotestorage
- NPM package:
remotestoragejs
Changelog
Bugfixes
- Do not set a timestamp in local changes (#756)
- Replace custom promise implementation with Bluebird (#770)
- Replace custom WebFinger lookup with webfinger.js (#256)
New features
- Reintroduce remoteStorage.utils as RemoteStorage.utils (#761)
- Add more
remoteStorage.utils
helper methods (isDocument
,equal
,equalObj
,md5sum
) - Complete node support (documentation)
- Expose WebFinger link properties as remoteStorage.remote.properties (#772)
Experimental features
-
Improvements to the Dropbox backend. (#784)