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 181df70 commit 9056ca8Copy full SHA for 9056ca8
CHANGELOG.md
@@ -1,5 +1,25 @@
1
# Master
2
3
+* support polyfil on WebMAF (playstation env)
4
+* fix tampering related bug global `constructor` was referenced by mistake.
5
+* provide TS Typings
6
+* increase compatibliity with sinon.useFakeTimers();
7
+* update build tools (use rollup)
8
+* directly export promise;
9
+
10
+# 3.2.2
11
12
+* IE8: use isArray
13
+* update build dependencies
14
15
+# 3.2.1
16
17
+* fix race tampering issue
18
+* use eslint
19
+* fix Promise.all tampering
20
+* remove unused code
21
+* fix issues with NWJS/electron
22
23
# 3.2.0
24
25
* improve tamper resistence of Promise.all Promise.race and
0 commit comments