mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
1.7 KiB
1.7 KiB
gulp-uglifyjs changelog
0.6.2
- Remove dependency on lodash, path
- Update dependencies
- Update deprecation notice
0.6.1
- Don't break pipe when no files given 1791bbf
0.6.0
- Add support for mangle options f35998c
0.5.0
- Adding support for inSourceMap option 12460aa
- Adding support for sourceRoot option to mirror Uglify.minify() API more closely
0.4.4
- Using correct filename for source_map.file option by default #15
0.4.3
- Fixing problem where source wouldn't load in browser #11
0.4.2
- Adding more details to error reporting
0.4.1
- Added better reporting when UglifyJS throws an error
0.4.0
- Added
sourceMapIncludeSourcesoption da7684e
0.3.0
- Added
wrapandencloseoptions 4ca8c29
0.2.1
- No longer errors out when no files are passed in
0.2.0
- Refactored interaction with UglifyJS to have more granular control over compression.
- Fixed #1
0.1.1
- Added tests
- Clarified portions of README
0.1.0
- Initial release