Add /package-lock.json to .gitgnore
[UglifyJS.git] / bin /
2021-12-08 Alex Lam S.Lworkaround v8 performance quirks (#5207)
2021-12-06 Alex Lam S.Lreduce memory pressure via bit fields (#5203)
2021-12-05 Alex Lam S.Limprove `Dictionary` performance (#5202)
2021-07-17 Alex Lam S.Lworkaround various IE quirks (#5084)
2021-06-12 Alex Lam S.Lfix corner cases in `parse` & `unused` (#5000)
2021-04-28 Alex Lam S.Lsupport `#__PURE__` in ESTree (#4879)
2021-04-27 Alex Lam S.Limprove AST tests & tools (#4873)
2021-04-25 Alex Lam S.Lupgrade AST<->ESTree translation (#4870)
2021-03-12 Alex Lam S.Limplement `annotations` (#4763)
2021-03-09 Alex Lam S.Lbuild Math.js for verification testing (#4758)
2021-02-22 Alex Lam S.Limprove CLI usability (#4670)
2021-02-18 Alex Lam S.Lfix corner case in `reduce_vars` (#4665)
2021-01-07 Alex Lam S.Limplement `UGLIFY_BUG_REPORT` (#4516)
2020-12-28 Alex Lam S.Lworkaround asynchronous tty bugs on Node.js (#4473)
2020-11-21 Alex Lam S.Lworkaround Safari quirks (#4314)
2020-10-27 Alex Lam S.Limprove warnings (#4247)
2020-10-03 Alex Lam S.Lsupport JSON dump beyond `AST_Toplevel` (#4173)
2020-06-09 Alex Lam S.Limprove fix for #3976 (#3980)
2020-06-08 Alex Lam S.Limprove handling of invalid CLI options (#3966)
2020-06-07 Alex Lam S.Lparse command line internally (#3961)
2020-05-09 Alex Lam S.Limplement AST validation (#3863)
2020-04-24 Alex Lam S.Lfix corner case in `--reduce-test` (#3819)
2020-04-18 Alex Lam S.Lreport top-level default options (#3797)
2020-04-14 Alex Lam S.Lexpand testing on Node.js versions (#3779)
2020-02-06 kzcimplement CLI `--reduce-test` and reduce tests in ufuzz...
2020-01-08 Alex Lam S.Lintroduce `--output-opts` CLI option (#3678)
2019-12-28 Alex Lam S.Lenhance `evaluate` (#3649)
2019-05-04 Alex Lam S.Lmake `enclose` & `wrap` work with `sourceMap` (#3396)
2019-04-29 Alex Lam S.Lunify logging functionality (#3392)
2019-03-14 Alex Lam S.Lparse `mangle.properties.regex` in `--config-file`...
2018-07-12 Alex Lam S.Lfix corner cases in `preserve_line` (#3212)
2018-06-01 Jiavanre-introduce `enclose` (#3163)
2018-03-31 b-fuzeDon't load source map until the JS source is fully...
2018-01-17 Alex Lam S.Lconfigure `rename` with CLI (#2802)
2018-01-13 kzcimprove SymbolDef info in `--output ast` (#2778)
2018-01-12 kzcadd SymbolDef IDs to --output ast (#2772)
2018-01-07 Alex Lam S.Limprove `process.exit()` workaround (#2741)
2017-11-23 Alex Lam S.Lfix `rename` (#2501)
2017-11-19 Alex Lam S.Lexpand symbol space to improve compression (#2460)
2017-11-16 Alex Lam S.Lfix cross-scope inlining of `AST_Function`s (#2486)
2017-07-15 Alex Lam S.Lreject malformed CLI parameters (#2239)
2017-06-29 Alex Lam S.Limprove usability of name cache under `minify()` (...
2017-06-13 Ziad El Khoury Hannafix CLI parsing of `--source-map content` (#2088)
2017-06-06 Alex Lam S.Lfix CLI output corruption (#2061)
2017-05-30 Alex Lam S.Lintroduce `unsafe_Func` (#2033)
2017-05-30 Alex Lam S.Lwiden CLI parse error code fragment displayed (#2032)
2017-05-28 Alex Lam S.Ldisplay default values in `--help options` (#2018)
2017-05-28 Alex Lam S.Limplement `--help options` (#2017)
2017-05-27 Alex Lam S.Limprove CLI usability (#2016)
2017-05-24 Alex Lam S.Lreport timing breakdown (#2000)
2017-05-23 Alex Lam S.Lreinstate `describe_ast()` on CLI (#1996)
2017-05-15 Alex Lam S.Lprint package name alongside version in CLI (#1946)
2017-05-09 Alex Lam S.Lgracefully handle non-`Error` being thrown (#1893)
2017-05-09 Alex Lam S.Lprint error stack in CLI (#1890)
2017-05-07 Alex Lam S.Lreturn `Error` from `minify()` (#1880)
2017-05-07 Alex Lam S.Lsupport dumping AST (#1879)
2017-05-07 Alex Lam S.Ldeprecate low level API (#1877)
2017-05-07 Alex Lam S.Lsupport `minify()` output as AST (#1878)
2017-05-01 Alex Lam S.Lrestore report of supported options (#1861)
2017-04-18 Alex Lam S.Lfix parser bugs & CLI reporting (#1827)
2017-04-15 Alex Lam S.Lupdate README (#1813)
2017-04-15 Alex Lam S.Lunify CLI & API under `minify()` (#1811)
2017-04-12 Alex Lam S.Lconvert `AST_Seq` from binary tree to array (#1460)
2017-03-24 kzcfix regression: CLI options with hyphens like -b ascii...
2017-03-05 Alex Lam S.Lstay safe with constants in IE8- (#1547)
2017-03-04 Alex Lam S.Lresolve issue with outdated version of async (#1549)
2017-02-26 Alex Lam S.Limprove error messages (#1506)
2017-02-24 Alex Lam S.Lallow --in-source-map inline (#1490)
2017-02-23 Alex Lam S.LMerge pull request #1485 from alexlamsl/merge-2.8.0
2017-02-21 alexlamslclean up `max_line_len`
2017-01-26 Alex Lam S.Lfix mangling collision with keep_fnames (#1431)
2017-01-19 kzcHave minify() and tests use figure_out_scope() as uglif...
2016-11-29 Ashley (Scirra)Add --mangle-props-debug and fix --mangle-props=unquote...
2016-10-23 Anthony Van de Gej... Don't filter shebangs when using the 'some' comment...
2016-10-23 pengzhenqingAdd an option for writing inline source map
2016-10-06 Richard van VelzenAdd an option to wrap IIFEs in parenthesis
2016-09-06 Anthony Van de Gej... Make all comment options in cli available in js api
2016-08-14 kzcAdd simple file globbing to bin/uglifyjs for Windows
2016-06-30 kzcEnable --screw-ie8 by default.
2016-06-19 Shrey BangaRespect quote style in object literals
2016-04-19 kzcAdd `passes` compress option. Fix duplicate compress...
2016-02-17 Richard van VelzenAllow --no-* options to disable their respective parameter
2016-02-11 Richard van VelzenMerge pull request #948 from kzc/collapse_vars_doc
2016-02-10 Richard van VelzenAllow cli options to be specified in separate definitions
2015-11-11 Mihai BazonRework has_directive
2015-11-01 kzcFixed RegExp literal in mozilla AST generation/output...
2015-10-14 Damian Krzeminskiadd `--pure-funcs` option
2015-10-07 kzcget rid of SCOPE_IS_NEEDED as it was always true
2015-10-07 kzcFix handling of "use asm" when no command line flags...
2015-10-07 kzcAdd proper support for "use asm"; blocks. Disable ...
2015-09-24 Mihai BazonNo longer use `vm` to load code.
2015-08-07 Richard van VelzenMerge pull request #729 from DrewML/keep_fnames_docs
2015-06-09 Mihai BazonMerge pull request #733 from jcxplorer/add-mangle-regex...
2015-06-09 Joao CarlosChange --mangle-regex to accept a full regex
2015-06-09 Joao CarlosShow descriptive error when --mangle-regex is invalid
2015-06-09 Joao CarlosAdd --mangle-regex option
2015-05-04 Mihai BazonRemove deprecated calls to utils.print/utils.error
2015-04-22 Mihai BazonIf name_cache is specified, do rename cached properties
2015-04-05 Mihai BazonMore fixes for the breaking changes in yargs
2015-03-29 Mihai BazonMerge pull request #660 from ntkme/fix-long-options
next