iobroker.javascript 9.0.1 → 9.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,12 @@ Executes Javascript, Typescript Scripts.
26
26
  <!--
27
27
  ### **WORK IN PROGRESS**
28
28
  -->
29
- ### 9.0.1 (2025-06-04)
29
+ ### 9.0.3 (2025-06-12)
30
+
31
+ * (@GermanBluefox) Corrected the rule editor
32
+ * (@GermanBluefox) Removed the unused JS files
33
+
34
+ ### 9.0.2 (2025-06-04)
30
35
 
31
36
  * (@klein0r) Added possibility to escape chars in formatTimeDiff
32
37
  * (@GermanBluefox) Back-end was migrated to TypeScript
@@ -47,9 +52,6 @@ Executes Javascript, Typescript Scripts.
47
52
  * (@GermanBluefox) Migrated GUI to TypeScript
48
53
  * (@klein0r) Added count attribute to getHistory in blockly
49
54
 
50
- ### 8.8.3 (2024-09-05)
51
- * (bluefox) Fixed object selector in rules
52
-
53
55
  ## License
54
56
  The MIT License (MIT)
55
57