Skip to content

Releases: MrSwitch/hello.js

Logout from external sites

02 May 11:42
Compare
Choose a tag to compare

Features:

  • Add Remote Logout, using a force flag, e.g. hello( 'facebook' ).logout( { force:true } ) see #18

Provides AMD support

07 Apr 09:48
Compare
Choose a tag to compare

Amd support means hello.js can be used in module loaders thusly

 require(['path/hello'], function(hello){
         hello.init(...);// etc...
 });

Adding me/contacts, fixes #37 and #36

02 Apr 22:04
Compare
Choose a tag to compare
  • Moves old google:me/friends contacts endpoint to google:me/contacts.
  • Changes google:me/friends to use Google+ circles
  • Add windows:me/contacts
  • Changes "windows:me/friends" to remove empty email property

Support added for Safari Private Browsing and IE protected mode

17 Mar 02:41
Compare
Choose a tag to compare

Adds a fallback from localStorage to sessionStorage else cookie for session data.

Safari Fix Release

31 Jan 05:03
Compare
Choose a tag to compare

Address a bizarre behaviour whereby URI fragments are lost in Safari, that includes the access_token and therefore breaks authorization of subsequent requests.