Skip to content

Releases: javascript-obfuscator/javascript-obfuscator

2.11.0 release

07 Mar 11:45
05cd3be
Compare
Choose a tag to compare
  • Added option renamePropertiesMode to switch between new safe and old unsafe modes of renameProperties option. Fixed #878
  • renameProperties option now works in safe way by default

2.10.7 release

28 Feb 19:20
ec897ab
Compare
Choose a tag to compare

2.10.6 release

28 Feb 17:02
56ab9c2
Compare
Choose a tag to compare
  • Added support of top-level await. Fixed #884

2.10.5 release

28 Feb 15:51
ab25155
Compare
Choose a tag to compare
  • Fixed invalid code generation for rest arguments when controlFlowFlattening option is enabled. Fixed #887

2.10.4 release

25 Feb 14:24
40dac43
Compare
Choose a tag to compare
  • Fixed invalid behaviour of numbersToExpressions option for float numbers. Fixed #882

2.10.3 release

20 Jan 06:58
d996e1a
Compare
Choose a tag to compare
  • Fixed simplify option regression after 2.10.2. Fixed #864

2.10.2 release

19 Jan 06:59
76eed20
Compare
Choose a tag to compare
  • Fixed behavior of simplify options when a node with a single-statement body is inside simplified IfStatement node. Fixed #860

2.10.1 release

01 Jan 14:25
09bd29f
Compare
Choose a tag to compare
  • Removed padding characters from all base64 encoded strings. Removed RegExp that trims padding characters from base64 encoded strings from atob code helper to prevent mutation of RegExp.$1 value during calls to the stringArray. Fixed #829

2.10.0 release

30 Dec 08:44
86fe1df
Compare
Choose a tag to compare
  • Improved rotateStringArray option

2.9.6 release

29 Dec 21:09
0afcf7a
Compare
Choose a tag to compare
  • Preventing move of "use strict"; directive during obfuscation