UNPKG

5.12 kBPlain TextView Raw
1v5.0.0:
2 date: 2020-07-16
3 changes:
4 - Requires node 10+.
5 - Update dependencies.
6v4.0.1:
7 date: 2019-03-21
8 changes:
9 - Update uglify-js to v3.5.0.
10 - Update dependencies.
11v4.0.0:
12 date: 2018-08-26
13 changes:
14 - Update dependencies.
15 - Requires Node.js >= 6.
16v3.4.0:
17 date: 2018-07-29
18 changes:
19 - Update uglify-js to v3.4.0.
20v3.3.0:
21 date: 2017-12-24
22 changes:
23 - Update uglify-js to v3.3.0.
24v3.2.1:
25 date: 2017-11-26
26 changes:
27 - Update uglify-js to v3.2.0.
28v3.1.0:
29 date: 2017-09-11
30 changes:
31 - Update uglify-js to v3.1.0.
32v3.0.1:
33 date: 2017-05-20
34 changes:
35 - Fix toplevel option.
36v3.0.0:
37 date: 2017-05-12
38 changes:
39 - Update uglify-js to v3.0.4.
40v2.3.0:
41 date: 2017-04-05
42 changes:
43 - Make CLI output less verbose.
44v2.2.1:
45 date: 2017-03-31
46 changes:
47 - Fix banner option.
48v2.2.0:
49 date: 2017-03-01
50 changes:
51 - Update uglify-js to v2.8.3.
52v2.1.0:
53 date: 2017-02-08
54 changes:
55 - Show size changes in output. Switch to `object.assign`.
56v2.0.0:
57 date: 2016-07-19
58 changes:
59 - Update uglify-js to v2.7.0. `screwIE8` is enabled by default.
60v1.0.2:
61 date: 2016-07-19
62 changes:
63 - Update grunt to ^1.0.0.
64 - Fix `beautify` when passed as an object.
65 - Fix docs about `report` values.
66v1.0.1:
67 date: 2016-03-16
68 changes:
69 - Downgrade maxmin for Node.js 0.10.
70v1.0.0:
71 date: 2016-03-04
72 changes:
73 - Use uglify-js ~2.6.2 to fix sourcemap issue.
74 - Improve docs for `global-defs` and `--define` options.
75 - Add `sourceMapUrl` option.
76 - Add `bare_returns` option.
77 - Optionally set report verbosity level using report option.
78v0.11.1:
79 date: 2016-01-29
80 changes:
81 - Update lodash to ^4.0.1.
82 - Update grunt-contrib-clean to ^0.7.0.
83 - Update grunt-contrib-jshint to ^0.12.0.
84v0.11.0:
85 date: 2015-11-20
86 changes:
87 - Update uglify-js to ~2.6.0.
88v0.10.1:
89 date: 2015-11-12
90 changes:
91 - Update uglify-js to ~2.5.
92v0.10.0:
93 date: 2015-10-27
94 changes:
95 - Update uglify-js to ^2.5.
96v0.9.2:
97 date: 2015-08-24
98 changes:
99 - Update uglify-js to ^2.4.24
100v0.9.1:
101 date: 2015-04-07
102 changes:
103 - More fixes for `mangle` options.
104v0.9.0:
105 date: 2015-04-07
106 changes:
107 - Add hook into uglify-js's mangling functionality.
108v0.8.1:
109 date: 2015-03-30
110 changes:
111 - Lock uglify-js to 2.4.17 due to breaking changes.
112v0.8.0:
113 date: 2015-02-19
114 changes:
115 - Add `screwIE8` option.
116 - Fix issue with explicit `compress` in Node.js 0.12.0.
117v0.7.0:
118 date: 2014-12-23
119 changes:
120 - Add `sourceMapRoot` options.
121 - Update readme descriptions.
122 - Remove reference to clean-css.
123v0.6.0:
124 date: 2014-09-17
125 changes:
126 - Output fixes.
127 - 'Add `ASCIIOnly` option.'
128 - Other fixes.
129v0.5.1:
130 date: 2014-07-25
131 changes:
132 - Update chalk to ^0.5.1.
133 - Output updates.
134v0.4.0:
135 date: 2014-03-01
136 changes:
137 - Remove grunt-lib-contrib dependency and add more colors.
138v0.3.3:
139 date: 2014-02-27
140 changes:
141 - Remove unnecessary calls to `grunt.template.process`.
142v0.3.2:
143 date: 2014-01-22
144 changes:
145 - Fix handling of `sourceMapIncludeSources` option.
146v0.3.1:
147 date: 2014-01-20
148 changes:
149 - Fix relative path issue in sourcemaps.
150v0.3.0:
151 date: 2014-01-16
152 changes:
153 - Refactor sourcemap support.
154v0.2.7:
155 date: 2013-11-09
156 changes:
157 - 'Prepend banner if `sourceMap` option not set, addresses #109.'
158v0.2.6:
159 date: 2013-11-08
160 changes:
161 - 'Merge #45, #53, #85 (#105 by way of duping #53).'
162 - Add support for banners in uglified files with sourcemaps.
163 - Update docs.
164v0.2.5:
165 date: 2013-10-28
166 changes:
167 - Add warning for banners when using sourcemaps.
168v0.2.4:
169 date: 2013-09-02
170 changes:
171 - 'Update sourcemap format via #83.'
172v0.2.3:
173 date: 2013-06-10
174 changes:
175 - Add `footer` option.
176v0.2.2:
177 date: 2013-05-31
178 changes:
179 - '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.'
180v0.2.1:
181 date: 2013-05-22
182 changes:
183 - 'Update uglify-js to ~2.3.5 #55 #40.'
184 - 'Change `sourcemappingUrl` syntax #56.'
185 - 'Disable sorting of names for consistent mangling #44.'
186 - 'Update docs for `sourceMapRoot` #47 #25.'
187v0.2.0:
188 date: 2013-03-14
189 changes:
190 - No longer report gzip results by default.
191 - Support `report` option.
192v0.1.2:
193 date: 2013-01-30
194 changes:
195 - Add better error reporting.
196 - Support for dynamic names of multiple sourcemaps.
197v0.1.1:
198 date: 2013-02-15
199 changes:
200 - First official release for Grunt 0.4.0.
201v0.1.1rc6:
202 date: 2013-01-18
203 changes:
204 - Update grunt/gruntplugin dependencies to rc6.
205 - Change in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
206v0.1.1rc5:
207 date: 2013-01-09
208 changes:
209 - Update to work with grunt v0.4.0rc5.
210 - Switch back to `this.files` API.
211v0.1.0:
212 date: 2012-11-28
213 changes:
214 - Work in progress, not officially released yet.