Skip to content

Releases: Backendless/JS-SDK

v4.1.3

23 Oct 09:33
Compare
Choose a tag to compare
  • fix UMD build
  • fix Cache.put method
  • fix stayLoggedIn when used minified version of the SDK
  • remove all nodejs dependencies from file footer for UMD build

v4.1.2

19 Oct 11:09
Compare
Choose a tag to compare
  • fix source-map files

v4.1.1

18 Oct 09:16
Compare
Choose a tag to compare
  • add Backendless bundle to global scope

v4.1.0

17 Oct 15:49
Compare
Choose a tag to compare
  • use Backendless-Request for all API requests
  • divide project sources into modules
  • fix File Service methods (saveFile/upload) in the Node.js environment
  • add Node.js File Service examples (saveFile/upload)
  • fix tests
  • mark all sync methods as deprecated
  • remove deprecated method setUIState

v4.0.8

20 Jul 09:06
Compare
Choose a tag to compare
  • Fix of the method Events.dispatch

v4.0.7

20 Jul 09:01
Compare
Choose a tag to compare
  • Secret-key is now called api-key
  • Application version argument is not required anymore in initApp method
  • All API methods now async and returns Promise
  • All async methods have sync analog with suffix 'Sync'
  • Method 'enablePromises' is deleted
  • Data and Geo Collections are deleted. Methods which previously were returned collections, now return simple array
  • Made class Backendless.Async private
  • Added methods for new relation API
  • Introduced new classes DataQueryBuilder and LoadRelationsQueryBuilder to help build query parameters
  • For paged data, use getGeopointCount, getFileCount and getObjectCount methods to obtain total number of objects satisfying criteria
  • Removed restriction for using Backendless.Data.of('Users') notation
  • Users.login and Users.getCurrentUser methods now return user data with user-token included
  • Method 'sendEmail' returns status of message
  • Deleted property Backendless.version

v3.1.25

19 Apr 09:53
Compare
Choose a tag to compare
  • Fix TypeScript Definition

v3.1.23

20 Feb 09:47
Compare
Choose a tag to compare

Add method

  • add Messaging Service method getMessageStatus

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