Browse Source

Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/57
Refactoring

sanex3339 8 years ago
parent
commit
00d4f3532a
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 2 - 0
CHANGELOG.md

@@ -8,6 +8,8 @@ v0.10.0
 * `escapeUnicodeSequence` option now disabled by default.
 * `escapeUnicodeSequence` option now disabled by default.
 * `controlFlowFlattening` now affects string literal nodes.
 * `controlFlowFlattening` now affects string literal nodes.
 * increased runtime performance with `rc4` `stringArrayEncoding`.
 * increased runtime performance with `rc4` `stringArrayEncoding`.
+* added support for async functions
+* fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/57
 
 
 v0.9.3
 v0.9.3
 ---
 ---

+ 1 - 1
README.md

@@ -10,7 +10,7 @@ JavaScript obfuscator is a powerful free obfuscator for JavaScript and Node.js w
 
 
 * has no limits or restrictions
 * has no limits or restrictions
 * runs on your local machine - does not send data to a server;
 * runs on your local machine - does not send data to a server;
-* compatible with `es2015`;
+* compatible with `es2015`, `es2016` and partially `es2017`;
 * tested on Angular2 bundle.
 * tested on Angular2 bundle.
 
 
 Online version: [javascriptobfuscator.herokuapp.com](https://javascriptobfuscator.herokuapp.com)
 Online version: [javascriptobfuscator.herokuapp.com](https://javascriptobfuscator.herokuapp.com)