Commit History

Author SHA1 Message Date
  Timofey Kachalov b2f5a919d3 Merge pull request #662 from javascript-obfuscator/simplify-and-encoding-fixes 4 years ago
  sanex3339 728210039c Fixed runtime error when `IfStatement` contains only single `let` or `const` variable declaration when `simlify` option enabled. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/661 4 years ago
  sanex3339 c6887464c4 Fixed wrong `source-map: 'inline'` encoding after `1.3.0` 4 years ago
  sanex3339 514e34bbd5 Bundles update 4 years ago
  Timofey Kachalov be99740a6f Merge pull request #660 from javascript-obfuscator/mangled-shuffled-identifier-names-generator 4 years ago
  sanex3339 b09cf5c449 Moved initialisation of nameSequence to the `initialize` method 4 years ago
  sanex3339 944e8f410f Fixed runtime errors with mangled-shuffled identifier names generator 4 years ago
  sanex3339 8f2d891765 Added runtime tests for mangled-shuffled identifier names generator 4 years ago
  sanex3339 162db9e92a Updated bundles 4 years ago
  sanex3339 30342cf443 Added `mangled-shuffled` identifier names generator to the list of available generators of CLI options 4 years ago
  Timofey Kachalov 83e493f8b1 Merge pull request #658 from javascript-obfuscator/mangled-shuffled-identifier-names-generator 4 years ago
  sanex3339 c3fcbecbc9 Added examples to the `simplify` option in README.md 4 years ago
  sanex3339 6f27dc6ec5 Added functional test for `mangled-shuffled` identifier names generator 4 years ago
  sanex3339 b606926182 Added unit tests for `mangled-shuffled` identifier names generator 4 years ago
  sanex3339 27be5b2cd5 Added `mangled-shuffled` identifier names generator 4 years ago
  sanex3339 cd20be4036 Version update 4 years ago
  sanex3339 96429ae0a7 Update bundles 4 years ago
  Timofey Kachalov b7f0730e5d Update README.md 4 years ago
  Timofey Kachalov 90b58f2088 Merge pull request #645 from javascript-obfuscator/minification-transformers 4 years ago
  sanex3339 90119a9c31 Updated readme section of `simplify` option 4 years ago
  sanex3339 546832479b Dependencies update 4 years ago
  sanex3339 87e23748f0 Renamed option: minify -> simplify 4 years ago
  sanex3339 0467620a08 Added tests for prohibited single FunctionDeclaration 4 years ago
  sanex3339 3a3d350d96 Added tests for prohibited single if statement 4 years ago
  sanex3339 2e198d1190 Merge branch 'master' into minification-transformers 4 years ago
  sanex3339 2a77358c94 Updated bundle 4 years ago
  Timofey Kachalov cf08a31550 Merge pull request #655 from javascript-obfuscator/dead-code-injection-prevent-collect-function-declaration 4 years ago
  sanex3339 460e956a6e Fixed runtime error `function statement not allowed` when `deadCodeInjection` is enabled 4 years ago
  Timofey Kachalov 43271f9f14 Merge pull request #654 from javascript-obfuscator/config-file-extension-validation 4 years ago
  sanex3339 6424730f2d Added config file extension validation 4 years ago