Skip to content

Releases: Backendless/JS-SDK

v6.0.0

15 Jun 10:52
Compare
Choose a tag to compare
  • add Transactions API
  • remove all the SYNC methods
  • remove Backendless.Async class
  • remove Backendless.SubscriptionOptions and Backendless.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

11 Jun 14:36
Compare
Choose a tag to compare
  • fix typescript definition for DataQueryBuilder

v5.9.3

03 Jun 11:37
Compare
Choose a tag to compare
  • fix "Table not found by name 'User'"

v5.9.2

01 Jun 14:50
Compare
Choose a tag to compare
  • fix an issue with resetting user-token in the LocalStorage after initApp

v5.9.1

01 Jun 14:12
Compare
Choose a tag to compare
  • add an ability to change current user token using Backendless.setCurrentUserToken(token:String):void

v5.9.0

01 Jun 09:44
Compare
Choose a tag to compare
  • upgrade backendless-rt-client to v0.0.22` - fix a problem with methods invocation until establishing a connection with the RT-Server
  • fix resolving circular relations on fetch

v5.8.13

28 May 11:00
Compare
Choose a tag to compare
  • add API for changing user's status using BusinessLogic API Key
    Backendless.UserService.enableUser(userId: string): Promise<void>;
    Backendless.UserService.disableUser(userId: string): Promise<void>;

v5.8.12

07 May 07:43
Compare
Choose a tag to compare
  • remove deprecation warning for Geo.resetGeofenceMonitoring method which leads to a redundant warning message in the JS-CodeRunner

v5.8.11

06 May 12:30
Compare
Choose a tag to compare
  • mark as deprecated all the API for the old GEO, use Spatial Data Types instead.
  • upgrade backendless-rt-client module to v0.0.21

v5.8.10

27 Apr 08:21
Compare
Choose a tag to compare
  • fix Data.mapTableToClass TS declaration error