Skip to content

Releases: Backendless/JS-SDK

v3.1.18

26 Oct 11:36
Compare
Choose a tag to compare

Bug Fixes

  • Users Service: fix the method isValidLogin

v3.1.17

12 Oct 15:36
Compare
Choose a tag to compare

Bug Fixes

  • fix Users: allow call getCurrentUser method with async callback
  • fix Logging: bad flush error handling

v3.1.16

01 Aug 13:04
Compare
Choose a tag to compare

Bug Fixes

  • allow passing facebook permissions options in loginWithFacebookSdk
  • if exists, pass user-token from localCache in header of request in NodeJS ajax method

v3.1.15

21 Jul 15:41
Compare
Choose a tag to compare
  • add an ability to use ES6 Promises with TypeScript

v3.1.12

14 Jun 09:44
Compare
Choose a tag to compare

Bug Fixes

  • mistake with filling userAgent for node js cases

v3.1.11

13 Jun 13:07
Compare
Choose a tag to compare

Bug Fixes

  • filling of undefined userAgent
  • wrap definition of the deprecated root-properties in the try-catch

v3.1.10

27 May 08:19
Compare
Choose a tag to compare

Bug Fixes

  • don't use methods catch of Promises
  • improve checking if variable is object (exclude null and undefined)

v3.1.9

16 May 11:44
Compare
Choose a tag to compare

Bug Fixes

  • (ajax_for_node) invalid hostname and port for requests
  • (geopoints) update existing geopoint creates new one

New Features

  • (geopoints) new method savePoint added (addPoint is deprecated now)

v3.1.6

19 Apr 11:37
Compare
Choose a tag to compare

Bug Fixes

  • (UserService) request should always be an object (not null)
  • (UserService) stayLoggedIn set if login failed
  • (UserService) - stayLoggedIn for async login call missed
  • (UserService) popup too small for FB Login
  • (UserService) getCurrentUser try to search by user id if it not exists
  • (UserService) isValidLogin do not work when using Backendless.Async and user-token does not exist
  • (UserService) - easy login methods not support Promises
  • Critical dependencies error using webpack
  • Type Script definitions for facebook login method fixed

v3.1.5

05 Apr 14:50
Compare
Choose a tag to compare

Bug Fixes

  • redundant export wrapper for SystemJS