Releases: ioBroker/ioBroker.javascript
Releases Β· ioBroker/ioBroker.javascript
Release v8.7.6
- (foxriver76) fix error with subpath imports in scripts
Release v8.7.5
- (@klein0r) Fixed right aligned script names when using multiple instances
- (foxriver76) added fallback for all require calls in scripts
Release v8.7.4
- (foxriver76) added fallback to require the adapters
request
module if no own installed
Release v8.7.3
Release v8.7.2
- (foxriver76) fixed subpath imports with controller v6 (needs js-controller v6.0.9)
Release v8.7.1
- (foxriver76) load correct typings for TypeScript scripts with js-controller v6 (needs js-controller v6.0.9)
Release v8.7.0
- (klein0r) Escape all field inputs correctly when using single quotes
- (klein0r) Added sandbox function to subscribe to all enum members
- (klein0r) Added Blockly block to subscribe to all enum members
- (klein0r) Added sandbox functions to start/restart/stop an instance
- (klein0r) Added Blockly block to start/restart/stop an instance
- (klein0r) Added Blockly block to start/stop a script
- (klein0r) Added Blockly result blocks for script messages
- (klein0r) Fixed onLog / onLogUnregister return types
- (foxriver76) fixed issue in importing additional node modules for packages which do not provide a default export (e.g.
mathjs
) - (bluefox) Removed
withStyles
from GUI
Release v8.6.0
- (foxriver76) fixed issue with additional node modules which are installed from GitHub (controller v6)
- (klein0r) Added new Blockly block to save http response into temp file
- (klein0r) Escape single quotes in all object Blockly blocks
- (klein0r) Grouped Blockly blocks / changed order of blocks
- (klein0r) Allow multi line comments
Release v8.5.2
- (foxriver76) fixed issue with additional node modules when using js-controller version 6
- (klein0r) Added Blockly block to check if text includes another text
- (klein0r) Fixed onFile error when file has been deleted
Release v8.5.1
- (klein0r) Added Blockly dark theme
- (klein0r) Fixed sendTo custom parameters with special chars