Skip to content

Releases: Backendless/JS-SDK

v3.1.4

05 Apr 14:41
Compare
Choose a tag to compare

Bug Fixes

  • (UserService) stayLoggedIn doesn't work when using via Facebook and Google easy logins

v3.1.3

05 Apr 13:10
Compare
Choose a tag to compare

Bug Fixes

  • tryParseJSON returns string value when parse boolean

v3.1.2

05 Apr 07:39
Compare
Choose a tag to compare

Bug Fixes

  • (Persistence) response parsing error on node.js
  • (logging) no guarantee that Logging.flush is finished

v3.1.1

01 Apr 16:52
Compare
Choose a tag to compare

update application version

v3.1.0

01 Apr 16:52
Compare
Choose a tag to compare

Bug Fixes

  • (Logging): Logging.flush ignores pending messages if Logging.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 in async mode

New Features

  • Add Promises support
  • Add TypeScript support

Other Changes

  • add source map for minified version

v3.0.13

30 Mar 11:52
Compare
Choose a tag to compare

Bug fixes

  • imossible to use es6 classes with Persistence.of approach
  • DataStore.find method always prepares response.nextPage method even if the next page doesn't exist
  • impossible to flush logging messages in Node.js env