https://github.com/mishoo/UglifyJS

sort by:
Revision Author Date Message Commit Date
aaba482 Merge pull request #1967 from alexlamsl/harmony-v3.0.8 Merging from master for 3.0.8 18 May 2017, 08:02:29 UTC
5f29fce Merge branch 'master' into harmony-v3.0.8 18 May 2017, 06:54:18 UTC
43add94 v3.0.8 18 May 2017, 06:49:40 UTC
efcf167 make `expect_stdout` node version specific (#1963) ... via semver string on `node_version` label. 18 May 2017, 03:28:35 UTC
6ed9091 fix docs for side_effects flag to reflect current behavior (#1966) 18 May 2017, 02:51:49 UTC
b1b918e better extends paren fix (#1962) 17 May 2017, 18:36:29 UTC
569c21e improve `RegExp` handling (#1959) - remove `options.output.unescape_regexps` - preserve original pattern whenever possible fixes #54 fixes #1929 17 May 2017, 12:10:50 UTC
87c3a2c remove `space_colon` (#1960) Always emit space after colon when `options.output.beautify` is enabled. 17 May 2017, 06:07:34 UTC
baef8bf update output options in readme (#1958) 17 May 2017, 03:54:46 UTC
0813c53 remove Travis CI badge 17 May 2017, 02:32:59 UTC
ebb469e fix class extends expression (#1956) 16 May 2017, 19:29:25 UTC
c22d26b support export default of anonymous functions and classes (#1954) 16 May 2017, 19:28:24 UTC
f751e64 Merge pull request #1951 from alexlamsl/harmony-v3.0.7 Merging from master for 3.0.7 16 May 2017, 17:03:55 UTC
60c56a2 Merge branch 'master' into harmony-v3.0.7 16 May 2017, 12:02:30 UTC
c881394 v3.0.7 16 May 2017, 11:59:40 UTC
cb45886 export `TreeTransformer` (#1950) - link to existing documentation on `TreeWalker` & `TreeTransformer` - fix Travis build failures fixes #1949 16 May 2017, 11:59:05 UTC
01f23cf Merge pull request #1948 from alexlamsl/harmony-v3.0.6 Merging from master for 3.0.6 16 May 2017, 05:26:45 UTC
99fb3e8 Merge branch 'master' into harmony-v3.0.6 15 May 2017, 22:48:23 UTC
050474a v3.0.6 15 May 2017, 22:38:58 UTC
f6c805a print package name alongside version in CLI (#1946) fixes #1945 15 May 2017, 22:34:32 UTC
9464d3c fix parsing of property access after new line (#1944) Account for comments when detecting property access in `tokenizer`. fixes #1943 15 May 2017, 21:40:49 UTC
f18abd1 minor fixes to README.md 15 May 2017, 17:33:01 UTC
3be06ad reorg README for 3.x (#1942) 15 May 2017, 17:12:00 UTC
265008c improve keyword-related parser errors (#1941) fixes #1937 15 May 2017, 15:02:55 UTC
756c9aa keep `minify()` options in sync (#1940) 15 May 2017, 12:29:48 UTC
07d6bfd Merge pull request #1939 from alexlamsl/harmony-v3.0.5 Merging from master for 3.0.5 15 May 2017, 11:48:00 UTC
81243c4 Merge branch 'master' into harmony-v3.0.5 15 May 2017, 10:58:54 UTC
cd6e849 Revert "remove support for `const` (#1910)" This reverts commit c391576d52852322a7fcfbaeabc9d5626e628c8b. 15 May 2017, 10:38:16 UTC
ff526be v3.0.5 15 May 2017, 03:37:14 UTC
e005099 fix & improve coverage of `estree` (#1935) - fix `estree` conversion of getter/setter - fix non-directive literal in `to_mozilla_ast()` - revamp `test/mozilla-ast.js` - reuse `test/ufuzz.js` for code generation - use `acorn.parse()` for creating `estree` - extend `test/ufuzz.js` for `acorn` workaround - catch variable redefinition - non-trivial literal as directive - adjust options for tolerance Miscellaneous - optional semi-colon when parsing directives fixes #1914 closes #1915 14 May 2017, 18:37:53 UTC
504a436 Tweak README Notes (#1934) 13 May 2017, 18:12:14 UTC
3ca9022 fix bugs with getter/setter (#1926) - `reduce_vars` - `side_effects` - property access for object - `AST_SymbolAccessor` as key names enhance `test/ufuzz.js` - add object getter & setter - property assignment to setter - avoid infinite recursion in setter - fix & adjust assignment operators - 50% `=` - 25% `+=` - 2.5% each for the rest - avoid "Invalid array length" - fix `console.log()` - bypass getter - curb recursive reference - deprecate `-E`, always report runtime errors 13 May 2017, 18:10:34 UTC
91de285 uglify-es: update homepage in package.json (#1933) to point to harmony branch on github 13 May 2017, 16:25:06 UTC
4d8f289 fix `export default expression;` (#1932) 13 May 2017, 04:56:46 UTC
fd09512 document 3 max passes (#1928) 13 May 2017, 04:54:32 UTC
9e29b6d clarify wording (#1931) 13 May 2017, 04:54:01 UTC
c391576 remove support for `const` (#1910) As this is not part of ES5. 12 May 2017, 06:57:41 UTC
ac73c5d avoid `arguments` and `eval` in `reduce_vars` (#1924) fixes #1922 12 May 2017, 04:34:55 UTC
547f41b add documentation for `side_effects` & `[#@]__PURE__` (#1925) 12 May 2017, 04:29:55 UTC
945ba64 Merge pull request #1923 from alexlamsl/harmony-v3.0.4 Merging from master for 3.0.4 11 May 2017, 22:52:21 UTC
c699200 Make sure globals can be accessed from the browser (#1920) Note: no tests as there are no integration tests 11 May 2017, 21:50:35 UTC
daf44f2 Merge branch 'master' into harmony-v3.0.4 11 May 2017, 21:13:11 UTC
daaefc1 v3.0.4 11 May 2017, 20:52:39 UTC
1d407e7 fix invalid transform on `const` (#1919) - preserve (re)assignment to `const` for runtime error - suppress `cascade` on `const`, as runtime behaviour is ill-defined 11 May 2017, 20:51:44 UTC
2b44f4a update README (#1918) 11 May 2017, 19:36:33 UTC
e51c354 fix typo (#1913) 11 May 2017, 12:24:33 UTC
3bf1946 update documentation (#1909) - clarify options on `--source-map` - fix `minify()` examples fixes #1905 11 May 2017, 09:50:50 UTC
fcd90db fix safari syntax error - declare twice (#1851) To avoid Safari bug, scope of for loop should enclose parent scope variables. fixes #1753 11 May 2017, 08:48:43 UTC
e2888bd Merge pull request #1901 from alexlamsl/harmony-v3.0.3 Merging from master for 3.0.3 10 May 2017, 06:26:58 UTC
fb50b7b Merge branch 'master' into harmony-v3.0.3 10 May 2017, 03:52:59 UTC
aae7d49 v3.0.3 10 May 2017, 03:45:03 UTC
9d59c69 fix for-of loop with const iterator (#1899) 10 May 2017, 03:36:03 UTC
0459af2 Update issue template: change harmony to uglify-es (#1900) 10 May 2017, 03:07:54 UTC
04f2344 Remove unnecessary `git clone` instructions in README (#1897) 10 May 2017, 03:06:50 UTC
6ddb5bd Remove incorrect `git clone` instructions from `uglify-es` README (#1896) 10 May 2017, 03:06:22 UTC
bad9d5c Change `harmony` to `uglify-es` in master README (#1895) 09 May 2017, 21:07:45 UTC
eda4960 Have harmony docs use `uglify-es` package name. (#1894) 09 May 2017, 20:41:09 UTC
a0f5f86 gracefully handle non-`Error` being thrown (#1893) 09 May 2017, 20:20:59 UTC
1e9ef17 Merge pull request #1892 from alexlamsl/harmony-v3.0.2 Merging from master for 3.0.2 09 May 2017, 19:14:45 UTC
41996be extend test timeout Travis has gone a lot slower recently, and most test failures are due to time-out on this particular test. 09 May 2017, 18:43:12 UTC
222100e Merge branch 'master' into harmony-v3.0.2 09 May 2017, 17:57:32 UTC
5fd8244 v3.0.2 09 May 2017, 17:52:00 UTC
93db48a rename package 09 May 2017, 17:46:55 UTC
2944e3d fix `collapse_vars` on destructuring declarations (#1889) fixes #1886 09 May 2017, 09:44:28 UTC
c14e280 print error stack in CLI (#1890) 09 May 2017, 08:36:44 UTC
bc3fa78 mention `minify().error` 09 May 2017, 08:09:48 UTC
8c7c107 update `minify()` usage in `test/ufuzz.js` (#1888) fixes #1887 09 May 2017, 07:58:46 UTC
e0ae8da Merge pull request #1885 from alexlamsl/harmony-v3.0.1 Merging from master for 3.0.1 08 May 2017, 18:49:28 UTC
81f1311 Merge branch 'master' into harmony-v3.0.1 08 May 2017, 18:10:06 UTC
2433bb4 fix Unicode handling in parser (#1884) There was an implicit assumption that first character within surrogate header range implies the next character must form a surrogate pair, which is not necessarily true. 08 May 2017, 17:58:31 UTC
3dd328d [3.x] fix documentation for beautify options (#1882) - use underscores rather than dashes. 08 May 2017, 15:06:56 UTC
014f428 v3.0.1 07 May 2017, 23:05:57 UTC
a3b2eb7 return `Error` from `minify()` (#1880) Have `minify()` return `Error` in `result.error` rather than throwing it. 07 May 2017, 23:05:19 UTC
da295de support dumping AST (#1879) Re-order `AST_Binary` properties to make dump more readable. closes #769 07 May 2017, 22:23:01 UTC
4f8ca46 deprecate low level API (#1877) fixes #1872 07 May 2017, 19:24:42 UTC
e547483 support `minify()` output as AST (#1878) - `options.output.ast` (default `false`) - `options.output.code` (default `true`) 07 May 2017, 18:11:45 UTC
3fac29a Merge pull request #1876 from alexlamsl/harmony-v3.0.0 Merging from master for 3.0.0 07 May 2017, 17:44:07 UTC
b4c18f6 Merge branch 'master' into harmony-v3.0.0 07 May 2017, 07:34:16 UTC
2d99d06 update documentation Remove deprecated CLI option 06 May 2017, 19:02:46 UTC
98cf95e fix test for #1865 (#1873) 06 May 2017, 18:56:02 UTC
7313465 v3.0.0 06 May 2017, 15:51:10 UTC
2c7ee95 fix `unsafe` on `evaluate` of `reduce_vars` (#1870) Determine if variables with non-constant values can escape and be modified. fixes #1865 06 May 2017, 15:18:55 UTC
ecf3563 kill `opera` (#1869) 06 May 2017, 09:42:07 UTC
dee5a27 enhance `collapse_vars` (#1862) - extend expression types - `a++` - `a=x;` - extend scan range - `for(init;;);` - `switch(expr){case expr:}` - `a = x; a = a || y;` - terminate upon `debugger;` closes #1821 fixes #27 fixes #315 fixes #1858 06 May 2017, 08:15:43 UTC
5a25d24 rename variables for better readability (#1863) 02 May 2017, 12:47:10 UTC
bffdc8d update `test/benchmark.js` resources (#1864) 02 May 2017, 11:48:12 UTC
69b5663 restore report of supported options (#1861) fixes #1859 01 May 2017, 17:42:29 UTC
ea92897 improve literal return optimization (#1860) 01 May 2017, 16:10:11 UTC
2cb55b2 enforce `toplevel` on other compress options (#1855) Respect "funcs" and "vars" properly. fixes #1850 30 April 2017, 14:52:36 UTC
73d6438 fix \\n and \\r in template strings (#1857) fixes #1856 30 April 2017, 09:05:32 UTC
5c6316a fix class method formatting (#1853) fixes #1852 29 April 2017, 10:13:25 UTC
bbb5f2a Update ISSUE_TEMPLATE.md (#1846) 25 April 2017, 17:30:43 UTC
76d19b6 fix fuzzer on `this` (#1842) - forbid redeclaration of `this` - suppress probability for `this` within nested functions 23 April 2017, 19:15:03 UTC
9e62628 fix `unused` on for-in statements (#1843) Only need to avoid `var` within the initialisation block. fixes #1841 23 April 2017, 19:14:01 UTC
9bf72cf improve parser under "use strict" (#1836) - `const` without value - `delete` of expression - redefining `arguments` or `eval` extend `test/ufuzz.js` - optionally generate "use strict" - improve handling of test cases with syntax errors - group IIFE generation - generate bare anonymous functions - workaround `console.log()` for `new function()` - generate expressions with `this` fixes #1810 23 April 2017, 12:05:22 UTC
64d7443 update README for 3.x (#1840) 22 April 2017, 20:28:32 UTC
45ce369 fix `AST_For.init` patch-up in `drop_unused()` (#1839) fixes #1838 22 April 2017, 17:51:56 UTC
ca32a09 fix label-related bugs (#1835) - deep cloning of `AST_LabeledStatement` - `L:do{...}while(false)` - empty statement with label within block extend `test/ufuzz.js` - generate labels for blocks & loops - generate for-in statements - skip suspicious option search if `minify()` errs fixes #1833 22 April 2017, 14:15:04 UTC
6f954aa Fix API reference examples (#1834) 20 April 2017, 18:23:41 UTC
f05d4f7 improve `unused` (#1832) - extract leading value with side-effects out of `var` statement - reduce scanning of `AST_Definitions` from 3 passes to just once 20 April 2017, 05:06:14 UTC
back to top