We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48dbec5 commit 8339d08Copy full SHA for 8339d08
Changes
@@ -2,6 +2,12 @@ Revision history for Sparky
2
3
{{$NEXT}}
4
5
+0.2.2 2024-03-21T14:30:00Z
6
+
7
+ - Fix issue with long reports
8
+ hanging browsers (now web socket data
9
+ is send with chunks )
10
11
0.2.1 2024-03-08T21:20:00Z
12
13
- Fix various issues with template vars
META6.json
@@ -40,5 +40,5 @@
40
},
41
"tags" : [ ],
42
"test-depends" : [ ],
43
- "version" : "0.2.1"
+ "version" : "0.2.2"
44
}
lib/Sparky.rakumod
@@ -1,6 +1,6 @@
1
use v6;
-unit module Sparky:ver<0.2.1>;
+unit module Sparky:ver<0.2.2>;
use YAMLish;
use DBIish;
use Time::Crontab;
0 commit comments