We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4462a5 commit 57852e0Copy full SHA for 57852e0
Changes
@@ -1,5 +1,10 @@
1
Revision history for Perl module JavaScript::Duktape
2
3
+2.2.0 2017 2017-06-02
4
+ - add sandboxing options and methods, timeout and max_memory
5
+ - update docs
6
+ - make dll.t test optional
7
+
8
2.1.5 2017 2017-05-26
9
- update duktape engine to version 2.1.0
10
MANIFEST
@@ -71,6 +71,12 @@ t/perl-data.t
71
t/pointer.t
72
t/prop.t
73
t/safe-call.t
74
+t/sandbox/00-memory.t
75
+t/sandbox/01-memory.t
76
+t/sandbox/02-memory.t
77
+t/sandbox/bubble-timeout.t
78
+t/sandbox/check.t
79
+t/sandbox/timeout.t
80
t/trycatch.t
81
t/typescript.t
82
t/uncaught.t
0 commit comments