Skip to content

Releases: Backendless/JS-SDK

v3.1.22

12 Dec 08:27
Compare
Choose a tag to compare

Bug Fixes

  • fix the error handling of HTTP request
  • fix files service example

v3.1.21

25 Nov 14:02
Compare
Choose a tag to compare

Bug Fixes

  • fix circular object references on transform response to ObjectClasses
  • save/upload files methods - don't set any custom properties to fileReader instance
  • add files service examples
  • make pluggable Backendless.XMLHttpRequest

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)