Releases: ioBroker/ioBroker.javascript
Release v4.7.3
Fixed the select ID dialog
Release v4.7.1
Fixed styling
Release v4.7.0
Allowed async functions whenever a callback is accepted
Allowed true
as 2nd parameter in getObject
Forced TypeScript to treat each script as a separate module
Replaced the Select-ID dialog
Release v4.6.26
Catch error case when npm istallation fails (Sentry IOBROKER-JAVASCRIPT-3K)
Prevent crash case in mirroring (Sentry IOBROKER-JAVASCRIPT-3M)
Release v4.6.24
Fixed the loading of page
Release v4.6.23
fix type resolution for rxjs in TypeScripts
Release v4.6.22
catched some more file errors in mirror logic
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