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 specify source map generation mode.