Skip to content

Release v8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 17:05

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