sanex
|
8ae8e0b50b
New option `ignoreRequireImports` prevents obfuscation of `require` imports
|
5 years ago |
sanex
|
8db868db1c
Version 2.7.1. Updated `@javascript-obfuscator/escodegen` to `2.1.1`.
|
5 years ago |
sanex
|
98bf2e6256
Switched form `escodegen` to `@javascript-obfuscator/escodegen`
|
5 years ago |
sanex
|
e8517bf770
Added ignoring of all object members previous to `SpreadElement` when `transformObjectKeys` option is enabled
|
5 years ago |
sanex
|
229c99f68c
Added `ExportSpecifierTransformer`. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/791
|
5 years ago |
sanex
|
294653a800
Enabled travis build under node.js@15
|
5 years ago |
sanex
|
ccc070bdf5
Fixed install in PowerShell. Added some eslint rules. Dependencies update.
|
5 years ago |
sanex
|
0c33e737a5
Fixed missing rename of object pattern properties in some cases
|
5 years ago |
sanex
|
533a52c6fc
* Fixed broken `identifierNamesGenerator: 'mangled-shuffled'` after `2.2.0`
|
5 years ago |
sanex
|
381fd18177
* @gradecam/tsenum replaced with an internal implementation
|
5 years ago |
sanex
|
4ff7a40c35
Updated changelog of 2.5.0 release
|
5 years ago |
Timofey Kachalov
|
ac671daa94
Enabled windows builds (#772)
|
5 years ago |
sanex
|
329b7a2543
Fixed `for-await-of` construction add when `deadCodeInjection` option is enabled
|
5 years ago |
sanex
|
816a7a5a40
Fixed `URI-malformed` when `splitStrings` and `stringArrayEncoding` options are enabled
|
5 years ago |
sanex
|
64dd628715
README.md improvements that allow to use it on obfuscator.io
|
5 years ago |
sanex
|
9301f6aa63
Refactoring, option rename on `forceTransformStrings`
|
5 years ago |
sanex
|
675feebbbb
Updatec changelog. Implemented https://github.com/javascript-obfuscator/javascript-obfuscator/issues/657
|
5 years ago |
sanex
|
a5d7f7418c
`forceTransformedStrings` option
|
5 years ago |
sanex
|
77ff574e67
Fixed isIncrementedMangledName algorithm
|
5 years ago |
sanex
|
ae52c1dab7
Fixed CHANGELOG.md 2.3.0 release changelog
|
5 years ago |
sanex
|
b078548b7a
Updated CHANGELOG.md
|
5 years ago |
sanex
|
0094e7cfbc
Add force convert of unicode control characters to the unicode escape sequence
|
5 years ago |
sanex
|
4d4a99148b
Merge branch 'master' into string-array-wrappers-type-option
|
5 years ago |
sanex
|
4c1a949fd3
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/745
|
5 years ago |
sanex
|
d86ee4213c
New option `stringArrayWrappersType` allows to select a type of the wrappers that are appending by the `stringArrayWrappersCount` option
|
5 years ago |
sanex
|
3d6f98c127
Enable `stringArrayWrappersCount` and `stringArrayWrappersChainedCalls` options by default
|
5 years ago |
sanex
|
f43b138e8a
New option `stringArrayWrappersChainedCalls`. Renamed option `stringArrayIntermediateVariablesCount` on `stringArrayWrappersCount`
|
5 years ago |
sanex
|
e87565bd9e
Changed `stringArrayIntermediateVariablesCount` option description
|
5 years ago |
sanex
|
e80937d108
Changed option name: `stringArrayIntermediateCalls` -> `stringArrayIntermediateVariablesCount`
|
5 years ago |
sanex
|
1b656d7386
New option: `stringArrayIntermediateCalls` sets the passed amount of intermediate variables for the `string array`
|
5 years ago |