Skip to content

Releases: Backendless/JS-SDK

v4.1.7

10 Nov 12:27
Compare
Choose a tag to compare
  • fix problem with node modules for ReactNative

v4.1.5

25 Oct 15:42
Compare
Choose a tag to compare
  • fix Logging Service

v4.1.4

24 Oct 12:51
Compare
Choose a tag to compare
  • add polyfill for Object.setPrototypeOf

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