Releases: Backendless/JS-SDK
Releases · Backendless/JS-SDK
v3.1.21
25 Nov 14:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
Users Service: fix the method isValidLogin
v3.1.17
12 Oct 15:36
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
add an ability to use ES6 Promises with TypeScript
v3.1.12
14 Jun 09:44
Compare
Sorry, something went wrong.
No results found
Bug Fixes
mistake with filling userAgent for node js cases
v3.1.11
13 Jun 13:07
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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