Skip to content

Commit

Permalink
Update uglify-js to v3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and alexlamsl committed Sep 14, 2017
1 parent 2773e7e commit 2edfe0b
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v3.1.0:
date: 2017-09-11
changes:
- Update uglify-js to v3.1.0.
v3.0.1:
date: 2017-05-20
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-uglify v3.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)
# grunt-contrib-uglify v3.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)

> Minify JavaScript files with UglifyJS
Expand Down Expand Up @@ -525,6 +525,7 @@ grunt.initConfig({

## Release History

* 2017-09-11   v3.1.0   Update uglify-js to v3.1.0.
* 2017-05-20   v3.0.1   Fix toplevel option.
* 2017-05-12   v3.0.0   Update uglify-js to v3.0.4.
* 2017-04-05   v2.3.0   Make CLI output less verbose.
Expand Down Expand Up @@ -570,4 +571,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com)

*This file was generated on Sat May 20 2017 19:52:43.*
*This file was generated on Mon Sep 11 2017 13:21:40.*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-uglify",
"description": "Minify JavaScript files with UglifyJS",
"version": "3.0.1",
"version": "3.1.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"chalk": "^1.0.0",
"maxmin": "^1.1.0",
"uglify-js": "~3.0.4",
"uglify-js": "~3.1.0",
"uri-path": "^1.0.0"
},
"devDependencies": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/mangleprops.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/mangleprops_withExcept.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/mangleprops_withExceptionsFiles.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/mangleprops_withNameCacheFile1.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var n={n:function(n){n++},o:function(){},t:function(){}},o=function(){},t=function(){};
var n={n:function(n){0},o:function(){},t:function(){}},o=function(){},t=function(){};
2 changes: 1 addition & 1 deletion test/fixtures/expected/mangleprops_withNameCacheFile2.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var a=10;n.n(a);
var m=10;n.n(m);
2 changes: 1 addition & 1 deletion test/fixtures/expected/source_map_custom_name
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":3,"sources":["../test/fixtures/src/simple.js"],"names":["longFunctionC","argumentC","argumentD","longNameA","longNameB","result"],"mappings":"AAOA,QAASA,eAAcC,EAAUC,GAC/B,MAAOC,WAAYC,UAAYH,EAAYC,EAL7C,GAAIC,WAAY,EAEZC,UAAY,EAMZC,OAASL,cAAc,EAAE","file":"sourcemap_customName.js"}
{"version":3,"sources":["../test/fixtures/src/simple.js"],"names":["longFunctionC","argumentC","argumentD","longNameA","longNameB","result"],"mappings":"AAOA,SAASA,cAAcC,EAAUC,GAC/B,OAAOC,UAAYC,UAAYH,EAAYC,EAL7C,IAAIC,UAAY,EAEZC,UAAY,EAMZC,OAASL,cAAc,EAAE","file":"sourcemap_customName.js"}
2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemap_basic.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemap_customRoot.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemap_customUrl.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemap_functionName.js.fn.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemap_sources.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemapin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemapin_sources.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemaps_multiple1.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/sourcemaps_multiple2.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/fixtures/expected/uglify_name_cache.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"vars":{"cname":3,"props":{"$myObj":"n","$dontMangleMeVariable2":"o","$dontMangleMeVariable3":"t","$myNumber":"a"}},"props":{"cname":2,"props":{"$myFunction":"n","$dontMangleMeProperty":"o","$dontMangleMeProperty2":"t"}}}
{"vars":{"cname":3,"props":{"$myObj":"n","$dontMangleMeVariable2":"o","$dontMangleMeVariable3":"t","$myNumber":"m"}},"props":{"cname":2,"props":{"$myFunction":"n","$dontMangleMeProperty":"o","$dontMangleMeProperty2":"t"}}}

0 comments on commit 2edfe0b

Please sign in to comment.