Files
zoff/server/node_modules/gulp-uglifyjs/CHANGELOG.md

1.7 KiB

gulp-uglifyjs changelog

0.6.2

  • Remove dependency on lodash, path
  • Update dependencies
  • Update deprecation notice

0.6.1

  • Don't break pipe when no files given 1791bbf

0.6.0

  • Add support for mangle options f35998c

0.5.0

  • Adding support for inSourceMap option 12460aa
  • Adding support for sourceRoot option to mirror Uglify.minify() API more closely

0.4.4

  • Using correct filename for source_map.file option by default #15

0.4.3

  • Fixing problem where source wouldn't load in browser #11

0.4.2

  • Adding more details to error reporting

0.4.1

  • Added better reporting when UglifyJS throws an error

0.4.0

  • Added sourceMapIncludeSources option da7684e

0.3.0

  • Added wrap and enclose options 4ca8c29

0.2.1

  • No longer errors out when no files are passed in

0.2.0

  • Refactored interaction with UglifyJS to have more granular control over compression.
  • Fixed #1

0.1.1

  • Added tests
  • Clarified portions of README

0.1.0

  • Initial release