Commit 90db406 1 parent 3736268 commit 90db406 Copy full SHA for 90db406
File tree 3 files changed +8
-3
lines changed
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`.
1
5
v2.0.0:
2
6
date: 2016-07-19
3
7
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 )
2
2
3
3
> Minify JavaScript files with UglifyJS
4
4
@@ -518,6 +518,7 @@ grunt.initConfig({
518
518
519
519
## Release History
520
520
521
+ * 2017-02-08 v2.1.0 Show size changes in output. Switch to ` object.assign ` .
521
522
* 2016-07-19 v2.0.0 Update uglify-js to v2.7.0. ` screwIE8 ` is enabled by default.
522
523
* 2016-07-19 v1.0.2 Update grunt to ^1.0.0. Fix ` beautify ` when passed as an object. Fix docs about ` report ` values.
523
524
* 2016-03-16 v1.0.1 Downgrade maxmin for Node.js 0.10.
@@ -557,4 +558,4 @@ grunt.initConfig({
557
558
558
559
Task submitted by [ "Cowboy" Ben Alman] ( http://benalman.com )
559
560
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 1
1
{
2
2
"name" : " grunt-contrib-uglify" ,
3
3
"description" : " Minify JavaScript files with UglifyJS" ,
4
- "version" : " 2.0 .0" ,
4
+ "version" : " 2.1 .0" ,
5
5
"author" : {
6
6
"name" : " Grunt Team" ,
7
7
"url" : " http://gruntjs.com/"
You can’t perform that action at this time.
0 commit comments