Browse Source

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	CHANGELOG.md
#	README.md
#	package.json
sanex3339 8 years ago
parent
commit
87eabfa08b
1 changed files with 11 additions and 2 deletions
  1. 11 2
      CHANGELOG.md

+ 11 - 2
CHANGELOG.md

@@ -1,6 +1,5 @@
 Change Log
 Change Log
 ===
 ===
-
 v0.8.0
 v0.8.0
 ---
 ---
 * **Breaking options change:** `encodeUnicodeArray` has been renamed to `unicodeArrayEncoding` and now accepts following values: `true|false|'base64'|'rc4'`.
 * **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.
 * Custom nodes like `selfDefendingNode` or `consoleOutputNode` now inserted into deepest stack trace function call.
 * Rewrite of many custom nodes.
 * 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
 v0.7.1
 ---
 ---
 * IE error fix [#14](https://github.com/sanex3339/javascript-obfuscator/issues/14)
 * 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
 * Obfuscator now returns an empty string instead of obfuscated code if source code is empty