CHANGELOG.md 1.1 KB

Change Log

v0.8.0

  • Breaking options change: encodeUnicodeArray has been renamed to unicodeArrayEncoding and now accepts following values: true|false|'base64'|'rc4.
  • Breaking change: option wrapUnicodeArrayCalls was removed and now all calls to unicodeArray are always wrapped by special wrapper function.

v0.7.1

  • IE error fix #14

v0.7.0

  • Obfuscator now returns an empty string instead of obfuscated code if source code is empty

v0.7.0-dev.2

  • Fix of incorrect Utils.decToHex method

v0.7.0-dev.1

  • Breaking API change: now obfuscate(sourceCode, options) returns ObfuscationResult object instead string. ObfuscationResult object contains two public methods: getObfuscatedCode() and getSourceMap().
  • CLI. Now any code can be obfuscated through CLI javascript-obfuscator command. See README.md for available options.
  • New option sourceMap enables source map generation for obfuscated code.
  • New option sourceMapMode specifies source map generation mode.