javascript-obfuscator 3.2.2 → 3.2.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  Change Log
2
2
 
3
+ v3.2.6
4
+ ---
5
+ * Improved integration between `renameProperties` and `controlFlowFlattening` options. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1053
6
+
7
+ v3.2.5
8
+ ---
9
+ * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1056
10
+
11
+ v3.2.4
12
+ ---
13
+ * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1052
14
+
15
+ v3.2.3
16
+ ---
17
+ * Fixed missing transformation of string array calls in some cases
18
+ * Fixed generation of reserved identifier names like `Map` or `Set` for `mangled` and `mangled-shuffled` identifier names generators
19
+
3
20
  v3.2.2
4
21
  ---
5
22
  * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1039