v6.0.0
<a name"6.0.0">
6.0.0 (2017-03-09)
Features
Breaking Changes
-
account.ready
has been removed. All APIs are now asynchronous, no setup is needed any longer(22d8c159)
-
account.fetch()
andaccount.profile.fetch()
have been removed. Useaccount.get()
andaccount.profile.get()
instead(e5c1af20)
-
account.profile.get()
returns a promise now. It also sends a request
to the server requesting the current user’s profile properties unless
options.local
is set to true(188300a2)
-
account.get()
returns a promise now. It also sends a request to the server requested the current user’s account properties unless one of the following conditions is true
- User is signed out
- Only
id
and orsession
properties are requested options.local
is set to true
(99d080ef)