Commit Verlauf

Autor SHA1 Nachricht Datum
  sanex 56955aee3d 3.2.1 version vor 3 Jahren
  Timofey Kachalov f075a0e2d1 Added `stringArrayCallsTransform` and `stringArrayCallsTransformThreshold` options (#987) vor 3 Jahren
  sanex 6b8ead0b2b Support for class static blocks vor 3 Jahren
  sanex 0443111d09 Apple M1 performance fix vor 3 Jahren
  sanex 7ff8d4789d Dependencies update 16.01.22 vor 3 Jahren
  sanex ec1c90a27f Renamed options vor 4 Jahren
  sanex faaab45c6a `ignoreRequireImports` option renamed to `ignoreImports` vor 4 Jahren
  sanex d98fe3f481 @javascript-obfuscator/escodegen update vor 4 Jahren
  sanex 0306f29ba8 Improved pre-commit and pre-publish workflows vor 4 Jahren
  sanex 6e1ce07b5e Fixed very rare cases when `rotateStringArray` couldn't rotate array properly vor 4 Jahren
  sanex 73fcb350a2 Updated CHANGELOG.md. Fixed tests. vor 4 Jahren
  sanex 258bc4c2cd Sync with master vor 4 Jahren
  sanex 1352fb9714 Updated `@javascript-obfuscator/escodegen` with fixed generation of private property names vor 4 Jahren
  sanex 30eb717de6 Sync with master vor 4 Jahren
  sanex 744cd14f7f Updated supported node versions. Added support for rename of property definitions vor 4 Jahren
  sanex ba3e4d6897 Sync with dev vor 4 Jahren
  sanex 6c05aae2ae Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/959 vor 4 Jahren
  sanex 475e5a9a06 Removed dot character from CHANGELOG.md vor 4 Jahren
  sanex 4ab4406f5e Fixed tests. Added `inputFileName` option validation vor 4 Jahren
  sanex b3fc8bc595 **New option**: `sourceMapSourcesMode` allows to control `sources` and `sourcesContent` fields of the source map vor 4 Jahren
  sanex 1dbfd24237 `renameProperties` option now won't generate duplicated property names in some cases vor 4 Jahren
  sanex a1dc2df04f `stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope vor 4 Jahren
  sanex 3a71c78304 * `stringArrayWrappersType: 'function'` now appends `FunctionDeclaration` functions instead of `FunctionExpression` functions. This allows to append these wrappers at random positions inside each scope vor 4 Jahren
  sanex fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes vor 4 Jahren
  sanex d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes vor 4 Jahren
  sanex 08e308e92c Sync with master vor 4 Jahren
  sanex f7c5215e30 Improved `stringArray` calls wrapper decode code vor 4 Jahren
  sanex 5683e75a91 Improved `stringArray` calls wrapper templates vor 4 Jahren
  sanex 899456f553 Dead code injection unwrap stage now runs before string array transformers vor 4 Jahren
  sanex 600a180d47 Sync with master vor 4 Jahren