Skip to content

Releases: Chris2011/minifierbeans

2.5.0

29 Apr 18:05
Compare
Choose a tag to compare

#50 - Fixed HTML template string escaping.
#51 - Fixed strict mode.

2.4.0

01 Apr 13:19
Compare
Choose a tag to compare

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.

2.3.0

18 Dec 16:33
Compare
Choose a tag to compare
  • Removed unused code/files
  • Refactored UI, simplified it, not finished yet.
  • Changed some dependencies.