iobroker.javascript 9.0.2 → 9.0.4
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 +10 -7
- package/admin/assets/{index-tExaxF69.js → index-D12hwRdg.js} +35 -35
- package/admin/assets/{index-DCiLLcon.js → index-DPHwJ2eM.js} +72 -72
- 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-hlyxqX-8.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/admin/vs/configure.js +10 -9
- 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 +27 -27
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,6 +26,16 @@ Executes Javascript, Typescript Scripts.
|
|
|
26
26
|
<!--
|
|
27
27
|
### **WORK IN PROGRESS**
|
|
28
28
|
-->
|
|
29
|
+
### 9.0.4 (2025-06-16)
|
|
30
|
+
* (@GermanBluefox) Corrected script editor for Polish language
|
|
31
|
+
* (@GermanBluefox) Corrected import of Blockly blocks
|
|
32
|
+
* (@GermanBluefox) Corrected editing of Blockly
|
|
33
|
+
|
|
34
|
+
### 9.0.3 (2025-06-12)
|
|
35
|
+
|
|
36
|
+
* (@GermanBluefox) Corrected the rule editor
|
|
37
|
+
* (@GermanBluefox) Removed the unused JS files
|
|
38
|
+
|
|
29
39
|
### 9.0.2 (2025-06-04)
|
|
30
40
|
|
|
31
41
|
* (@klein0r) Added possibility to escape chars in formatTimeDiff
|
|
@@ -43,13 +53,6 @@ Executes Javascript, Typescript Scripts.
|
|
|
43
53
|
* (@GermanBluefox) Corrected blockly function editor
|
|
44
54
|
* (@GermanBluefox) Corrected creation of folders
|
|
45
55
|
|
|
46
|
-
### 8.9.0 (2025-01-22)
|
|
47
|
-
* (@GermanBluefox) Migrated GUI to TypeScript
|
|
48
|
-
* (@klein0r) Added count attribute to getHistory in blockly
|
|
49
|
-
|
|
50
|
-
### 8.8.3 (2024-09-05)
|
|
51
|
-
* (bluefox) Fixed object selector in rules
|
|
52
|
-
|
|
53
56
|
## License
|
|
54
57
|
The MIT License (MIT)
|
|
55
58
|
|