https://github.com/mishoo/UglifyJS

sort by:
Revision Author Date Message Commit Date
bd7be07 v3.0.24 08 July 2017, 04:53:20 UTC
71ee91e handle duplicate argument names in `collapse_vars` (#2215) 07 July 2017, 20:42:35 UTC
4f70d2e inlining of static methods & constants (#2211) - guard by `unsafe` - support `Array`, `Math`, `Number`, `Object` & `String` fixes #2207 06 July 2017, 21:35:32 UTC
4b6ca5e inline property access of object literal (#2209) - only if property value is side-effect-free - guard by `unsafe` fixes #2208 06 July 2017, 13:51:58 UTC
9306da3 suppress `collapse_vars` of `this` as call argument (#2204) fixes #2203 05 July 2017, 17:03:52 UTC
1ac25fc improve `compress` granularity through `typeofs` (#2201) fixes #2198 05 July 2017, 11:20:33 UTC
5f046c7 minor clean-ups to `evaluate` (#2197) 03 July 2017, 10:52:39 UTC
af0262b improve parenthesis emission (#2196) - eliminate `throw` usages - suppress extraneous parenthesis - `new function() {foo.bar()}.baz` - `for (function() { "foo" in bar; };;);` 02 July 2017, 20:17:37 UTC
6b3aeff clean up `TreeWalker.pop()` (#2195) Remove superfluous parameter. 02 July 2017, 19:23:38 UTC
20e4f82 refactor `throw` usage within `compress` (#2193) Eliminate exceptional constructs from normal control flow. 02 July 2017, 18:10:56 UTC
f3a487a document fast mangle-only minify mode (#2194) 02 July 2017, 17:37:04 UTC
2dde416 v3.0.23 02 July 2017, 09:24:22 UTC
8b69a3d drop argument value after `collapse_vars` (#2190) 01 July 2017, 20:28:11 UTC
d40950b improve `inline` efficiency (#2188) ... by teaching `collapse_vars` some new tricks. fixes #2187 01 July 2017, 17:05:14 UTC
7659ea1 v3.0.22 30 June 2017, 03:18:34 UTC
bdeadff improve usability of name cache under `minify()` (#2176) fixes #2174 29 June 2017, 04:48:34 UTC
5e6f264 v3.0.21 28 June 2017, 16:49:06 UTC
f0a9912 improve `unsafe_Func` (#2171) - minimise disturbance to `compute_char_frequency()` - remove extraneous quotation marks 27 June 2017, 15:53:42 UTC
1e4de2e parse `@global_defs` as expressions (#2169) - let parser rejects non-conformant input - eliminate need for extraneous parenthesis 27 June 2017, 02:31:19 UTC
8b4dcd8 v3.0.20 25 June 2017, 07:05:05 UTC
285401c more tests for #2158 (#2160) 25 June 2017, 06:21:48 UTC
9db4c42 fix `cascade` & `collapse` on property access of constants (#2158) 24 June 2017, 13:30:06 UTC
94e5e00 refactor `compute_char_frequency()` (#2152) - minimise maintenance when updating AST - maximise code sharing between `master` & `harmony` 23 June 2017, 12:05:31 UTC
dc6bcaa synchronise `mangle.properties` for `minify()` & `test/compress` (#2151) 23 June 2017, 07:53:13 UTC
d58b184 refactor `Compressor.toplevel` (#2149) 23 June 2017, 05:11:40 UTC
b3a57ff minimise `reduce_vars` cloning overhead (#2148) 22 June 2017, 22:59:53 UTC
3d5bc08 fix `reduce_vars` on `this` (#2145) fixes #2140 22 June 2017, 20:44:57 UTC
0692435 fix for-in loop parsing (#2144) 22 June 2017, 20:14:30 UTC
f67a6b0 v3.0.19 21 June 2017, 19:24:22 UTC
343ea32 ensure mangling works if catch reuses a scope variable (#2123) fixes #2120 19 June 2017, 18:14:05 UTC
1c150c6 v3.0.18 18 June 2017, 07:01:20 UTC
0a0f4f5 make defensive copies when `inline` (#2116) fixes #2114 17 June 2017, 06:32:37 UTC
931daa8 fix loss of context in `collapse_vars` & `cascade` (#2112) fixes #2110 16 June 2017, 13:18:43 UTC
00e4f7b in-place `tigten_body()` (#2111) By reducing copies of `AST_Node` arrays, we should be able to reduce: - memory pressure - potential bugs caused by multiple references in AST - duplicated executions of `OPT()` 16 June 2017, 11:19:54 UTC
11e63bc correctly determine scope of `AST_This` (#2109) fixes #2107 16 June 2017, 06:54:46 UTC
33405bb enforce `inline` scope restriction (#2106) fixes #2105 15 June 2017, 19:21:38 UTC
57dc4fb v3.0.17 15 June 2017, 10:59:37 UTC
b85a358 suppress `inline` of `this` (#2103) fixes #2101 15 June 2017, 04:14:16 UTC
4369795 avoid intermittent test time-out failures (#2100) 14 June 2017, 20:47:57 UTC
3f961bb compute `uses_arguments` correctly in `figure_out_scope()` (#2099) fixes #2097 14 June 2017, 19:28:26 UTC
0a1e523 fix parsing of `expect_stdout` (#2096) fixes #2095 14 June 2017, 17:00:03 UTC
4231f73 v3.0.16 14 June 2017, 08:45:09 UTC
da2de35 add comment about quote_style and gzip (#2092) 14 June 2017, 04:23:03 UTC
41beae4 cache web assets between CI runs (#2089) - skip `test/jetstream.js` for `node@0.12` 14 June 2017, 03:53:10 UTC
82db918 fix CLI parsing of `--source-map content` (#2088) fixes #2082 13 June 2017, 08:30:46 UTC
3dc9e14 add Node.js 8 to Travis CI (#2086) - explicitly terminate `test/jetstream.js` upon completion - log verbose output from `test/benchmark.js` & `test/jetstream.js` - remove obsolete workaround for Travis CI 12 June 2017, 22:21:16 UTC
fed0096 allow `expect_stdout` to specify `Error` (#2087) 12 June 2017, 20:57:26 UTC
2bdc880 fix variable accounting in `inline` (#2085) fixes #2084 12 June 2017, 17:40:14 UTC
5ef7cb3 suppress false positives for-in loops (#2080) fixes #2079 10 June 2017, 05:55:17 UTC
4ad7b1d fix portability of `sandbox.run_code()` on Node.js 0.1x (#2078) 09 June 2017, 17:08:58 UTC
9186859 fix non-string parameters (#2076) `Stream.write()` is not as versatile as `console.log()` 09 June 2017, 16:11:40 UTC
47c0713 report `test/ufuzz.js` failures in `process.stderr` (#2074) 09 June 2017, 07:56:28 UTC
293c566 marshal `mangle[.properties].reserved` from non-Array values (#2072) 08 June 2017, 20:29:12 UTC
9c30640 fix iteration over object with inherited properties (#2068) fixes #2055 07 June 2017, 19:27:03 UTC
9db0695 fix `cascade` on multi-branch evaluations (#2067) Partially reverts #2059 as this has better coverage and performance. fixes #2062 07 June 2017, 11:52:01 UTC
f2af093 fix CLI output corruption (#2061) Using `console.error()` & `console.log()` result in inconsistent formatting across Node.js versions. Avoid this issue by directly writing to `process.stderr` & `process.stdout` instead. Miscellaneous - prettify invalid option listing 06 June 2017, 20:25:32 UTC
b9ad53d fix `inline` handling of `AST_Call.args` (#2059) 06 June 2017, 14:55:25 UTC
b0eab71 implement `test/jetstream.js --debug` (#2058) 06 June 2017, 11:28:12 UTC
3493a18 implement function inlining (#2053) - empty body - single `AST_Return` - single `AST_SimpleStatement` - avoid `/*#__PURE__*/` Miscellaneous - enhance single-use function substitution fixes #281 05 June 2017, 21:49:53 UTC
27c5284 workaround webkit parsing error (#2056) apply `webkit` to jetstream tests 05 June 2017, 20:06:42 UTC
540220b fix `AST_Function` scope invariance (#2052) improve function name hack in `run_code()` 04 June 2017, 11:27:43 UTC
84634da add tests for `AST_SymbolAccessor` (#2049) 03 June 2017, 08:08:10 UTC
1743621 clean up `lib/parse.js` (#2047) - remove unused definitions - replace `array_to_hash()` 03 June 2017, 06:00:59 UTC
f330ab7 better document behavior of unsafe_Func (#2043) 02 June 2017, 04:07:17 UTC
4377e93 v3.0.15 01 June 2017, 10:12:38 UTC
bac14ba fix non-identifier getter/setter name (#2041) fixes #2040 01 June 2017, 10:11:16 UTC
ec095ed whitelist `unsafe` `evaluate` candidates (#2039) - all arguments may accept constant values - return constant value - free of side effects - available & identical across locales and runtime environments 31 May 2017, 20:33:05 UTC
17e7312 enhance `unsafe` `evaluate` (#2037) 31 May 2017, 16:56:28 UTC
f71e8fd reformat mangle options section of README (#2036) 31 May 2017, 13:52:43 UTC
3e62faa v3.0.14 31 May 2017, 03:34:51 UTC
e9645e0 introduce `unsafe_Func` (#2033) Separate flag for #203 functionality. 30 May 2017, 19:38:00 UTC
55b5f2a widen CLI parse error code fragment displayed (#2032) fixes #2030 30 May 2017, 17:56:52 UTC
4e0a22e v3.0.13 29 May 2017, 02:52:13 UTC
1aa3805 better fix for #512 & #2010 (#2019) - remove duplicated functionalities - fix similar issue with `else` 29 May 2017, 02:51:41 UTC
e62b879 display default values in `--help options` (#2018) 28 May 2017, 14:57:20 UTC
c6c9f4f implement `--help options` (#2017) 28 May 2017, 10:21:44 UTC
fec1437 improve CLI usability (#2016) Report supported options upon invalid option syntax. fixes #1883 27 May 2017, 20:09:40 UTC
79131cd extend `node_version` range on applicable tests (#2015) 27 May 2017, 14:18:28 UTC
c3f14a1 v3.0.12 27 May 2017, 10:08:09 UTC
7b13159 fix `hoist_funs` on block-scoped `function` under "use strict" (#2013) Technically not part of ES5, but commonly used code exists in the wild. 27 May 2017, 09:44:59 UTC
95094b9 fix `if_return` on `AST_Defun` (#2010) Previous fiix for #1052 perturbs declaration order of functions which leads to incorrect behaviour under "use strict". 27 May 2017, 05:41:49 UTC
1ff8e9d clarify what --mangle-props does (#2012) 27 May 2017, 05:17:30 UTC
78309a2 better document mangle properties options (#2009) 26 May 2017, 18:28:43 UTC
695e182 fix and expand --mangle-props documentation (#2008) fixes #2007 26 May 2017, 17:25:51 UTC
dc33fac fix `dead_code` on block-scoped `function` under "use strict" (#2006) Technically not part of ES5, but commonly used code exists in the wild. 26 May 2017, 08:08:51 UTC
c70fb60 clean up `lib/scope.js` (#2003) fixes #2004 25 May 2017, 19:58:35 UTC
793d614 report timing breakdown (#2000) fix corner cases with `sourceMap` fixes #1998 24 May 2017, 23:15:55 UTC
a277fe1 ensure new line after `describe_ast()` (#1999) 24 May 2017, 18:32:36 UTC
7d3b941 reinstate `describe_ast()` on CLI (#1996) fixes #1995 23 May 2017, 18:30:09 UTC
e95052a v3.0.11 23 May 2017, 14:26:59 UTC
e667f0a fix source map offset (#1993) Account for whitespace insertions. fixes #505 fixes #890 23 May 2017, 12:25:48 UTC
69ac794 add another minify() options example (#1988) 22 May 2017, 04:19:07 UTC
efdb659 improve usability of `global_defs` in `minify()` (#1987) Use `@key` to `parse()` string value as `AST_Node`. fixes #1986 21 May 2017, 17:38:43 UTC
a1dedeb more refinement of minify() documentation (#1983) 20 May 2017, 20:55:03 UTC
d3c4a8e v3.0.10 20 May 2017, 17:30:17 UTC
7e164ab add "es5" to package.json keywords (#1980) 20 May 2017, 14:09:50 UTC
22aedef document minify() option `toplevel` (#1979) 20 May 2017, 14:09:21 UTC
58fae7d enhance `if_return` to handle `return void...` (#1977) fixes #512 20 May 2017, 07:58:46 UTC
5bf8d7e document 3.x minify() does not throw errors (#1975) 20 May 2017, 02:49:35 UTC
1df9d06 document minify `warnings` and add an error example (#1973) 19 May 2017, 09:20:21 UTC
back to top