Releases: ioBroker/ioBroker.javascript
Release v4.10.12
Handle more cases with invalid script names/state-ids (Sentry IOBROKER-JAVASCRIPT-4B)
Release v4.10.11
Optimize error handling in createState and file mirror again
Release v4.10.10
Do not try to set a state value if object creation was not successful (Sentry IOBROKER-JAVASCRIPT-5G)
Make sure no incorrect states are trying to be set (Sentry IOBROKER-JAVASCRIPT-5F, IOBROKER-JAVASCRIPT-5A)
Release v4.10.9
Make sure to end all Timeouts
Prevent crash case (Sentry IOBROKER-JAVASCRIPT-51)
Release v4.10.7
Prevent crash case (Sentry IOBROKER-JAVASCRIPT-4Q)
Corrected variables.isDayTime
Release v4.10.5
null timeouts are checked now
Release v
chore: release v4.10.1 In global TypeScripts, `import` can now be used Iteration of `$(...)` query results in TypeScript no longer causes compilation to fail Already-compiled TypeScripts are now recompiled after an update of the adapter to benefit of potential fixes Corrected schedule on date object Corrected the moving of scripts Corrected search tab Corrected the calculation of isDayTime variable Corrected `trim()` issue by CRON builder Corrected functions call in blockly Corrected CRON name in blockly
Release v4.9.4
corrected the crash IOBROKER-JAVASCRIPT-40
corrected typescript for async/await
Release v4.8.1
Added the settings for columns in the state selection dialog
Release v4.8.0
add xyzAsync methods and wait/sleep
Prevent a crash case (Sentry IOBROKER-JAVASCRIPT-3N)