Skip to content

Commit 2adb251

Browse files
committed
v1.3.0
- support for directives (i.e. "use strict";) - newlines in multi-line comments trigger ASI - added nodeunit dependency for NPM, other code restructuring - apply ascii_only option to regexps - allow defines when not mangling - some parser/code generator fixes #376, #396 - (static) mangler optimization for gzip (mishoo#397) Contributors (in no particular order): Richard van Velzen <[email protected]> Paul Baumgart <[email protected]> Mal Graty <[email protected]> Jez Ng <[email protected]> Robert Gust-Bardon <[email protected]>
1 parent d88a799 commit 2adb251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url" : "http://mihai.bazon.net/blog"
1010
},
1111

12-
"version" : "1.2.6",
12+
"version" : "1.3.0",
1313

1414
"main" : "./uglify-js.js",
1515

0 commit comments

Comments
 (0)