Skip to content

Releases: Backendless/JS-SDK

v6.1.3

13 Oct 10:04

Choose a tag to compare

  • add methods for login with custom OAuth Providers

v6.1.2

23 Sep 08:26

Choose a tag to compare

  • add Backendless.Users.createEmailConfirmation(email: string) method

v6.1.1

01 Sep 08:37

Choose a tag to compare

  • add Backendless.Users.setCurrentUser(user?: Object, stayLoggedIn?: boolean) method
  • add Backendless.Users.login(userId: string, stayLoggedIn?: boolean) signatures - this is allowed only with using Code Runner API key

v6.1.0

14 Aug 08:33

Choose a tag to compare

  • add Backendless.JSONUpdateBuilder class for a partial JSON update
  • add new Data RT listeners to subscribe on Relations Changes events

v6.0.6

06 Jul 08:56

Choose a tag to compare

  • fix signatures for Data.find Data.findById Data.findFirst Data.findLast methods when query is used

v6.0.5

01 Jul 12:57

Choose a tag to compare

  • add APIServices alias to CustomServices

v6.0.4

22 Jun 18:42

Choose a tag to compare

  • extend GEOPoint by lat and lng shortcuts for maps

v6.0.3

22 Jun 18:40

Choose a tag to compare

  • fix the problem with cross-apps storage, now the SDK keeps local data under BACKENDLESS_<APP_ID> namespace in the LocalStorage

v6.0.2

17 Jun 10:41

Choose a tag to compare

  • fix Error: Provided object must have at least 2 primary keys in the JS-CodeRunner

v6.0.1

15 Jun 14:58

Choose a tag to compare

  • ignore empty pattern parameter for listing directory API