IoBroker.javascript Versions Save

Script engine for JavaScript and Blockly

v8.0.3

4 weeks ago
  • (klein0r) Updates dependencies (latest adapter-react-v5 framework)

v8.0.2

1 month ago
  • (klein0r) Forced downgrade of socket-client (object change issues)

v8.0.1

1 month ago
  • (klein0r) Fixed some missing translations (uk)
  • (klein0r) Raised supported ecmaVersion from es2021 to es2022 (node18)

v8.0.0

1 month ago

NodeJS >= 18.x and js-controller >= 5 is required

  • (klein0r) Breaking change: Removed support for binary states (deprecated since v6.2.0)
  • (klein0r) Breaking change: Protected filesystem (iobroker-data/files) to prevent direct file writes
  • (klein0r) Breaking change: request property has been removed of the sandbox (require the module if still needed)
  • (klein0r) Added blockly block for global variables (e.g. script name)
  • (klein0r) Added missing functions to protectFS
  • (klein0r) Fixed httpPost (missing data)
  • (klein0r) Fixed hasAttribute blockly block
  • (klein0r) Fixed parenthesis insertion in blockly for multi and/or
  • (PeterVoronov) Added setStateChanged / setStateChangedAsync

v7.11.1

1 month ago
  • (klein0r) Added exec result blockly block
  • (klein0r) Protect iobroker-data/files to avoid direct writes with node:fs
  • (klein0r) Escape single quotes in blockly obj attributes

v7.11.0

1 month ago
  • (klein0r) Added blockly block for read and write file
  • (klein0r) Allow to select other object types than state in some blocks
  • (klein0r) Improved translations
  • (klein0r) Removed 'type' from dropdown (is always 'state')
  • (klein0r) Use highlight in search (instead of select)
  • (klein0r) Added option for httpGet to receive arraybuffer (download files)

v7.10.2

1 month ago
  • (klein0r) Fixed httpGet/httpPost issue when using without options
  • (klein0r) Updated integration testing
  • (klein0r) Protect jsonl file access

v7.9.4

1 month ago
  • (klein0r) Fixed urlencoding for basic auth in url (user:pass)
  • (klein0r) Add warning icon if trigger is positioned inside of another trigger or loop

v7.9.3

1 month ago
  • (klein0r) Added timeout option for http blocks
  • (klein0r) Added option for basic auth in url (user:pass)

v7.9.2

1 month ago
  • (klein0r) Added new block for http response