Releases: Backendless/JS-SDK
Releases · Backendless/JS-SDK
v6.0.0
- add Transactions API
- remove all the SYNC methods
- remove
Backendless.Async
class - remove
Backendless.SubscriptionOptions
andBackendless.Messaging.SubscriptionOptions
class - removed two deprecated signatures:
function loginWithFacebookSdk<T = Backendless.User>(fields?: Object, stayLoggedIn?: boolean): Promise<T>;
function loginWithGooglePlusSdk<T = Backendless.User>(fields?: Object, stayLoggedIn?: boolean): Promise<T>;
to login with SDK use accessToken:string
obtained from "Google|Facebook" SDKs as the first argument for those methods
v5.9.4
v5.9.3
v5.9.2
v5.9.1
v5.9.0
v5.8.13
v5.8.12
- remove deprecation warning for
Geo.resetGeofenceMonitoring
method which leads to a redundant warning message in the JS-CodeRunner
v5.8.11
- mark as deprecated all the API for the old GEO, use Spatial Data Types instead.
- upgrade
backendless-rt-client
module to v0.0.21