Skip to content

v2.0.0

Compare
Choose a tag to compare
@terinjokes terinjokes released this 01 Aug 21:54
· 41 commits to master since this release

Bug Fixes

  • errors: emit errors of type GulpUglifyError (1232c3c)
  • minifer: use gulplog for the warning (5632cee)

Features

  • minifier: use UglifyJS 2.7.0's input map support (8160697)

BREAKING CHANGES

  • errors: Emitted errors are of a new type. Original UglifyJS
    error message are preserved instead of the attempt to normalize them.
    The constructor is exported as "GulpUglifyError" to allow for instance
    checks.
  • minifier: Now requires UglifyJS 2.7.0 or greater to use the
    input object support.