sort by:
Revision Author Date Message Commit Date
fa43768 v3.5.3 01 April 2019, 10:12:03 UTC
a74e600 mangle shadowed lambda under `ie8` correctly (#3356) fixes #3355 01 April 2019, 07:22:00 UTC
4b21526 Fix test expectation (#3357) The test expects a specific precision value that is not met on all V8 versions anymore due to a recent consolidation of different algorithms across the V8 code base. This makes sure the preceision is tested against one digit less to keep the test working on all V8 versions. Refs: https://chromium.googlesource.com/v8/v8/+/98453126c109016c9d32c6ebd89dd83f69dd8efb Refs: https://github.com/nodejs/node/issues/25060#issuecomment-477953457 29 March 2019, 18:08:27 UTC
a7a7b1d v3.5.2 23 March 2019, 06:25:14 UTC
7436977 fix infinite loop triggered by #3347 (#3354) fixes #3353 23 March 2019, 06:21:54 UTC
e3c565b v3.5.1 21 March 2019, 05:54:14 UTC
54b0b49 enhance `inline` (#3352) 20 March 2019, 18:58:33 UTC
65648d8 enhance `collapse_vars` (#3351) 20 March 2019, 15:31:21 UTC
fd78859 v3.5.0 20 March 2019, 10:43:54 UTC
143f905 fix corner case in `sequences` (#3350) 20 March 2019, 06:54:26 UTC
f2286c3 enhance `unsafe` for `Array` (#3349) 19 March 2019, 22:37:51 UTC
b9615f7 improve `compress` performance (#3348) fixes #3174 19 March 2019, 18:53:04 UTC
c520e99 enhance `comparisons` (#3347) 18 March 2019, 17:34:25 UTC
615ae37 introduce `assignments` (#3345) 18 March 2019, 13:28:41 UTC
7aa7f21 fix corner case in `evaluate` (#3344) 18 March 2019, 13:24:42 UTC
4430a43 fix corner case in `inline` (#3343) 16 March 2019, 21:31:40 UTC
9707ccd v3.4.10 15 March 2019, 16:16:21 UTC
cb8f3a2 add Node.js 10 to CI tests (#3342) 15 March 2019, 08:45:12 UTC
8b3259e fix corner case in `reduce_vars` (#3341) 15 March 2019, 08:06:47 UTC
b66f47b update dependencies - acorn@6.1.1 - commander@2.19.0 - semver@5.6.0 15 March 2019, 06:49:48 UTC
8d2e6f3 fix function inlining after `reduce_vars` (#3340) fixes #3297 14 March 2019, 21:45:46 UTC
b3ef5e5 enhance `evaluate` (#3339) fixes #3299 14 March 2019, 18:48:23 UTC
627f5fb fix corner case with `nameCache` (#3338) fixes #3301 14 March 2019, 17:15:50 UTC
d90777b parse `mangle.properties.regex` in `--config-file` properly (#3337) fixes #3315 14 March 2019, 16:20:20 UTC
e49297e improve usability of `pure_funcs` (#3336) fixes #3325 14 March 2019, 13:36:45 UTC
ebd82b3 fix corner case in `collapse_vars` (#3334) fixes #3274 14 March 2019, 08:05:56 UTC
d074aa6 fix corner case in `collapse_vars` (#3333) fixes #3247 fixes #3305 fixes #3314 fixes #3327 13 March 2019, 15:48:52 UTC
b052f62 fix corner case in `reduce_vars` (#3332) fixes #3267 13 March 2019, 13:56:38 UTC
d4ac84b fix corner case in `arguments` & `reduce_vars` (#3331) fixes #3282 13 March 2019, 00:46:03 UTC
e250396 fix corner case in `arguments` (#3330) Track modifications to `arguments[i]` under Strict Mode. fixes #3273 12 March 2019, 22:59:53 UTC
c6fa39b Update README.md (#3311) fix anchor for mangle-options 12 March 2019, 21:31:04 UTC
9aae4f2 make tests compatible with Node.js 12 (#3304) In Node.js 12, the formatting of console arguments will change slightly. Previously, a string other than the first argument was formatted using single quotes if the first argument was non-string. Now, quotes are never added regardless of position of a string argument. To make test compatible in all Node.js versions, I work around by ensuring the first argument to console.log is a string which prevents the quotes from being added on older versions of Node.js. Ref: https://github.com/nodejs/node/pull/23162 12 March 2019, 20:55:04 UTC
008c236 fix corner case in `conditionals` (#3329) fixes #3245 fixes #3257 fixes #3260 fixes #3269 fixes #3271 fixes #3278 fixes #3309 fixes #3319 fixes #3321 12 March 2019, 20:28:21 UTC
b1c0664 Fix typo in warning (#3324) protoype -> prototype 12 March 2019, 18:15:54 UTC
ea999b0 v3.4.9 31 August 2018, 04:28:21 UTC
ce7e220 fix corner case in `conditionals` (#3244) 30 August 2018, 07:59:05 UTC
2bdaca1 enhance `conditionals` (#3243) 29 August 2018, 17:06:34 UTC
aa00292 fix corner case in `reduce_vars` (#3241) fixes #3240 29 August 2018, 14:14:25 UTC
f352bce fix corner case in `collapse_vars` (#3239) fixes #3238 29 August 2018, 03:34:34 UTC
0851403 v3.4.8 23 August 2018, 07:27:34 UTC
694ca5d fix corner case in `unused` (#3234) fixes #3233 22 August 2018, 22:03:39 UTC
57fb58b enhance `if_return` (#3232) 21 August 2018, 10:34:16 UTC
18c1c9b update dependencies - commander@2.17.1 14 August 2018, 09:06:09 UTC
5c1ae36 v3.4.7 09 August 2018, 14:47:24 UTC
cfebeb2 fix corner case in `mangle` workaround for Safari (#3230) fixes #3227 09 August 2018, 09:34:28 UTC
fc78423 clean up webkit quirks (#3229) 08 August 2018, 08:15:45 UTC
2a5277b v3.4.6 27 July 2018, 11:35:26 UTC
d47547d fix corner case in `join_vars` (#3224) 27 July 2018, 11:34:44 UTC
304db15 fix corner case in `ie8` & `rename` (#3223) 26 July 2018, 08:35:43 UTC
7cf72b8 fix corner case in `global_defs` (#3218) fixes #3217 19 July 2018, 10:14:36 UTC
cea685f fix corner case in `ie8` (#3216) fixes #3215 19 July 2018, 06:45:36 UTC
8d4b534 v3.4.5 16 July 2018, 18:43:30 UTC
34a0ab6 improve fuzzing on Travis CI 12 July 2018, 18:05:52 UTC
bcebacb fix corner cases in `preserve_line` (#3212) 12 July 2018, 17:51:10 UTC
018a5a7 v3.4.4 09 July 2018, 01:09:56 UTC
b468103 use nvs for CI testing 05 July 2018, 10:49:29 UTC
66c126f fix corner case in `ie8` (#3207) fixes #3206 03 July 2018, 08:44:23 UTC
fdee083 v3.4.3 02 July 2018, 06:03:18 UTC
5ffc17d fix corner case in `unused` 01 July 2018, 06:34:42 UTC
6aa7500 update dependencies - acorn@5.7.1 - commander@2.16.0 30 June 2018, 17:49:43 UTC
76df77c implement `directives` (#3203) fixes #3166 28 June 2018, 10:16:49 UTC
957d553 improve `unsafe` `comparisons` (#3200) 27 June 2018, 19:46:19 UTC
88c8f4e v3.4.2 25 June 2018, 17:29:48 UTC
ab36b9b fix corner case in `ie8` (#3198) fixes #3197 23 June 2018, 20:00:36 UTC
2833091 improve `mocha` tests (#3195) 23 June 2018, 20:00:36 UTC
766a414 enhance `arguments` (#3193) fixes #3192 23 June 2018, 20:00:21 UTC
915c7e2 v3.4.1 19 June 2018, 18:35:48 UTC
e54ddcb fix corner cases in `properties` (#3189) fixes #3188 19 June 2018, 10:20:11 UTC
9e19e63 general clean-ups (#3175) 06 June 2018, 09:50:56 UTC
bce7ee5 v3.4.0 02 June 2018, 05:57:10 UTC
b39043f re-introduce `enclose` (#3163) fixes #2443 01 June 2018, 08:47:11 UTC
caf96ac handle asynchronous test failures (#3164) 31 May 2018, 12:21:39 UTC
c767490 update JetStream URL (#3165) 31 May 2018, 08:23:49 UTC
5843494 v3.3.28 29 May 2018, 12:25:42 UTC
efa21ae fix corner case in `reduce_vars` (#3151) 25 May 2018, 21:45:44 UTC
24d9633 fix corner cases with `eval()` (#3147) fixes #3146 24 May 2018, 06:29:30 UTC
7963b96 augment tests for inline source maps (#3145) 23 May 2018, 18:37:51 UTC
8c62d85 augment tests for `RegExp` (#3144) 23 May 2018, 09:24:13 UTC
6993157 v3.3.27 22 May 2018, 17:09:12 UTC
b5af8a1 fix corner case in `reduce_vars` (#3141) fixes #3140 21 May 2018, 07:53:51 UTC
c14d09b v3.3.26 20 May 2018, 17:32:32 UTC
4fc39d8 fix corner case in `collapse_vars` (#3139) 18 May 2018, 21:45:14 UTC
0b7c70f Update README.md to clarify --source-map filename option (#3137) Clarify that the --source-map filename option does NOT change the source map output filename but does set the 'file' attribute within the output source map. This was already documented in the API section of the README so I just copied that to the CLI options section, and a fragment to the CLI summary. 18 May 2018, 07:50:36 UTC
f72d302 v3.3.25 12 May 2018, 23:50:40 UTC
1a0d6ed remove `colors` dependency (#3133) 12 May 2018, 23:50:02 UTC
7b59b2f replace `mocha` dependency (#3131) 11 May 2018, 12:15:34 UTC
7bc7704 fix corner case in `reduce_vars` (#3129) 10 May 2018, 10:45:20 UTC
14e712e fix corner case in call binding (#3128) fixes #3127 09 May 2018, 22:16:35 UTC
f83adcc v3.3.24 07 May 2018, 20:17:34 UTC
df8a994 fix various corner cases (#3126) - augment ufuzz/reminify test options fixes #3125 06 May 2018, 23:36:25 UTC
6b91d12 fix corner case in `reduce_vars` (#3124) 06 May 2018, 08:42:35 UTC
f37b918 fix various corner cases (#3123) 05 May 2018, 05:17:50 UTC
d835c72 speed up `collapse_vars` (#3119) 04 May 2018, 10:38:13 UTC
c4cebb4 fix `reduce_vars` on nested invocations (#3118) 03 May 2018, 22:05:38 UTC
d51a00a compress `AST_Sequence` within `AST_Call` (#3117) 03 May 2018, 11:14:56 UTC
fc0f168 better fix for #3113 (#3115) 03 May 2018, 07:51:51 UTC
a0ca595 fix `TreeWalker` scan order (#3114) fixes #3113 02 May 2018, 16:27:45 UTC
1a314e9 improve `reduce_vars` (#3112) fixes #3110 02 May 2018, 07:11:45 UTC
6fcbd5e v3.3.23 28 April 2018, 17:14:52 UTC
22cea02 improve numeral compression (#3108) 27 April 2018, 18:47:49 UTC
back to top