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

v1.0.0

Compare
Choose a tag to compare
@joshwiens joshwiens released this 23 Oct 20:01
· 114 commits to master since this release

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