sort by:
Revision Author Date Message Commit Date
cd07231 fix corner case in `unused` (#3496) fixes #3495 18 October 2019, 09:09:43 UTC
0785a15 fix corner case in `dead_code` & `ie8` (#3494) fixes #3493 17 October 2019, 01:58:05 UTC
b1279a4 fix corner case in `sequences` (#3491) fixes #3490 17 October 2019, 01:57:50 UTC
b571619 handle `throw` of non-`Error`s gracefully (#3492) 16 October 2019, 22:29:02 UTC
7b5350b tweak Travis CI execution environment (#3489) 16 October 2019, 07:47:06 UTC
1549db7 fix corner case in `ie8` (#3487) fixes #3486 16 October 2019, 04:18:27 UTC
8ff9a3c fix corner cases in `ie8` (#3485) fixes #3484 15 October 2019, 22:37:40 UTC
91cae51 fix corner case in `evaluate` & `ie8` (#3483) fixes #3482 15 October 2019, 17:09:16 UTC
8af2f5f fix corner case in `rename` (#3481) fixes #3480 15 October 2019, 11:44:07 UTC
86a8016 fix corner case in `ie8` & `mangle` (#3479) fixes #3478 15 October 2019, 09:14:48 UTC
009dcda avoid mangling of `MutationObserver` properties (#3477) 15 October 2019, 08:16:43 UTC
f86f615 fix corner case in `ie8` & `mangle` (#3476) fixes #3475 15 October 2019, 06:18:12 UTC
d3d1d11 fix corner case in `ie8` & `rename` (#3474) fixes #3473 14 October 2019, 23:27:02 UTC
736019b fix corner cases in `ie8` (#3472) fixes #3471 14 October 2019, 10:15:40 UTC
a39bdb5 fix corner case with `collapse_vars` & `ie8` (#3469) fixes #3468 14 October 2019, 05:34:35 UTC
e8ab0a4 update dependency (#3470) 14 October 2019, 05:34:22 UTC
c3ca293 v3.6.2 12 October 2019, 12:19:05 UTC
516b67a minor tweaks to CI test scripts (#3467) 11 October 2019, 21:36:38 UTC
eba3a37 fix boolean context detection (#3466) fixes #3465 11 October 2019, 19:42:57 UTC
6d57ca1 improve source map handling (#3464) fixes #2947 fixes #3277 fixes #3411 10 October 2019, 19:52:33 UTC
3320251 update benchmark URLs (#3462) 10 October 2019, 17:00:09 UTC
33c94d3 detect boolean context across IIFEs (#3461) 10 October 2019, 01:37:02 UTC
b18f717 improve readability of `--help ast` (#3460) 09 October 2019, 20:32:32 UTC
a0d4b64 remove extraneous property (#3459) fixes #3455 09 October 2019, 17:36:58 UTC
6db880e clean up AST_Binary optimisation logic (#3458) 09 October 2019, 15:45:41 UTC
a82003d v3.6.1 07 October 2019, 06:36:46 UTC
da9f162 report errors correctly in ufuzz (#3456) 07 October 2019, 06:36:00 UTC
8a4c707 account for `catch` in constant lambda expressions (#3454) 06 October 2019, 08:51:37 UTC
0a63f2f workaround V8 RegExp bug (#3453) fixes #3434 06 October 2019, 03:49:39 UTC
931ac66 fix corner case in `hoist_props` (#3452) fixes #3440 06 October 2019, 02:29:13 UTC
35338a1 handle function/variable name collisions correctly (#3451) fixes #3439 06 October 2019, 00:51:38 UTC
d57b606 exclude mangling of addEventListener parameters (#3445) 05 October 2019, 21:29:08 UTC
00ada04 facilitate Webpack compatibility (#3435) Verbose application of `require.resolve` instead of `[].map` 05 October 2019, 21:20:47 UTC
a31c477 fix variable scope determination (#3449) fixes #3444 05 October 2019, 21:13:44 UTC
bde7418 update & fix dependencies (#3450) 05 October 2019, 19:10:12 UTC
70bb304 v3.6.0 30 May 2019, 07:30:00 UTC
9d3b1ef fix corner case in `assignments` (#3430) fixes #3429 29 May 2019, 21:01:53 UTC
482e1ba enhance `assignments` & `unused` (#3428) closes #3427 28 May 2019, 17:21:08 UTC
e4f5ba1 v3.5.15 21 May 2019, 06:26:58 UTC
b9053c7 fix corner case in `keep_fargs` (#3424) fixes #3423 21 May 2019, 04:55:34 UTC
d357a7a v3.5.14 19 May 2019, 16:13:06 UTC
ae77ebe fix corner case in `arguments` (#3421) fixes #3420 19 May 2019, 04:59:40 UTC
04439ed v3.5.13 17 May 2019, 06:10:33 UTC
a246195 enhance `unsafe` `comparisons` (#3419) 16 May 2019, 17:28:18 UTC
8939a36 reduce false positives from fuzzing (#3417) 16 May 2019, 08:15:03 UTC
a21c348 improve sandbox fidelity (#3415) 15 May 2019, 15:26:57 UTC
1f0def1 fix corner case in `comparisons` (#3414) fixes #3413 14 May 2019, 17:01:18 UTC
f87caac fix corner case in `hoist_props` (#3412) fixes #3411 14 May 2019, 11:12:00 UTC
d538a73 enhance `side_effects` (#3410) 13 May 2019, 21:26:40 UTC
2e4fbde enhance `keep_fargs` (#3409) 13 May 2019, 13:58:04 UTC
3bc7cc8 v3.5.12 12 May 2019, 02:40:13 UTC
45fbdbc improve tests (#3408) 12 May 2019, 01:44:02 UTC
54cb678 fix corner case in `assignments` (#3407) fixes #3406 11 May 2019, 19:52:46 UTC
e88c439 improve tests (#3405) 11 May 2019, 14:06:14 UTC
9fc8cd4 fix corner case in `functions` (#3403) fixes #3402 11 May 2019, 10:55:45 UTC
5476cb8 fix corner case in `inline` (#3401) fixes #3400 09 May 2019, 17:22:44 UTC
6a30e1d improve tests (#3399) 08 May 2019, 23:18:22 UTC
e488124 v3.5.11 06 May 2019, 17:45:40 UTC
354fec8 make `enclose` & `wrap` work with `sourceMap` (#3396) fixes #3313 04 May 2019, 12:25:52 UTC
11cdab7 fix corner cases in `sourceMap` (#3397) fixes #3255 fixes #3294 04 May 2019, 12:08:57 UTC
a89d424 render comments in custom ASTs gracefully (#3393) fixes #3246 02 May 2019, 05:50:51 UTC
429d2b5 v3.5.10 01 May 2019, 16:01:40 UTC
2ea9654 unify logging functionality (#3392) fixes #3253 fixes #3254 29 April 2019, 22:32:24 UTC
fba008e remove blanket safeguard from `source-map` (#3391) Things has stabilised since 80a18fe2fa60d8a689516b921a386839d30b6abe, so it makes sense to remove the unconditional masking for ease of debugging. 29 April 2019, 18:40:36 UTC
c37a8e9 fix corner case in `properties` (#3390) fixes #3389 29 April 2019, 09:23:00 UTC
413bbe0 fix corner case in `evaluate` (#3388) fixes #3387 29 April 2019, 00:55:46 UTC
34075fc v3.5.9 27 April 2019, 09:00:58 UTC
e5436ca enhance `side_effects` (#3384) 25 April 2019, 07:15:50 UTC
cfde686 v3.5.8 25 April 2019, 04:33:13 UTC
a206964 enhance `side_effects` (#3383) 24 April 2019, 20:14:21 UTC
c56d89f enhance `unsafe` (#3382) 24 April 2019, 18:42:54 UTC
c215706 enhance `unsafe` `comparisons` (#3381) 24 April 2019, 16:08:08 UTC
d3b93ec fix corner case in `unsafe` (#3380) 24 April 2019, 14:21:28 UTC
6fe20db enhance `comparisons` (#3379) 24 April 2019, 13:38:55 UTC
7ccdf33 v3.5.7 24 April 2019, 06:05:07 UTC
dafed54 fix corner case in `reduce_vars` (#3378) fixes #3377 24 April 2019, 06:01:01 UTC
a84beaf fix corner case in `assignments` (#3376) fixes #3375 23 April 2019, 18:50:15 UTC
f01cc1e unwind IIFE class patterns (#3373) fixes #2332 21 April 2019, 01:49:07 UTC
338dd14 v3.5.6 20 April 2019, 23:19:29 UTC
c719552 fix corner cases in `functions` (#3372) fixes #3371 20 April 2019, 18:16:05 UTC
855964a enhance `unsafe` `evaluate` (#3370) 20 April 2019, 11:42:41 UTC
a438e2f update `domprops` (#3369) fixes #2343 fixes #3037 19 April 2019, 23:16:14 UTC
00833e8 enhance `functions` (#3368) 19 April 2019, 11:01:47 UTC
f1a77e4 v3.5.5 19 April 2019, 07:22:46 UTC
b55a2fd fix corner case in `functions` (#3367) fixes #3366 18 April 2019, 18:55:43 UTC
e8a2c0b fix corner case in `functions` (#3365) fixes #3364 18 April 2019, 09:03:52 UTC
21cd7e3 reduce test exports (#3361) 17 April 2019, 08:19:08 UTC
5172ba5 introduce `functions` (#3360) `var f = function() {};` => `function f() {}` 15 April 2019, 14:23:11 UTC
a57b069 v3.5.4 09 April 2019, 18:40:42 UTC
4454656 update dependencies (#3358) - commander@2.20.0 - semver@6.0.0 09 April 2019, 18:39:56 UTC
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
back to top