Skip to content

Releases: Backendless/JS-SDK

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

v6.3.10

18 Apr 18:49
Compare
Choose a tag to compare
  • add an ability to retrieve roles for a specific user by its id
UserService.getUserRoles(userId?: string): Promise<string[]>;

v6.3.9

01 Apr 15:47
Compare
Choose a tag to compare
  • upgrade "backendless-request": "^0.2.0", added an ability to receive a BytesArray using XHR

v6.3.8

22 Mar 08:47
Compare
Choose a tag to compare
  • Find by id sends a "pageSize" parameter in the JS-SDK

v6.3.6

02 Feb 11:39
Compare
Choose a tag to compare
  • throw an error when pass a non-string log message

v6.3.5

25 Jan 14:44
Compare
Choose a tag to compare
  • fix LocalStorage namespace name when initializing the SDK with a custom domain

v6.3.4

19 Jan 15:27
Compare
Choose a tag to compare
  • add API for appending file content to an existing file

v6.3.3

11 Jan 09:30
Compare
Choose a tag to compare
  • add support for upsert and bulkUpsert operations