https://github.com/mishoo/UglifyJS

sort by:
Revision Author Date Message Commit Date
766742e v3.12.8 13 February 2021, 13:38:27 UTC
94e8944 avoid false positive in `--reduce-test` (#4648) 13 February 2021, 13:15:11 UTC
83197ff fix corner case in `evaluate` (#4645) fixes #4644 11 February 2021, 19:26:12 UTC
952765b enhance `join_vars` (#4643) 10 February 2021, 20:59:25 UTC
083679b fix corner cases with asynchronous generators (#4642) fixes #4641 10 February 2021, 15:41:00 UTC
f5659f2 enhance `collapse_vars` (#4637) 10 February 2021, 15:06:12 UTC
c6e2873 fix corner cases in `inline` (#4640) fixes #4639 10 February 2021, 12:40:57 UTC
a98ec7e enhance `side_effects` (#4638) 10 February 2021, 10:09:54 UTC
5ec82e5 fix corner case in `reduce_vars` (#4636) 10 February 2021, 02:37:00 UTC
c764813 fix corner case in `merge_vars` (#4635) 10 February 2021, 01:13:38 UTC
5e63079 fix corner case in `collapse_vars` (#4634) fixes #4633 10 February 2021, 00:45:36 UTC
228cdf8 reject invalid `for...of` syntax (#4632) 09 February 2021, 21:42:27 UTC
14fedbf fix corner case with template literals (#4631) fixes #4630 09 February 2021, 06:21:15 UTC
fcee325 fix corner case in `merge_vars` (#4629) fixes #4628 09 February 2021, 04:36:12 UTC
e13d1e9 support `for [await]...of` statements (#4627) 08 February 2021, 20:28:23 UTC
aedc1e7 improve false positive detection in `ufuzz` (#4626) 08 February 2021, 12:17:14 UTC
353f654 fix corner case in `--reduce-test` (#4625) 08 February 2021, 11:16:21 UTC
357d861 fix corner case in `conditionals` (#4624) fixes #4623 08 February 2021, 10:31:08 UTC
fd4caf7 support generator functions (#4620) 07 February 2021, 22:44:20 UTC
c44b639 fix corner case in `side_effects` (#4622) fixes #4621 07 February 2021, 14:40:41 UTC
522ccee fix corner case in `functions` (#4619) fixes #4618 07 February 2021, 05:52:09 UTC
5c84dfa v3.12.7 06 February 2021, 18:43:47 UTC
5359900 enhance `compress` on arrow and `async` functions (#4616) 06 February 2021, 04:39:46 UTC
739fa26 fix corner case in `pure_getters` (#4615) fixes #4614 05 February 2021, 01:03:51 UTC
da24dfb fix corner cases with function inlining (#4613) fixes #4612 04 February 2021, 20:49:37 UTC
a2f27c7 fix corner cases in `templates` (#4610) 02 February 2021, 17:39:30 UTC
3c556b8 fix corner case in `arguments` (#4609) fixes #4608 02 February 2021, 15:07:31 UTC
7110c69 fix corner case in `templates` (#4607) fixes #4606 01 February 2021, 18:29:43 UTC
b27b680 fix corner case in `collapse_vars` (#4605) fixes #4604 01 February 2021, 15:24:11 UTC
ba6e29d introduce `templates` (#4603) 01 February 2021, 09:20:13 UTC
d468564 support template literals (#4601) 01 February 2021, 02:36:45 UTC
ac7b5c0 v3.12.6 31 January 2021, 17:37:32 UTC
0cd4a19 fix corner case in `conditionals` (#4599) fixes #4598 30 January 2021, 08:54:29 UTC
35435d4 suppress false positives due to nested objects (#4597) 29 January 2021, 05:21:19 UTC
d0bb147 fix corner case in `inline` (#4596) fixes #4595 26 January 2021, 17:30:05 UTC
4723b45 workaround tty bugs on Node.js (#4594) 26 January 2021, 15:07:48 UTC
9d23ba0 support exponentiation operator (#4593) 24 January 2021, 21:48:51 UTC
a08d425 fix infinite recursion in `ufuzz` code generation (#4592) 24 January 2021, 15:37:57 UTC
fd7ad8e fix corner cases in `collapse_vars` (#4591) fixes #4590 24 January 2021, 14:15:43 UTC
a36c547 fix corner cases with default parameters (#4589) fixes #4588 24 January 2021, 03:00:47 UTC
8bfd891 support BigInt literals (#4583) 24 January 2021, 01:51:18 UTC
ef9f7ca fix corner case in `collapse_vars` (#4587) fixes #4586 23 January 2021, 23:05:43 UTC
acc443b fix corner case in `reduce_vars` (#4585) fixes #4584 23 January 2021, 19:37:52 UTC
f87e7be fix corner case in `reduce_vars` (#4582) fixes #4581 22 January 2021, 18:14:53 UTC
c061465 improve `ufuzz` on destructuring (#4580) 22 January 2021, 18:00:26 UTC
0358637 workaround Node.js bug (#4579) 22 January 2021, 03:34:30 UTC
63b5b6d suppress false positives in `ufuzz` (#4578) 21 January 2021, 18:33:00 UTC
e675262 suppress false positives in `ufuzz` (#4577) 21 January 2021, 06:33:31 UTC
c1e771a fix corner case in `rests` (#4576) fixes #4575 20 January 2021, 23:23:06 UTC
bc7a88b suppress false positives in `ufuzz` (#4574) 20 January 2021, 13:03:33 UTC
018e035 workaround GitHub Actions bug (#4573) 20 January 2021, 12:17:58 UTC
d37ee4d support asynchronous test cases properly (#4529) 19 January 2021, 23:27:32 UTC
7793c6c v3.12.5 19 January 2021, 22:30:01 UTC
90ec468 fix corner case in `dead_code` (#4571) fixes #4570 19 January 2021, 01:33:57 UTC
994293e Fix overwriting existing sourcesContent in sourcemaps (#4567) 18 January 2021, 23:44:24 UTC
b57bae4 fix corner case in `reduce_vars` (#4569) fixes #4568 18 January 2021, 22:34:48 UTC
e23a10f fix corner case in `loops` (#4565) fixes #4564 17 January 2021, 22:36:59 UTC
884ec4e improve false positive detection in `ufuzz` (#4566) 17 January 2021, 22:35:53 UTC
e616916 fix corner case in `reduce_vars` (#4563) fixes #4562 17 January 2021, 17:47:07 UTC
8d21516 fix corner cases in `reduce_vars` (#4561) fixes #4560 16 January 2021, 08:55:10 UTC
74368c3 fix corner case in `unused` (#4559) fixes #4558 15 January 2021, 18:37:27 UTC
18dbceb fix corner case in `unused` (#4557) fixes #4556 15 January 2021, 04:33:17 UTC
65d39a3 fix corner cases in `collapse_vars` (#4555) fixes #4554 14 January 2021, 16:22:34 UTC
24917e7 fix corner case in `evaluate` (#4553) fixes #4552 13 January 2021, 14:17:24 UTC
e84957e suppress invalid test generation in `ufuzz` (#4551) 12 January 2021, 20:29:39 UTC
c11a748 fix corner case in `merge_vars` (#4550) fixes #4548 12 January 2021, 19:48:46 UTC
9001705 document v8 bug (#4549) closes #4547 12 January 2021, 19:48:33 UTC
fc81662 fix corner case in `side_effects` (#4545) fixes #4544 12 January 2021, 17:08:16 UTC
46ad273 enhance `rests` (#4546) 12 January 2021, 16:00:19 UTC
b689028 fix corner case in `unsafe_math` (#4543) fixes #4542 12 January 2021, 04:07:01 UTC
1e831df fix corner case in `side_effects` (#4541) fixes #4540 12 January 2021, 01:12:43 UTC
c12486b fix corner case in `rests` (#4539) fixes #4538 12 January 2021, 01:12:30 UTC
52e94a0 update command line examples (#4536) 11 January 2021, 01:12:27 UTC
16b97f9 fix corner case in `arguments` (#4535) fixes #4534 10 January 2021, 20:17:39 UTC
dbfa5d4 fix corner case in `ie8` (#4532) fixes #4531 10 January 2021, 16:01:49 UTC
ba54d07 support asynchronous arrow functions (#4530) 10 January 2021, 03:34:26 UTC
0818d39 fix corner case in `mangle` (#4528) fixes #4527 09 January 2021, 20:20:43 UTC
770f3ba fix corner cases with rest parameters (#4526) fixes #4525 09 January 2021, 00:38:51 UTC
553034f fix corner case in `merge_vars` (#4524) fixes #4523 08 January 2021, 07:49:14 UTC
7fe8c91 fix corner case in `assignments` (#4522) fixes #4521 08 January 2021, 05:03:21 UTC
6c419bc implement `UGLIFY_BUG_REPORT` (#4516) 07 January 2021, 08:53:29 UTC
25321df fix corner cases with `arguments` (#4520) fixes #4519 07 January 2021, 08:53:14 UTC
cf1b016 fix corner case in `hoist_vars` (#4518) fixes #4517 07 January 2021, 07:05:48 UTC
c3d358a support rest parameters (#4515) 07 January 2021, 02:04:09 UTC
68497d0 update issue templates (#4514) 05 January 2021, 21:37:30 UTC
71c3d04 fix corner case in `side_effects` (#4513) fixes #4512 05 January 2021, 18:11:30 UTC
4c89550 fix corner case in`default_values` (#4511) fixes #4510 05 January 2021, 17:26:19 UTC
7ebfb22 fix corner cases in `inline` & `unused` (#4509) fixes #4508 05 January 2021, 16:15:12 UTC
6eceac0 enhance `inline` & `side_effects` (#4506) 05 January 2021, 07:02:49 UTC
fc5aee6 fix corner case in `merge_vars` (#4505) fixes #4504 05 January 2021, 06:23:46 UTC
5fbbb43 fix corner cases in `inline` & `side_effects` (#4503) fixes #4502 04 January 2021, 02:17:32 UTC
df2cfcb fix corner case in `evaluate` (#4501) fixes #4500 03 January 2021, 18:31:20 UTC
623a0d9 fix toggling of AST validation (#4499) 03 January 2021, 03:09:10 UTC
e8c04f8 suppress invalid AST transform in `--reduce-test` (#4498) 03 January 2021, 02:34:46 UTC
110c1ac fix corner case in `default_values` (#4497) fixes #4496 02 January 2021, 14:51:53 UTC
15ef272 introduce `awaits` (#4495) 02 January 2021, 12:35:48 UTC
b3a7061 enhance `if_return` & `side_effects` (#4494) 02 January 2021, 04:39:51 UTC
cc2d7ac enhance `inline`, `sequences` & `side_effects` (#4493) 02 January 2021, 01:43:05 UTC
dfb86cc fix corner case in `conditionals` (#4492) 01 January 2021, 23:53:15 UTC
0417a69 enhance `collapse_vars` & `dead_code` (#4491) 01 January 2021, 13:52:14 UTC
back to top