Download JSMin+ 1.1

Spread the love

Crisp has a new version of JSMin+ . on his weblog in the form of 1.1 released. JSMin+ is a ‘JavaScript minifier’ that can, as it were, minify a JavaScript file via PHP. This reduction is also called minification and extracts all unnecessary characters such as spaces and comments from a JS file without changing the behavior of the file. In the case of JSMin+, this piece of JavaScript code is converted to this minified code. More information about JSMin+ is here to read. The new 1.1 release of the program ships with the following release notes:

Version 1.1 or JSMin+ is available for download. This version has improved performance and fixes some issues. If you use labels in your javascripts you are strongly advised to use this version to re-minify your scripts.

Changelog:

  • Improved tokenizer performance by reading smaller chunks for matching
  • Bugfix: jumplabels for break/continue statements were not written to output
  • Improved stringmatching: cases like ‘\’ and ‘‘ now throw terminated string literal error
  • Fixed linenumber offset bug caused by JScript conditional compilation blocks
  • nest() always calls Statement() so no need to use call_user_func() with a parm

Version number 1.1
Release status Final
Operating systems script language
Website Crisp’s blog
Download
File size

12.00kB

License type GPL
You might also like