Announcement: remoteStorage.js 0.7.2 released

9 views
Skip to first unread message

Niklas Cathor

unread,
Apr 16, 2013, 5:35:35 AM4/16/13
to unho...@googlegroups.com
Happy to announce that remoteStorage.js 0.7.2 has been released! Links for the built version are below.

The most important changes compared to 0.7.1 are:
* the internal handling of access and caching settings has been refactored, this brings two API improvements:
** remoteStorage.claimAccess no longer functions asynchronously, so the boilerplate code can be changed from:
  remoteStorage.claimAccess('something', 'rw').then(function() {
    remoteStorage.displayWidget();
  });

  to:

  remoteStorage.claimAccess('something', 'rw');
  remoteStorage.displayWidget();

** the same applies to the BaseClient#use and BaseClient#release methods

  as this is not a major release, those methods still return a promise, so existing code will still work the way it did.

* The widget showed a few problems in some firefox versions (related to the new button design introduced in 0.7.1), these have been resolved.


Have fun!

-- Niklas

---

RELEASE BUILDS:
- Browser (minified):
- Browser (not minifed, with comments and everything):
- nodeJS (minified):
- nodeJS (not minified):

NOTE that we have started naming the built files all lowercase for simplicity and URI beauty.
Reply all
Reply to author
Forward
0 new messages