Releases: ioBroker/ioBroker.javascript
Releases Β· ioBroker/ioBroker.javascript
Release v8.4.0
- (klein0r) Added checks/warnings for more incorrect blockly connections
- (klein0r) Added option to disable certificate validation in httpGet
- (klein0r) Added expire option to Blockly block
- (klein0r) Fixed variables.astro times when date is not available
- (klein0r) Fixed jsonConfig for libraries and library typings
- (klein0r) Implemented new js-controller 6.x functions for package handling
- (klein0r) Updated to ChatGPT-4o
Release v8.3.1
- (paul53) Allow negative values in formatTimeDiff
- (klein0r) Updated tests and fixed Blockly translations
Release v8.3.0
- (klein0r) Added createTempFile to sandbox
- (klein0r) Fixed log message on script start
- (klein0r) Added instance/from to log window (like in admin)
Release v8.2.0
- (PeterVoronov) Added toArray to result object of $-selector
- (klein0r) Added Blockly block for onLog
Release v8.1.1
- (klein0r) Updated Blockly/JS and Rules/JS image (as svg)
Release v8.1.0
- (bluefox) Updated admin config to jsonConfig (dropped materialize)
Release v8.0.3
- (klein0r) Updates dependencies (latest adapter-react-v5 framework)
Release v8.0.2
- (klein0r) Forced downgrade of socket-client (object change issues)
Release v8.0.1
- (klein0r) Fixed some missing translations (uk)
- (klein0r) Raised supported ecmaVersion from es2021 to es2022 (node18)
Release v8.0.0
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