Releases: ioBroker/ioBroker.javascript
Release v4.6.21
catched some more file errors in mirror logic (Sentry IOBROKER-JAVASCRIPT-2X, IOBROKER-JAVASCRIPT-3C)
Release v4.6.20
make sure userdata objects/states are not overwritten on createState
Release v4.6.19
Prevent wrong errors when setting "null" values for states
Prevent potential crash when no typings could be found (Sentry IOBROKER-JAVASCRIPT-2T)
catch an error in mirroring functionality( Sentry IOBROKER-JAVASCRIPT-2V)
make sure names are handled correctly if they are not strings (Sentry IOBROKER-JAVASCRIPT-2Y)
make sure invalid schedules can not crash adapter (Sentry IOBROKER-JAVASCRIPT-31)
(Apollon77/paul53) Allow "deleteState" with full javascript.X object I dagain (from same instance only)
Revert changes for sync getState, because "on change" detection is broken
Several issues with Typescript, Typings and virtual-tsc optimized and fixed
Store JS in browser cache by enabling serviceWorkers
prevent multiple script restarts on fast file content change for mirroring or fast object changes
No blockly warnings anymore
4.6.17 (2020-05-25)
- (bluefox) Fixed error with warnings collapsed blocks
- (Apollon77) optimize Sentry error reporting to prevent false positives
Corrected sendTo and clear delay blocks.
4.6.16 (2020-05-24)
- (bluefox) Corrected sendTo and clear delay blocks.
BREAKING: Please check "stopTimeout" blocks in your blockly scripts that the correct timeout name is listed there and correct after the update!
4.6.15 (2020-05-23)
- (bluefox) BREAKING: Please check "stopTimeout" blocks in your blockly scripts that the correct timeout name is listed there and correct after the update!
"schedule" name is not allowed for CRON
4.6.14 (2020-05-19)
- (bluefox) IDs with dot are not allowed any more
- (bluefox) "schedule" name is not allowed for CRON
- (bluefox) Convert strings to Date by formatDate
Fixed CRON Blockly
4.6.13 (2020-05-19)
- (bluefox) Fixed blockly blocks because of deprecated functions
- (bluefox) Corrected schedule wizard
- (AlCazone) Update monaco editor
Fixed CRON Blockly
4.6.12 (2020-05-19)
- (bluefox) Fixed blockly blocks because of deprecated functions
- (bluefox) Corrected schedule wizard
Fixed load of socket.io
4.6.10 (2020-05-16)
- (bluefox) Fixed blockly blocks because of deprecated functions
- (bluefox) Corrected schedule wizard
- (AlCazone) Update Monaco Editor