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

Latest commit

 

History

History
197 lines (89 loc) · 9.47 KB

CHANGELOG.md

File metadata and controls

197 lines (89 loc) · 9.47 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.7 (2018-01-29)

1.1.6 (2018-01-05)

Bug Fixes

  • index: don't pass compilation as an argument to UglifyJsPlugin.buildError (#201) (339ca10)

Reverts

  • package: use exact uglify-es version (dependencies) (#199) (#202) (426bafd)

1.1.5 (2017-12-27)

Bug Fixes

  • package: use exact uglify-es version (dependencies) (#199) (2e2ed36)

1.1.4 (2017-12-14)

Chores

1.1.3 (2017-12-14)

Refactoring

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

1.1.2 (2017-11-30)

Chores

1.1.1 (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)

1.1.0 (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

1.0.1 (2017-10-24)

Bug Fixes

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

1.0.0 (2017-10-23)

Features

  • update to uglify-es (#63) (1d62560)

  • add support for parallelization && caching (options.parallel) (#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

  • Enforces peerDependencies of "webpack": ">= 3.0.0-rc.0 || ^3.0.0".
  • Enforces engines of "node": ">=4.3.0 < 5.0.0 || >= 5.10

1.0.0-rc.0 (2017-10-23)

1.0.0-beta.3 (2017-09-29)

1.0.0-beta.2 (2017-07-21)

Features

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

1.0.0-beta.1 (2017-07-06)

Features

1.0.0-beta.0 (2017-06-29)

Bug Fixes

  • 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

  • Enforces peerDependencies of "webpack": ">= 3.0.0-rc.0 || ^3.0.0".
  • Enforces engines of "node": ">=4.3.0 < 5.0.0 || >= 5.10

0.4.6 (2017-06-29)

Bug Fixes

  • typo "filterd" -> "filtered" (#37) (238c373)
  • package: mv uglify2 to dependencies && update peerDependencies (#45) (93b0cd2)
  • uglify: use Compress API not ast.transform (990f2e2)