https://github.com/mishoo/UglifyJS

sort by:
Revision Author Date Message Commit Date
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
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
back to top