Skip to content

Releases: Backendless/JS-SDK

v5.8.9

15 Apr 15:23

Choose a tag to compare

  • fix a problem with RT in Angular apps (io is not a function)
  • fix API for counting files recursively

v5.8.8

08 Apr 09:31

Choose a tag to compare

  • add an ability to specify excludeProperties to find operations
  • fix an issue with enabling debugMode before calling Backendless.initApp
  • upgrade backendless-rt-client module to v0.0.18

v5.8.7

24 Mar 15:02

Choose a tag to compare

  • add an ability to pass templateValues for sending PushWithTemplate
function pushWithTemplate(templateName: string, templateValues?: object): Promise<Object>;

v5.8.2

03 Mar 09:03

Choose a tag to compare

  • Fix local storage when storge empty
  • Fix retrieving of current user

v5.8.1

02 Mar 17:52

Choose a tag to compare

  • Fix RT connection

v5.8.0

02 Mar 08:50

Choose a tag to compare

  • Support standalone apps. Now you can use SDK for multiple apps using following initApp signature:
    Backendless.initApp({ appId: 'your_app_id', apiKey: 'your_api_key', standalone: true })

v5.7.2

21 Feb 15:36

Choose a tag to compare

  • Fix parsing of circular dependencies

v5.7.0

09 Jan 13:29

Choose a tag to compare

  • Add new Geo Types (Geometry, Point, Linestring, Polygon) and parsers
  • Get rid of Backendless.Persistence notation, now use only Backendless.Data
  • Improve TS definitions

v5.4.4

01 Oct 12:38

Choose a tag to compare

  • Add mapTableToClass method in Data to create custom mapping between data tables and client classes

v5.4.3

23 Aug 08:24

Choose a tag to compare

  • fix error Request path contains unescaped characters on retrieving GEO Points