Browse Source

Changelog update

sanex3339 8 years ago
parent
commit
ff247db7f0
1 changed files with 13 additions and 1 deletions
  1. 13 1
      CHANGELOG.md

+ 13 - 1
CHANGELOG.md

@@ -1,8 +1,20 @@
 Change Log
 ===
+v0.10.0
+---
+* **New option:** `deadCodeInjection`. With this option random blocks of code will add to the obfuscated code.
+* **New option:** `deadCodeInjectionThreshold` allows to set percentage of nodes that will affected by `deadCodeInjection`.
+* **New option:** `mangle` enables mangling of variable names.
+* `escapeUnicodeSequence` option now disabled by default.
+* `controlFlowFlattening` now affects string literal nodes.
+
+v0.9.2
+---
+* Removed coverage dir from npm package
+
 v0.9.1
 ---
-* fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/37
+* Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/37
 
 v0.9.0
 ---