Releases: ioBroker/ioBroker.javascript
Releases · ioBroker/ioBroker.javascript
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
Release v6.1.2
- (bluefox) Added ukrainian translation
Release v6.1.0
- (Apollon77) Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 setState per minute. Only stops if the number is reached 2 minutes in a row!
- (Apollon77) Add createAlias method to create aliases for states
- (Apollon77) Add setStateDelayed to selector
- (Apollon77) Add options to exec command
- (Apollon77) Fix issues with cancelling schedules when stopping scripts
- (bluefox) Corrected debug mode
Release v6.0.3
- (AlCalzone) Downgrade Typescript to prevent errors with global typescript scripts
Release v6.0.0
- (bluefox) Removed support of coffeescript
- (bluefox) All coffee-scripts will be compiled to javascript permanently
Release v5.8.10
- (klein0r) Added variable timeout block
- (klein0r) Added
getInterval
andgetTimeout
blocks - (klein0r) Added
sendTo
for scripts and message trigger blocks - (bluefox) Corrected the syntax highlighting