Releases: Backendless/JS-SDK
Releases · Backendless/JS-SDK
v3.1.22
Bug Fixes
- fix the error handling of HTTP request
- fix files service example
v3.1.21
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
Bug Fixes
- Users Service: fix the method
isValidLogin
v3.1.17
Bug Fixes
- fix Users: allow call
getCurrentUser
method with async callback
- fix Logging: bad flush error handling
v3.1.16
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
- add an ability to use ES6 Promises with TypeScript
v3.1.12
Bug Fixes
- mistake with filling userAgent for node js cases
v3.1.11
Bug Fixes
- filling of undefined userAgent
- wrap definition of the deprecated root-properties in the try-catch
v3.1.10
Bug Fixes
- don't use methods catch of Promises
- improve checking if variable is object (exclude null and undefined)
v3.1.9
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)