Skip to content

Releases: Backendless/JS-SDK

v7.2.0

30 Oct 20:20

Choose a tag to compare

  • do not send logs if global logger is OFF

v7.1.0

03 Oct 19:23

Choose a tag to compare

  • fix Files API for NodeJS 18.x

v7.0.5

02 Oct 07:47

Choose a tag to compare

  • build with NodeJS 18.x

v7.0.4

30 Jun 19:56

Choose a tag to compare

  • fix flushing the log messages after the configured time interval elapses

v7.0.3

28 Jun 12:20

Choose a tag to compare

  • fix logging messages limit

v7.0.2

22 Jun 13:14

Choose a tag to compare

  • fix "BKNDLSS-32886 Can not use Backendless.Logging before initApp"

v7.0.1

26 May 10:58

Choose a tag to compare

  • fix JS SDK ignores "Global logger"

v7.0.0

11 May 10:09

Choose a tag to compare

  • Implement Log Levels

v6.7.1

06 Apr 14:00

Choose a tag to compare

  • add Backendless.Expression(value: string)

v6.7.0

10 Mar 13:01

Choose a tag to compare

  • [BKNDLSS-31675] Add "Create table" API
    • Backendless.Management.Data.createTable(name: string, columns: Array<object>)