All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Support asynchronous uglify implementations.
You can now use minify-stream with terser v5:
var minifyStream = require('minify-stream') var minifier = minifyStream({ uglify: require('terser') })
- Unpin default terser version.
- Upgrade default terser version to v4.
- Pin terser to a version that does uses ES5 syntax.
- Update streams dependencies.
- Now outputs sourcemaps by default
- Initial release