Skip to content

2.4.0

Compare
Choose a tag to compare
@Chris2011 Chris2011 released this 01 Apr 13:19
· 149 commits to master since this release

Fixes

#11 - Fixed problematic parameter.
#13 - Fixed removing use strict.
#30 - Fixed "short" keyword.
#34 - Fixed null line in a JS file while using //.
#40 - Fixed backtick symbols.

Features

Code refactorings.
#43 - Switch from YUI Compressor to Google Closure Compiler.

The biggest change was the switch from YUI Compressor to Google Closure Compiler. This will fix most of the ES6 minification problems, due to YUI Compressor is obsoleted/unmaintained and can't handle ES6 syntax.