Skip to content

Releases: Backendless/JS-SDK

v6.5.3

03 Nov 20:28
Compare
Choose a tag to compare
  • rename exists method to exist for Hive(name).Store

v6.5.2

03 Nov 13:02
Compare
Choose a tag to compare
  • support JSONValue value type Hive.ListStore.set method

v6.5.1

01 Nov 20:34
Compare
Choose a tag to compare
  • use JSONValue value type in Hive API

v6.5.0

17 Oct 12:59
Compare
Choose a tag to compare
  • add Hive API

v6.4.0

07 Oct 17:15
Compare
Choose a tag to compare
  • fix issue with encoding non-latin chars in URL

v6.3.15

14 Jun 13:08
Compare
Choose a tag to compare
  • keep current user token after hard current-user reload, fixes issue when after getCurrentUser(true) the current user token becomes undefined

v6.3.14

25 May 16:03
Compare
Choose a tag to compare
  • fix problem regeneratorRuntime is not defined

v6.3.13

24 May 10:17
Compare
Choose a tag to compare
  • fix removing RT command listener for Channel

v.6.3.12

19 May 10:35
Compare
Choose a tag to compare
  • 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

20 Apr 20:54
Compare
Choose a tag to compare
  • add an option to disable getting DataTable classes from the global scope, by default the option is still enabled
Backendless.useTableClassesFromGlobalScope = false