Javascript Obfuscator Changelog

What's new in Javascript Obfuscator 4.3

Nov 1, 2010
  • Recent files menu option is added.
  • Create backup option is added.
  • A lot of minor changes.

New in Javascript Obfuscator 4.2 (Jan 19, 2010)

  • New engine with an unique compression module. It provides best compression ratio comparing with other js minifiers.
  • The compression is fully safe. That means that the compressed version of your JavaScript is ready-to-use without a worry about a possible script malfunction.
  • Now, in most cases, it's not necessary to obfuscate names of variables, because the compression makes the code completely unreadable.
  • New clean interface.
  • Folder drag-n-drop.
  • 'View source in Notepad' and 'View result in Notepad' functions are added.
  • Header comment can be added to every processed file.
  • A lot of minor changes.

New in Javascript Obfuscator 4.0.3.0 (Aug 27, 2009)

  • New: New engine with an unique compression module.
  • Drag'n'Drop of folder with js files
  • Minor fixes.

New in Javascript Obfuscator 4.0.0.0 (May 20, 2009)

  • New engine with an unique compression module. It provides best compression ratio comparing with other js minifiers.
  • The compression is fully safe.
  • Now, in most cases, it's not necessary to obfuscate names of variables, because the compression makes the code completely unreadable.

New in Javascript Obfuscator 3.1.8.0 (Nov 26, 2008)

  • The improved engine. Before Javasript file processing its syntax is checked:
  • Parser completely corresponding the standard;
  • Exact recognition of regular expressions;
  • Exact recognition of a code.
  • Automatic correction of the incorrect syntax is added (JSO adds ; and brackets where it is necessary).
  • The program interface is changed.
  • 'Create backup files' setting is added.
  • Several minor fixes.

New in Javascript Obfuscator 3.0.5.0 (Apr 25, 2008)

  • New engine. Before Javasript file processing its syntax is checked.
  • You can indicate symbols which will be used for generation.
  • New format of project files. Support of old project files.
  • The ability to assign a header file is added.
  • Command line support