gulp-uglify
Advanced tools
Comparing version 1.0.0-0 to 1.0.0
# gulp-uglify changelog | ||
## 1.0.0 | ||
- Handle cases where UglifyJS uses e.msg instead of e.message for error codes. Fixes #51. | ||
- Supplement UglifyJS’s source map merging with vinyl-sourcemap-apply to correct issues where `sources` and `sourcesContent` were different. Fixes #43. | ||
- Refactor option parsing and defaults, and calls to uglify-js, to reduce complexity of the main function. | ||
- Added tests for the previously forgotten `preserveComments` option. | ||
- Updated UglifyJS to 2.4.15. | ||
- Changed dependencies to explicit ranges to avoid `node-semver` issues. | ||
## 0.3.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "gulp-uglify", | ||
"description": "Minify files with UglifyJS.", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0", | ||
"author": "Terin Stock <terinjokes@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/terinjokes/gulp-uglify/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18593
0