Releases: javascript-obfuscator/javascript-obfuscator
Releases · javascript-obfuscator/javascript-obfuscator
5.1.0 version
5.0.0 version
- Add JavaScript Obfuscator PRO support via calling its API
4.2.1 version
- Downgrade
multimatchversion to avoid esm errors
4.2.0 version
- Dropped support of Node versions 17 and below
- Fix
transformObjectKeysperformance in some edge-cases - Fix
controlFlowFlattening+ optional chaining compatibility. Fixes #1325 - Don't obfuscate import.meta.*. Fixes #1267
- Revert
Improved stringArray calls wrapper templatescommit. Fixes #1330 - Fix error when ClassExpression is the CallExpression callee. Fixes #1132
- Don't publish root index.ts files to NPM. Fixes #1252
- Update
class-validatorversion. Fixes #1324 - Update other dependencies
- CLI: support
.mjsand.cjsextensions. Kudos to #1301
4.1.1 version
4.1.0 version
- Add target
service-worker
4.0.1 release
- Update
class-validatordependency #1146
4.0.0 release
- Breaking change:
debugProtectionIntervaloption now accepts value in milliseconds instead ofbooleanvalue. Fixed #1031
3.2.7 release
- Fixed cases when dead code is added to the inner code of
evalexpressions. Fixed #1053
3.2.6 release
- Improved integration between
renamePropertiesandcontrolFlowFlatteningoptions. Fixed #1053