Skip to content

Commit bd4d1e4

Browse files
committed
Update CHANGELOG.
[ci skip]
1 parent fe967c8 commit bd4d1e4

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

CHANGELOG

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
v1.0.1:
22
date: 2016-03-16
33
changes:
4-
- downgrade maxmin for node 0.10
4+
- Downgrade maxmin for Node.js 0.10.
55
v1.0.0:
66
date: 2016-03-04
77
changes:
88
- Use uglify-js ~2.6.2 to fix sourcemap issue.
9-
- Improving docs for global-defs and --define options.
10-
- Add 'sourceMapUrl' option.
11-
- add bare_returns option.
9+
- Improving docs for `global-defs` and `--define` options.
10+
- Add `sourceMapUrl` option.
11+
- add `bare_returns` option.
1212
- Optionally set report verbosity level using report option.
1313
v0.11.1:
1414
date: 2016-01-29
1515
changes:
16-
- switch to lodash ^4.0.1
17-
- switch to grunt-contrib-clean ^0.7.0
18-
- switch to grunt-contrib-jshint ^0.12.0
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.
1919
v0.11.0:
2020
date: 2015-11-20
2121
changes:
22-
- switch to uglify ~2.6.0
22+
- Update to uglify ~2.6.0.
2323
v0.10.1:
2424
date: 2015-11-12
2525
changes:
26-
- switch to uglify ~2.5
26+
- Update to uglify ~2.5.
2727
v0.10.0:
2828
date: 2015-10-27
2929
changes:
30-
- bump to uglify ^2.5
30+
- Update to uglify ^2.5.
3131
v0.9.2:
3232
date: 2015-08-24
3333
changes:
34-
- bump to uglify ^2.4.24
34+
- Update to uglify ^2.4.24
3535
v0.9.1:
3636
date: 2015-04-07
3737
changes:
38-
- more fixes for mangle options
38+
- More fixes for `mangle` options.
3939
v0.9.0:
4040
date: 2015-04-07
4141
changes:
42-
- added hook into uglify's mangling functionality
42+
- Added hook into uglify's mangling functionality.
4343
v0.8.1:
4444
date: 2015-03-30
4545
changes:
46-
- lock uglify to 2.4.17 due to breaking changes
46+
- Lock uglify to 2.4.17 due to breaking changes.
4747
v0.8.0:
4848
date: 2015-02-19
4949
changes:
5050
- Add `screwIE8` option.
51-
- Fix issue with explicit `compress` in node 0.12.0.
51+
- Fix issue with explicit `compress` in Node.js 0.12.0.
5252
v0.7.0:
5353
date: 2014-12-23
5454
changes:
55-
- Adds sourceMapRoot options.
55+
- Adds `sourceMapRoot` options.
5656
- Updates readme descriptions.
5757
- Removes reference to cleancss.
5858
v0.6.0:
5959
date: 2014-09-17
6060
changes:
6161
- Output fixes.
62-
- ASCIIOnly option.
62+
- '`ASCIIOnly` option.'
6363
- Other fixes.
6464
v0.5.1:
6565
date: 2014-07-25
@@ -69,56 +69,56 @@ v0.5.1:
6969
v0.4.0:
7070
date: 2014-03-01
7171
changes:
72-
- remove grunt-lib-contrib dependency and add more colors
72+
- Remove grunt-lib-contrib dependency and add more colors.
7373
v0.3.3:
7474
date: 2014-02-27
7575
changes:
76-
- remove unnecessary calls to `grunt.template.process`
76+
- Remove unnecessary calls to `grunt.template.process`.
7777
v0.3.2:
7878
date: 2014-01-22
7979
changes:
80-
- fix handling of `sourceMapIncludeSources` option.
80+
- Fix handling of `sourceMapIncludeSources` option.
8181
v0.3.1:
8282
date: 2014-01-20
8383
changes:
84-
- fix relative path issue in sourcemaps
84+
- Fix relative path issue in sourcemaps.
8585
v0.3.0:
8686
date: 2014-01-16
8787
changes:
88-
- refactor sourcemap support
88+
- Refactor sourcemap support.
8989
v0.2.7:
9090
date: 2013-11-09
9191
changes:
92-
- prepending banner if sourceMap option not set, addresses #109
92+
- 'Prepending banner if `sourceMap` option not set, addresses #109.'
9393
v0.2.6:
9494
date: 2013-11-08
9595
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
96+
- 'Merged #45, #53, #85 (#105 by way of duping #53).'
97+
- Added support for banners in uglified files with sourcemaps.
98+
- Updated docs.
9999
v0.2.5:
100100
date: 2013-10-28
101101
changes:
102-
- Added warning for banners when using sourcemaps
102+
- Added warning for banners when using sourcemaps.
103103
v0.2.4:
104104
date: 2013-09-02
105105
changes:
106-
- updated sourcemap format via /83
106+
- 'Updated sourcemap format via #83.'
107107
v0.2.3:
108108
date: 2013-06-10
109109
changes:
110-
- added footer option
110+
- Added `footer` option.
111111
v0.2.2:
112112
date: 2013-05-31
113113
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
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.'
115115
v0.2.1:
116116
date: 2013-05-22
117117
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
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.'
122122
v0.2.0:
123123
date: 2013-03-14
124124
changes:
@@ -127,8 +127,8 @@ v0.2.0:
127127
v0.1.2:
128128
date: 2013-01-30
129129
changes:
130-
- Added better error reporting
131-
- Support for dynamic names of multiple sourcemaps
130+
- Added better error reporting.
131+
- Support for dynamic names of multiple sourcemaps.
132132
v0.1.1:
133133
date: 2013-02-15
134134
changes:
@@ -142,7 +142,7 @@ v0.1.1rc5:
142142
date: 2013-01-09
143143
changes:
144144
- Updating to work with grunt v0.4.0rc5.
145-
- Switching back to this.files api.
145+
- Switching back to `this.files` API.
146146
v0.1.0:
147147
date: 2012-11-28
148148
changes:

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -517,41 +517,41 @@ grunt.initConfig({
517517

518518
## Release History
519519

520-
* 2016-03-16   v1.0.1   downgrade maxmin for node 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   switch to lodash ^4.0.1 switch to grunt-contrib-clean ^0.7.0 switch to grunt-contrib-jshint ^0.12.0
523-
* 2015-11-20   v0.11.0   switch to uglify ~2.6.0
524-
* 2015-11-12   v0.10.1   switch to uglify ~2.5
525-
* 2015-10-27   v0.10.0   bump to uglify ^2.5
526-
* 2015-08-24   v0.9.2   bump to uglify ^2.4.24
527-
* 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
530-
* 2015-02-19   v0.8.0   Add `screwIE8` option. Fix issue with explicit `compress` in node 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.
520+
* 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
527+
* 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.
530+
* 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.
533533
* 2014-07-25   v0.5.1   Chalk updates. Output updates.
534-
* 2014-03-01   v0.4.0   remove grunt-lib-contrib dependency and add more colors
535-
* 2014-02-27   v0.3.3   remove unnecessary calls to `grunt.template.process`
536-
* 2014-01-22   v0.3.2   fix handling of `sourceMapIncludeSources` option.
537-
* 2014-01-20   v0.3.1   fix relative path issue in sourcemaps
538-
* 2014-01-16   v0.3.0   refactor sourcemap support
539-
* 2013-11-09   v0.2.7   prepending banner if sourceMap option not set, addresses
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
534+
* 2014-03-01   v0.4.0   Remove grunt-lib-contrib dependency and add more colors.
535+
* 2014-02-27   v0.3.3   Remove unnecessary calls to `grunt.template.process`.
536+
* 2014-01-22   v0.3.2   Fix handling of `sourceMapIncludeSources` option.
537+
* 2014-01-20   v0.3.1   Fix relative path issue in sourcemaps.
538+
* 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.
546546
* 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
547+
* 2013-01-30   v0.1.2   Added better error reporting. Support for dynamic names of multiple sourcemaps.
548548
* 2013-02-15   v0.1.1   First official release for Grunt 0.4.0.
549549
* 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.
550+
* 2013-01-09   v0.1.1rc5   Updating to work with grunt v0.4.0rc5. Switching back to `this.files` API.
551551
* 2012-11-28   v0.1.0   Work in progress, not yet officially released.
552552

553553
---
554554

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

557-
*This file was generated on Wed Mar 16 2016 10:51:38.*
557+
*This file was generated on Fri Mar 18 2016 21:02:15.*

0 commit comments

Comments
 (0)