Skip to content

0.15.0 release

Compare
Choose a tag to compare
@sanex3339 sanex3339 released this 30 Mar 08:02
· 1128 commits to master since this release
24dd515
  • Internal change: switched AST parser from esprima on espree
  • Breaking change: dropped node@4 and node@5 support.
  • Breaking change: renamed extension value of target option on browser-no-eval.
  • Breaking change: disabled generation of identifiers, which being matched by reservedName option. Fixed #216
  • New CLI option: exclude allows to exclude specific files or directories from obfuscation.
  • Correct obfuscation of import and export declarations.
  • Fixed #231
  • Fixed #217
  • Fixed #210
  • Internal: refactoring of many things.