Skip to content

Releases: javascript-obfuscator/webpack-obfuscator

2.6.0 release

14 Oct 16:07
Compare
Choose a tag to compare

2.5.0 release

08 Oct 19:10
Compare
Choose a tag to compare

2.4.3 release

01 Oct 19:33
Compare
Choose a tag to compare

2.4.2 release

30 Sep 08:46
Compare
Choose a tag to compare

2.4.1 release

29 Sep 06:42
Compare
Choose a tag to compare
  • Small release with some README.md improvements that allow to use it on obfuscator.io

2.4.0 release

25 Sep 08:13
Compare
Choose a tag to compare

2.3.1 release

20 Sep 06:53
Compare
Choose a tag to compare
  • Fixed a rare bug with identifierNamesGenerator: 'mangled' option that causes wrong identifier names generation

2.3.0 release

17 Sep 18:01
Compare
Choose a tag to compare
  • New option: stringArrayWrappersType allows to select a type of the wrappers that are appending by the stringArrayWrappersCount option
  • Add force convert of unicode control characters to the unicode escape sequence. Fixed javascript-obfuscator/javascript-obfuscator#747

2.2.1 release

15 Sep 15:09
Compare
Choose a tag to compare

2.2.0 version

13 Sep 19:44
Compare
Choose a tag to compare
  • New option (enabled by default): stringArrayWrappersCount sets the count of wrappers for the string array inside each root or function scope
  • New option (enabled by default): stringArrayWrappersChainedCalls enables the chained calls between string array wrappers