File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ v2.1.0:
2+ date: 2017-02-08
3+ changes:
4+ - Show size changes in output. Switch to `object.assign`.
15v2.0.0:
26 date: 2016-07-19
37 changes:
Original file line number Diff line number Diff line change 1- # grunt-contrib-uglify v2.0 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-uglify ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master )
1+ # grunt-contrib-uglify v2.1 .0 [ ![ Build Status: Linux] ( https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master )] ( https://travis-ci.org/gruntjs/grunt-contrib-uglify ) [ ![ Build Status: Windows] ( https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true )] ( https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master )
22
33> Minify JavaScript files with UglifyJS
44
@@ -518,6 +518,7 @@ grunt.initConfig({
518518
519519## Release History
520520
521+ * 2017-02-08 v2.1.0 Show size changes in output. Switch to ` object.assign ` .
521522 * 2016-07-19 v2.0.0 Update uglify-js to v2.7.0. ` screwIE8 ` is enabled by default.
522523 * 2016-07-19 v1.0.2 Update grunt to ^1.0.0. Fix ` beautify ` when passed as an object. Fix docs about ` report ` values.
523524 * 2016-03-16 v1.0.1 Downgrade maxmin for Node.js 0.10.
@@ -557,4 +558,4 @@ grunt.initConfig({
557558
558559Task submitted by [ "Cowboy" Ben Alman] ( http://benalman.com )
559560
560- * This file was generated on Mon Aug 15 2016 15:14:40 .*
561+ * This file was generated on Wed Feb 08 2017 11:06:25 .*
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-contrib-uglify" ,
33 "description" : " Minify JavaScript files with UglifyJS" ,
4- "version" : " 2.0 .0" ,
4+ "version" : " 2.1 .0" ,
55 "author" : {
66 "name" : " Grunt Team" ,
77 "url" : " http://gruntjs.com/"
You can’t perform that action at this time.
0 commit comments