|
@@ -1,6 +1,5 @@
|
|
|
Change Log
|
|
|
===
|
|
|
-
|
|
|
v0.8.0
|
|
|
---
|
|
|
* **Breaking options change:** `encodeUnicodeArray` has been renamed to `unicodeArrayEncoding` and now accepts following values: `true|false|'base64'|'rc4'`.
|
|
@@ -9,11 +8,21 @@ v0.8.0
|
|
|
* Custom nodes like `selfDefendingNode` or `consoleOutputNode` now inserted into deepest stack trace function call.
|
|
|
* Rewrite of many custom nodes.
|
|
|
|
|
|
+v0.7.3
|
|
|
+---
|
|
|
+* CLI missing polyfill fix [#17](https://github.com/sanex3339/javascript-obfuscator/issues/17)
|
|
|
+
|
|
|
+v0.7.2
|
|
|
+---
|
|
|
+* runtime error fix [#7](https://github.com/sanex3339/webpack-obfuscator/issues/7)
|
|
|
+
|
|
|
+* shorthand object expression fix [#16](https://github.com/sanex3339/javascript-obfuscator/issues/16)
|
|
|
+
|
|
|
v0.7.1
|
|
|
---
|
|
|
* IE error fix [#14](https://github.com/sanex3339/javascript-obfuscator/issues/14)
|
|
|
|
|
|
-v0.7.0
|
|
|
+v0.7.0-dev.3
|
|
|
---
|
|
|
* Obfuscator now returns an empty string instead of obfuscated code if source code is empty
|
|
|
|