Skip to content

Releases: MrSwitch/hello.js

v1.9.4

05 Oct 08:47
Compare
Choose a tag to compare

Patch facebook 2.4/photos?field

Release v1.9.0

03 Oct 10:28
Compare
Choose a tag to compare
  • Phonegap detection - Fixes #298 to refresh tokens
  • Hello.login passthru parameters to append the querystring, fixes #314

Also

  • Browserstack CI testing

Release v1.8.0

29 Jul 16:21
Compare
Choose a tag to compare

ChromeApp support #233
VK.com module #289

Release v1.7.0

02 Jul 17:00
Compare
Choose a tag to compare

New Modules

Feature, global pictures #242

Various bug fixes

Release fully integrated Promise design

28 Feb 04:34
Compare
Choose a tag to compare

Promises are now the only instance to emerge from api, login, and logout methods.
The deprecated event listeners, i.e. hello(network).api('me').on('completed', handler); which was deprecated from as of v1.0 is now removed.

Node Compat, API's Mocked

07 Jan 18:28
Compare
Choose a tag to compare

Alters ./src/modules/*.js files to be compatible when run in NodeJS via npm dear

  • removes references to window
  • replaces references to hello(network).getAuthResponse().access_token with req.query.access_token

Includes API mocks for /me/ and /me/photos by @webseed

Release 1.0.0 - hello.then

02 Sep 13:05
Compare
Choose a tag to compare
  • Extends hello.login, hello.api and hello.logout with a Promise/A+ then method - see Promises demo
  • Removes comparative methods .success, .error, .complete

I thought this was finally, a big enough change to warrant a bump in the major flag.

Update Google Endpoint

29 Aug 00:42
Compare
Choose a tag to compare

Housekeeping

15 Aug 03:04
Compare
Choose a tag to compare

Phonegap supported

21 May 02:10
Compare
Choose a tag to compare

OAuth flow for phonegap now supported