Skip to content

Commit c3dae35

Browse files
XhmikosRvladikoff
authored andcommitted
v1.0.2. (#423) r=vladikoff
1 parent c2d695f commit c3dae35

File tree

5 files changed

+70
-68
lines changed

5 files changed

+70
-68
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
sudo: false
2+
23
language: node_js
4+
35
node_js:
46
- "0.10"
57
- "0.12"
68
- "4"
79
- "5"
810
- "iojs"
9-
before_install:
10-
- if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi
11+
1112
matrix:
1213
fast_finish: true
14+
1315
cache:
1416
directories:
1517
- node_modules

CHANGELOG

+40-34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.0.2:
2+
date: 2016-03-19
3+
changes:
4+
- Update grunt to ^1.0.0.
5+
- Fix `beautify` when passed as an object.
6+
- Fix docs about `report` values.
17
v1.0.1:
28
date: 2016-03-16
39
changes:
@@ -6,44 +12,44 @@ v1.0.0:
612
date: 2016-03-04
713
changes:
814
- Use uglify-js ~2.6.2 to fix sourcemap issue.
9-
- Improving docs for `global-defs` and `--define` options.
15+
- Improve docs for `global-defs` and `--define` options.
1016
- Add `sourceMapUrl` option.
11-
- add `bare_returns` option.
17+
- Add `bare_returns` option.
1218
- Optionally set report verbosity level using report option.
1319
v0.11.1:
1420
date: 2016-01-29
1521
changes:
16-
- Update to lodash ^4.0.1.
17-
- Update to grunt-contrib-clean ^0.7.0.
18-
- Update to grunt-contrib-jshint ^0.12.0.
22+
- Update lodash to ^4.0.1.
23+
- Update grunt-contrib-clean to ^0.7.0.
24+
- Update grunt-contrib-jshint to ^0.12.0.
1925
v0.11.0:
2026
date: 2015-11-20
2127
changes:
22-
- Update to uglify ~2.6.0.
28+
- Update uglify-js to ~2.6.0.
2329
v0.10.1:
2430
date: 2015-11-12
2531
changes:
26-
- Update to uglify ~2.5.
32+
- Update uglify-js to ~2.5.
2733
v0.10.0:
2834
date: 2015-10-27
2935
changes:
30-
- Update to uglify ^2.5.
36+
- Update uglify-js to ^2.5.
3137
v0.9.2:
3238
date: 2015-08-24
3339
changes:
34-
- Update to uglify ^2.4.24
40+
- Update uglify-js to ^2.4.24
3541
v0.9.1:
3642
date: 2015-04-07
3743
changes:
3844
- More fixes for `mangle` options.
3945
v0.9.0:
4046
date: 2015-04-07
4147
changes:
42-
- Added hook into uglify's mangling functionality.
48+
- Add hook into uglify-js's mangling functionality.
4349
v0.8.1:
4450
date: 2015-03-30
4551
changes:
46-
- Lock uglify to 2.4.17 due to breaking changes.
52+
- Lock uglify-js to 2.4.17 due to breaking changes.
4753
v0.8.0:
4854
date: 2015-02-19
4955
changes:
@@ -52,19 +58,19 @@ v0.8.0:
5258
v0.7.0:
5359
date: 2014-12-23
5460
changes:
55-
- Adds `sourceMapRoot` options.
56-
- Updates readme descriptions.
57-
- Removes reference to cleancss.
61+
- Add `sourceMapRoot` options.
62+
- Update readme descriptions.
63+
- Remove reference to clean-css.
5864
v0.6.0:
5965
date: 2014-09-17
6066
changes:
6167
- Output fixes.
62-
- '`ASCIIOnly` option.'
68+
- 'Add `ASCIIOnly` option.'
6369
- Other fixes.
6470
v0.5.1:
6571
date: 2014-07-25
6672
changes:
67-
- Chalk updates.
73+
- Update chalk to ^0.5.1.
6874
- Output updates.
6975
v0.4.0:
7076
date: 2014-03-01
@@ -89,36 +95,36 @@ v0.3.0:
8995
v0.2.7:
9096
date: 2013-11-09
9197
changes:
92-
- 'Prepending banner if `sourceMap` option not set, addresses #109.'
98+
- 'Prepend banner if `sourceMap` option not set, addresses #109.'
9399
v0.2.6:
94100
date: 2013-11-08
95101
changes:
96-
- 'Merged #45, #53, #85 (#105 by way of duping #53).'
97-
- Added support for banners in uglified files with sourcemaps.
98-
- Updated docs.
102+
- 'Merge #45, #53, #85 (#105 by way of duping #53).'
103+
- Add support for banners in uglified files with sourcemaps.
104+
- Update docs.
99105
v0.2.5:
100106
date: 2013-10-28
101107
changes:
102-
- Added warning for banners when using sourcemaps.
108+
- Add warning for banners when using sourcemaps.
103109
v0.2.4:
104110
date: 2013-09-02
105111
changes:
106-
- 'Updated sourcemap format via #83.'
112+
- 'Update sourcemap format via #83.'
107113
v0.2.3:
108114
date: 2013-06-10
109115
changes:
110-
- Added `footer` option.
116+
- Add `footer` option.
111117
v0.2.2:
112118
date: 2013-05-31
113119
changes:
114-
- 'Reverted #56 due to #58 until [chrome/239660](https://code.google.com/p/chromium/issues/detail?id=239660&q=sourcemappingurl&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified) [firefox/870361](https://bugzilla.mozilla.org/show_bug.cgi?id=870361) drop.'
120+
- 'Revert #56 due to #58 until [chrome/239660](https://code.google.com/p/chromium/issues/detail?id=239660&q=sourcemappingurl&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified) [firefox/870361](https://bugzilla.mozilla.org/show_bug.cgi?id=870361) drop.'
115121
v0.2.1:
116122
date: 2013-05-22
117123
changes:
118-
- 'Bumped uglify to ~2.3.5 #55 #40.'
119-
- 'Changed `sourcemappingUrl` syntax #56.'
120-
- 'Disabled sorting of names for consistent mangling #44.'
121-
- 'Updated docs for `sourceMapRoot` #47 #25.'
124+
- 'Update uglify-js to ~2.3.5 #55 #40.'
125+
- 'Change `sourcemappingUrl` syntax #56.'
126+
- 'Disable sorting of names for consistent mangling #44.'
127+
- 'Update docs for `sourceMapRoot` #47 #25.'
122128
v0.2.0:
123129
date: 2013-03-14
124130
changes:
@@ -127,7 +133,7 @@ v0.2.0:
127133
v0.1.2:
128134
date: 2013-01-30
129135
changes:
130-
- Added better error reporting.
136+
- Add better error reporting.
131137
- Support for dynamic names of multiple sourcemaps.
132138
v0.1.1:
133139
date: 2013-02-15
@@ -136,14 +142,14 @@ v0.1.1:
136142
v0.1.1rc6:
137143
date: 2013-01-18
138144
changes:
139-
- Updating grunt/gruntplugin dependencies to rc6.
140-
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
145+
- Update grunt/gruntplugin dependencies to rc6.
146+
- Change in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
141147
v0.1.1rc5:
142148
date: 2013-01-09
143149
changes:
144-
- Updating to work with grunt v0.4.0rc5.
145-
- Switching back to `this.files` API.
150+
- Update to work with grunt v0.4.0rc5.
151+
- Switch back to `this.files` API.
146152
v0.1.0:
147153
date: 2012-11-28
148154
changes:
149-
- Work in progress, not yet officially released.
155+
- Work in progress, not officially released yet.

README.md

+25-24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
1+
# grunt-contrib-uglify v1.0.2 [![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
@@ -517,41 +517,42 @@ grunt.initConfig({
517517

518518
## Release History
519519

520+
* 2016-03-19   v1.0.2   Update grunt to ^1.0.0. Fix `beautify` when passed as an object. Fix docs about `report` values.
520521
* 2016-03-16   v1.0.1   Downgrade maxmin for Node.js 0.10.
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.
522-
* 2016-01-29   v0.11.1   Update to lodash ^4.0.1. Update to grunt-contrib-clean ^0.7.0. Update to grunt-contrib-jshint ^0.12.0.
523-
* 2015-11-20   v0.11.0   Update to uglify ~2.6.0.
524-
* 2015-11-12   v0.10.1   Update to uglify ~2.5.
525-
* 2015-10-27   v0.10.0   Update to uglify ^2.5.
526-
* 2015-08-24   v0.9.2   Update to uglify ^2.4.24
522+
* 2016-03-04   v1.0.0   Use uglify-js ~2.6.2 to fix sourcemap issue. Improve docs for `global-defs` and `--define` options. Add `sourceMapUrl` option. Add `bare_returns` option. Optionally set report verbosity level using report option.
523+
* 2016-01-29   v0.11.1   Update lodash to ^4.0.1. Update grunt-contrib-clean to ^0.7.0. Update grunt-contrib-jshint to ^0.12.0.
524+
* 2015-11-20   v0.11.0   Update uglify-js to ~2.6.0.
525+
* 2015-11-12   v0.10.1   Update uglify-js to ~2.5.
526+
* 2015-10-27   v0.10.0   Update uglify-js to ^2.5.
527+
* 2015-08-24   v0.9.2   Update uglify-js to ^2.4.24
527528
* 2015-04-07   v0.9.1   More fixes for `mangle` options.
528-
* 2015-04-07   v0.9.0   Added hook into uglify's mangling functionality.
529-
* 2015-03-30   v0.8.1   Lock uglify to 2.4.17 due to breaking changes.
529+
* 2015-04-07   v0.9.0   Add hook into uglify-js's mangling functionality.
530+
* 2015-03-30   v0.8.1   Lock uglify-js to 2.4.17 due to breaking changes.
530531
* 2015-02-19   v0.8.0   Add `screwIE8` option. Fix issue with explicit `compress` in Node.js 0.12.0.
531-
* 2014-12-23   v0.7.0   Adds `sourceMapRoot` options. Updates readme descriptions. Removes reference to cleancss.
532-
* 2014-09-17   v0.6.0   Output fixes. `ASCIIOnly` option. Other fixes.
533-
* 2014-07-25   v0.5.1   Chalk updates. Output updates.
532+
* 2014-12-23   v0.7.0   Add `sourceMapRoot` options. Update readme descriptions. Remove reference to clean-css.
533+
* 2014-09-17   v0.6.0   Output fixes. Add `ASCIIOnly` option. Other fixes.
534+
* 2014-07-25   v0.5.1   Update chalk to ^0.5.1. Output updates.
534535
* 2014-03-01   v0.4.0   Remove grunt-lib-contrib dependency and add more colors.
535536
* 2014-02-27   v0.3.3   Remove unnecessary calls to `grunt.template.process`.
536537
* 2014-01-22   v0.3.2   Fix handling of `sourceMapIncludeSources` option.
537538
* 2014-01-20   v0.3.1   Fix relative path issue in sourcemaps.
538539
* 2014-01-16   v0.3.0   Refactor sourcemap support.
539-
* 2013-11-09   v0.2.7   Prepending banner if `sourceMap` option not set, addresses #109.
540-
* 2013-11-08   v0.2.6   Merged #45, #53, #85 (#105 by way of duping #53). Added support for banners in uglified files with sourcemaps. Updated docs.
541-
* 2013-10-28   v0.2.5   Added warning for banners when using sourcemaps.
542-
* 2013-09-02   v0.2.4   Updated sourcemap format via #83.
543-
* 2013-06-10   v0.2.3   Added `footer` option.
544-
* 2013-05-31   v0.2.2   Reverted #56 due to #58 until [chrome/239660](https://code.google.com/p/chromium/issues/detail?id=239660&q=sourcemappingurl&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified) [firefox/870361](https://bugzilla.mozilla.org/show_bug.cgi?id=870361) drop.
545-
* 2013-05-22   v0.2.1   Bumped uglify to ~2.3.5 #55 #40. Changed `sourcemappingUrl` syntax #56. Disabled sorting of names for consistent mangling #44. Updated docs for `sourceMapRoot` #47 #25.
540+
* 2013-11-09   v0.2.7   Prepend banner if `sourceMap` option not set, addresses #109.
541+
* 2013-11-08   v0.2.6   Merge #45, #53, #85 (#105 by way of duping #53). Add support for banners in uglified files with sourcemaps. Update docs.
542+
* 2013-10-28   v0.2.5   Add warning for banners when using sourcemaps.
543+
* 2013-09-02   v0.2.4   Update sourcemap format via #83.
544+
* 2013-06-10   v0.2.3   Add `footer` option.
545+
* 2013-05-31   v0.2.2   Revert #56 due to #58 until [chrome/239660](https://code.google.com/p/chromium/issues/detail?id=239660&q=sourcemappingurl&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified) [firefox/870361](https://bugzilla.mozilla.org/show_bug.cgi?id=870361) drop.
546+
* 2013-05-22   v0.2.1   Update uglify-js to ~2.3.5 #55 #40. Change `sourcemappingUrl` syntax #56. Disable sorting of names for consistent mangling #44. Update docs for `sourceMapRoot` #47 #25.
546547
* 2013-03-14   v0.2.0   No longer report gzip results by default. Support `report` option.
547-
* 2013-01-30   v0.1.2   Added better error reporting. Support for dynamic names of multiple sourcemaps.
548+
* 2013-01-30   v0.1.2   Add better error reporting. Support for dynamic names of multiple sourcemaps.
548549
* 2013-02-15   v0.1.1   First official release for Grunt 0.4.0.
549-
* 2013-01-18   v0.1.1rc6   Updating grunt/gruntplugin dependencies to rc6. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
550-
* 2013-01-09   v0.1.1rc5   Updating to work with grunt v0.4.0rc5. Switching back to `this.files` API.
551-
* 2012-11-28   v0.1.0   Work in progress, not yet officially released.
550+
* 2013-01-18   v0.1.1rc6   Update grunt/gruntplugin dependencies to rc6. Change in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
551+
* 2013-01-09   v0.1.1rc5   Update to work with grunt v0.4.0rc5. Switch back to `this.files` API.
552+
* 2012-11-28   v0.1.0   Work in progress, not officially released yet.
552553

553554
---
554555

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

557-
*This file was generated on Tue Jul 19 2016 10:15:13.*
558+
*This file was generated on Tue Jul 19 2016 16:34:56.*

appveyor.yml

-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# http://www.appveyor.com/docs/appveyor-yml
2-
31
clone_depth: 10
42

53
version: "{build}"
@@ -20,11 +18,6 @@ environment:
2018

2119
install:
2220
- ps: Install-Product node $env:nodejs_version $env:platform
23-
- ps: >-
24-
if ($env:nodejs_version -eq "0.10") {
25-
npm -g install npm@2
26-
$env:PATH="$env:APPDATA\npm;$env:PATH"
27-
}
2821
- npm install
2922

3023
test_script:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-uglify",
33
"description": "Minify javascript files with UglifyJS",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"

0 commit comments

Comments
 (0)