iobroker.javascript 9.0.2 → 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 +5 -3
- package/admin/assets/{index-DCiLLcon.js → index-B2hdKtuj.js} +67 -67
- package/admin/assets/{index-tExaxF69.js → index-C3f8WSiz.js} +1 -1
- package/admin/assets/{index-CfuHVX2B.js → index-glyB1sbj.js} +37 -37
- package/admin/custom/assets/{index-DZqbj5K4.js → index-BzS6q3oS.js} +13 -13
- package/admin/custom/assets/{index-BXmu6lpn.js → index-DQRrNJnQ.js} +1 -1
- package/admin/custom/customComponents.js +2 -2
- package/admin/mf-manifest.json +1 -1
- package/admin/remoteEntry.js +2 -2
- package/admin/tab.html +1 -1
- package/build-backend/lib/patternCompareFunctions.js +28 -56
- package/build-backend/lib/patternCompareFunctions.js.map +1 -1
- package/build-backend/lib/scheduler.js +0 -3
- package/build-backend/lib/scheduler.js.map +1 -1
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,6 +26,11 @@ Executes Javascript, Typescript Scripts.
|
|
|
26
26
|
<!--
|
|
27
27
|
### **WORK IN PROGRESS**
|
|
28
28
|
-->
|
|
29
|
+
### 9.0.3 (2025-06-12)
|
|
30
|
+
|
|
31
|
+
* (@GermanBluefox) Corrected the rule editor
|
|
32
|
+
* (@GermanBluefox) Removed the unused JS files
|
|
33
|
+
|
|
29
34
|
### 9.0.2 (2025-06-04)
|
|
30
35
|
|
|
31
36
|
* (@klein0r) Added possibility to escape chars in formatTimeDiff
|
|
@@ -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
|
|