File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
The newest change log is in README.md
2
2
3
+ ## 4.6.17 (2020-05-25)
4
+ * (bluefox) Fixed error with warnings collapsed blocks
5
+ * (Apollon77) optimize Sentry error reporting to prevent false positives
6
+
3
7
## 4.6.16 (2020-05-24)
4
8
* (bluefox) Corrected sendTo and clear delay blocks.
5
9
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ And then call "npm run build".
36
36
37
37
## Changelog
38
38
39
- ### __ WORK IN PROGRESS __
39
+ ### 4.6.23 (2020-08-19)
40
40
* (AlCalzone) fix type resolution for rxjs in TypeScripts
41
41
42
42
### 4.6.22 (2020-07-30)
@@ -60,10 +60,6 @@ And then call "npm run build".
60
60
* (bluefox) Store JS in browser cache by enabling serviceWorkers
61
61
* (Apollon77) prevent multiple script restarts on fast file content change for mirroring or fast object changes
62
62
63
- ### 4.6.17 (2020-05-25)
64
- * (bluefox) Fixed error with warnings collapsed blocks
65
- * (Apollon77) optimize Sentry error reporting to prevent false positives
66
-
67
63
## License
68
64
69
65
The MIT License (MIT)
Original file line number Diff line number Diff line change 1
1
{
2
2
"common" : {
3
3
"name" : " javascript" ,
4
- "version" : " 4.6.22 " ,
4
+ "version" : " 4.6.23 " ,
5
5
"title" : " Script Engine" ,
6
6
"titleLang" : {
7
7
"en" : " Script Engine" ,
22
22
" AlCalzone"
23
23
],
24
24
"news" : {
25
+ "4.6.23" : {
26
+ "en" : " fix type resolution for rxjs in TypeScripts" ,
27
+ "de" : " Korrektur der Typauflösung für rxjs in TypeScripts" ,
28
+ "ru" : " исправить разрешение типа для rxjs в TypeScripts" ,
29
+ "pt" : " corrigir a resolução do tipo para rxjs em TypeScripts" ,
30
+ "nl" : " fix type resolutie voor rxjs in TypeScripts" ,
31
+ "fr" : " correction de la résolution de type pour rxjs dans TypeScripts" ,
32
+ "it" : " correzione del tipo di risoluzione per rxjs in TypeScripts" ,
33
+ "es" : " corregir la resolución de tipo para rxjs en TypeScripts" ,
34
+ "pl" : " naprawiono rozdzielczość typu dla rxjs w TypeScripts" ,
35
+ "zh-cn" : " 修复TypeScripts中rxjs的类型解析"
36
+ },
25
37
"4.6.22" : {
26
38
"en" : " catched some more file errors in mirror logic" ,
27
39
"de" : " hat einige weitere Dateifehler in der Spiegellogik abgefangen" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iobroker.javascript" ,
3
- "version" : " 4.6.22 " ,
3
+ "version" : " 4.6.23 " ,
4
4
"description" : " Javascript/Coffescript Script Engine for ioBroker" ,
5
5
"author" : " bluefox <dogafox@gmail.com>" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments