Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Releases: webpack-contrib/uglifyjs-webpack-plugin

v1.1.4

14 Dec 11:35
Compare
Choose a tag to compare

2017-12-14

Chores

v1.1.3

14 Dec 02:55
Compare
Choose a tag to compare

2017-12-14

Refactoring

  • use serialize-javascript package instead own implementation (#183) (8d7ebcd)

v1.1.2

30 Nov 13:22
Compare
Choose a tag to compare

2017-11-30

Chores

v1.1.1

23 Nov 19:29
Compare
Choose a tag to compare

2017-11-23

Bug Fixes

  • comments behavior (options.uglifyOptions.comments/options.extractComments) (#174) (321c9f6)
  • index: ensure to nullify inputSourceMap if sourcemap is unavailable (devtool) (#169) (062ec72)
  • index: set maxConcurrentCallsPerWorker to 1 (options.parallel) (#173) (07c57c1)

v1.1.0

19 Nov 03:24
Compare
Choose a tag to compare

2017-11-19

Bug Fixes

  • index: exclude is ignored (options.exclude) (#164) (ad17690)
  • pass of {Boolean|Function} parameters being ignored (options.extractComments) (#168) (2c06f46)

Features

v1.0.1

24 Oct 02:39
Compare
Choose a tag to compare

2017-10-24

Bug Fixes

  • minify: nameCache assignment (uglifyOptions.nameCache) (#147) (af11e8e)

v1.0.0

23 Oct 20:01
Compare
Choose a tag to compare

2017-10-23

Features

  • update to uglify-es (#63) (1d62560)
  • add support for parallelization && caching (options.parallel/options.cache) (#77) (ee16639)
  • index: add options validation (schema-utils) (#80) (f19b2de)

Bug Fixes

  • deps: cacache@10 with ISC licence (#145) (9331034)
  • typo filterd -> filtered (#37) (238c373)
  • package: mv uglify2 to dependencies && update peerDependencies (#45) (93b0cd2)
  • uglify: use Compress API not ast.transform (990f2e2)

Code Refactoring

BREAKING CHANGES

v1.0.0-rc.0

23 Oct 00:33
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

v1.0.0-beta.2

21 Jul 20:06
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

2017-07-21

Features

  • add support for parallelization && caching (options.parallel) (#77) (ee16639)
  • index: add options validation (schema-utils) (#80) (f19b2de)

v1.0.0-beta.1

21 Jul 20:06
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

2017-07-06

Features