Releases: Backendless/JS-SDK
Releases · Backendless/JS-SDK
v3.1.4
Bug Fixes
- (UserService) stayLoggedIn doesn't work when using via Facebook and Google easy logins
v3.1.3
v3.1.2
v3.1.1
v3.1.0
Bug Fixes
- (Logging):
Logging.flush
ignores pending messages ifLogging.sendRequest
was previously run - (Logging)
sendRequest
method throws error in node.js env - (Data) invalid type casting in
DataStore.find
method - (Users) stayLoggedIn doesn't work when login via Facebook and Google SDK
- (ajax) JSON responses are not being parsed in node.js env
- (Caching)
Cache.get
doesn't perform type casting inasync
mode
New Features
- Add Promises support
- Add TypeScript support
Other Changes
- add source map for minified version
v3.0.13
Bug fixes
- imossible to use es6 classes with
Persistence.of
approach DataStore.find
method always preparesresponse.nextPage
method even if the next page doesn't exist- impossible to flush logging messages in Node.js env