Mihai Bazon is announcing that UglifyJS with version number 2.6.1 is already available to download.
What is UglifyJS ?
UglifyJS is .
UglifyJS is one of the best tools to improve the performance of your JavaScript code and preparing it for production environments. Initially developed for Node.js, UglifyJS now works on any JavaScript platform, also supporting the CommonJS module system. The UglifyJS toolkit was mainly created for source code minification, achieving this with great results while also leaving the semantics of the code intact in most cases. Along the way, the project has added lots of new features, amongst them the ability to parse, analyze, and transform the AST of a block of JS code. This gives the developers lots of tweakable options in the UglifyJS engine, allowing him a fine tune control over how the source code is compressed or how compressed source is beatified at later points. Since its launch, the project has gained a big following in the JavaScript community and has been used in many other JS (Node.js especially) projects.
This is changelog for UglifyJS version 2.6.1 :
You can read the complete changelog and also download this latest version on their homepage:
lisperator.net