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
+ v1.0.1:
2
+ date: 2016-03-16
3
+ changes:
4
+ - downgrade maxmin for node 0.10
1
5
v1.0.0:
2
6
date: 2016-03-04
3
7
changes:
Original file line number Diff line number Diff line change 1
- # grunt-contrib-uglify v1.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 v1.0.1 [ ![ 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
@@ -517,6 +517,7 @@ grunt.initConfig({
517
517
518
518
## Release History
519
519
520
+ * 2016-03-16 v1.0.1 downgrade maxmin for node 0.10
520
521
* 2016-03-04 v1.0.0 Use uglify-js ~ 2.6.2 to fix sourcemap issue. Improving docs for global-defs and --define options. Add 'sourceMapUrl' option. add bare_returns option. Optionally set report verbosity level using report option.
521
522
* 2016-01-29 v0.11.1 switch to lodash ^4.0.1 switch to grunt-contrib-clean ^0.7.0 switch to grunt-contrib-jshint ^0.12.0
522
523
* 2015-11-20 v0.11.0 switch to uglify ~ 2.6.0
@@ -553,4 +554,4 @@ grunt.initConfig({
553
554
554
555
Task submitted by [ "Cowboy" Ben Alman] ( http://benalman.com )
555
556
556
- * This file was generated on Fri Mar 04 2016 12:46:01 .*
557
+ * This file was generated on Wed Mar 16 2016 10:51:38 .*
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" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
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