Releases: Backendless/JS-SDK
Releases · Backendless/JS-SDK
v6.5.3
- rename
exists
method to exist
for Hive(name).Store
v6.5.2
- support JSONValue value type Hive.ListStore.set method
v6.5.1
- use JSONValue value type in Hive API
v6.4.0
- fix issue with encoding non-latin chars in URL
v6.3.15
- keep current user token after hard current-user reload, fixes issue when after
getCurrentUser(true)
the current user token becomes undefined
v6.3.14
- fix problem
regeneratorRuntime is not defined
v6.3.13
- fix removing RT command listener for Channel
v.6.3.12
- add "callbackUrlDomain" option to Users.getAuthorizationUrlLink method
function getAuthorizationUrlLink(providerCode: string, fieldsMapping?: object, scope?: string, redirect?: boolean, redirectAfterLoginUrl?: string, callbackUrlDomain?: string): Promise<string>;
v.6.3.11
- add an option to disable getting DataTable classes from the global scope, by default the option is still enabled
Backendless.useTableClassesFromGlobalScope = false