Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

46 lines (23 loc) · 2.33 KB

Change Log

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

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)