Skip to content

Releases: Backendless/JS-SDK

v.6.3.11

20 Apr 20:54

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

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

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

Choose a tag to compare

  • Find by id sends a "pageSize" parameter in the JS-SDK

v6.3.6

02 Feb 11:39

Choose a tag to compare

  • throw an error when pass a non-string log message

v6.3.5

25 Jan 14:44

Choose a tag to compare

  • fix LocalStorage namespace name when initializing the SDK with a custom domain

v6.3.4

19 Jan 15:27

Choose a tag to compare

  • add API for appending file content to an existing file

v6.3.3

11 Jan 09:30

Choose a tag to compare

  • add support for upsert and bulkUpsert operations

v6.3.2

28 Oct 14:32

Choose a tag to compare

  • Add "uniqueEmails" parameter to Backendless.EmailEnvelope

v6.3.1

07 Oct 09:27

Choose a tag to compare

  • temporary hide the warning about deprecated getter Backendless.applicationId