Releases: ioBroker/ioBroker.javascript
Releases · ioBroker/ioBroker.javascript
Release v7.1.0
- (klein0r) Added new blocks: new line, random number, value between min and max, if empty
- (klein0r) Updated blockly core to v9.3.3
- (bluefox) corrected blockly
Release v7.0.10
- (klein0r) Added new blocks: new line, random number, value between min and max, if empty
- (bluefox) corrected blockly
Release v7.0.8
- (klein0r) Corrected trigger block
- (klein0r) Corrected typescript V5
- (bluefox) coffescript was degraded to the previous version
- (bluefox) tried to correct vscode font
- (bluefox) reverted blockly to the previous version
Release v7.0.7
- (klein0r) Corrected trigger block
- (klein0r) Corrected typescript V5
- (bluefox) coffescript was degraded to the previous version
- (bluefox) tried to correct vscode font
Release v7.0.5
- (klein0r) reset timeouts in blockly
- (klein0r) added additional blockly blocks
Release v7.0.1
- (bluefox) Breaking change: all usages of jsonata must be rewritten to use promises.
- (bluefox) Breaking change: all blockly scripts with jsonata blocks must de changed (just move some blocks) and saved anew.
- (bluefox) Extended createState command with possibility to create aliases.
- (bluefox) Corrected CRON card in rules
- (bluefox) Added additional options to show the attributes of object in blockly
- (bluefox) Corrected existsStateAsync function
- (bluefox) Added isDaylightSaving state to indicate day saving time
Release v7.0.0
- (bluefox) Breaking change: all usages of
jsonata
must be rewritten to use promises. - (bluefox) Breaking change: all blockly scripts with
jsonata
blocks must de changed (just move some blocks) and saved anew. - (bluefox) Extended
createState
command with possibility to create aliases. - (bluefox) Corrected CRON card in rules
- (bluefox) Added additional options to show the attributes of object in blockly
- (bluefox) Corrected
existsStateAsync
function - (bluefox) Added
isDaylightSaving
state to indicate day saving time
Release v6.2.0
- (Apollon77) Prevented duplicate schedule triggering with inaccurate RTC clocks
- (Apollon77) Fixed sendToAsync and sendToHostAsync
- (Apollon77) Added rename/renameFile(Async) methods
- (Apollon77) Deprecated get/setBinaryState(Async) methods and log a message on usage. Use Files instead!
- (Apollon77) Deprecated usage of own states in javascript.X.scriptEnabled/Problem and log a message on usage. Use own states in 0_userdata.0 instead!
- (bluefox) added axios to pre-installed modules.
request
will be removed in the future
Release v6.1.4
- (bluefox) Corrected small error in rules
- (bluefox) Tried to fix debug mode
Release v6.1.3
- (Apollon77) Prevent adapter crash when script could not be compiled