Add /package-lock.json to .gitgnore
[UglifyJS.git] / tools /
2021-04-25 Alex Lam S.Lupgrade AST<->ESTree translation (#4870)
2021-02-23 Alex Lam S.Lsupport `class` literals (#4658)
2021-01-07 Alex Lam S.Limplement `UGLIFY_BUG_REPORT` (#4516)
2021-01-02 Alex Lam S.Lintroduce `awaits` (#4495)
2020-12-28 Alex Lam S.Lworkaround asynchronous tty bugs on Node.js (#4473)
2020-08-23 Alex Lam S.Lupdate `domprops` (#4065)
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-03-28 Alex Lam S.Lhandle `source-map` operations internally (#3754)
2020-02-06 Alex Lam S.Lexport missing API for AST manipulation (#3707)
2019-10-15 David xuavoid mangling of `MutationObserver` properties (#3477)
2019-10-09 Alex Lam S.Limprove readability of `--help ast` (#3460)
2019-10-05 David xuexclude mangling of addEventListener parameters (#3445)
2019-10-05 Sampson Crowleyfacilitate Webpack compatibility (#3435)
2019-04-19 Alex Lam S.Lupdate `domprops` (#3369)
2018-07-12 Alex Lam S.Lfix corner cases in `preserve_line` (#3212)
2018-06-27 Alex Lam S.Limprove `unsafe` `comparisons` (#3200)
2018-06-06 Alex Lam S.Lgeneral clean-ups (#3175)
2018-01-07 Alex Lam S.Limprove `process.exit()` workaround (#2741)
2017-12-17 Alex Lam S.Lexport `parse()` (#2608)
2017-05-28 Alex Lam S.Limplement `--help options` (#2017)
2017-05-24 Alex Lam S.Lensure new line after `describe_ast()` (#1999)
2017-05-16 Alex Lam S.Lexport `TreeTransformer` (#1950)
2017-05-07 Alex Lam S.Ldeprecate low level API (#1877)
2017-04-15 Alex Lam S.Lunify CLI & API under `minify()` (#1811)
2017-03-31 Alex Lam S.Lsort options in alphabetical order (#1743)
2017-03-28 Alex Lam S.Lremove UGLIFY_DEBUG (#1720)
2017-03-22 Alex Lam S.Lfix a bug in simple_glob (#1632)
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-19 kzcHave minify() and tests use figure_out_scope() as uglif...
2016-11-29 1111huifeat: add option.outFileName for JS API, if absense...
2016-10-23 pengzhenqingAdd an option for writing inline source map
2016-08-14 kzcAdd input file glob support to minify()
2016-08-14 kzcAdd simple file globbing to bin/uglifyjs for Windows
2016-08-14 Lucas WienerFixed sourceMapIncludeSources and inSourceMap = string...
2016-07-17 Yotam SpenserSource map URL override from programmatic API
2016-06-30 GeraintAllow input files to be map (url->filename)
2016-06-20 Richard van VelzenDon't assume DEBUG is defined when exporting --self
2016-06-19 Anthony Van de Gej... Don't mix strings with directives in output
2016-06-07 ChALkeRExport tokenizer function
2016-05-04 kzcWorkaround for process.exit() tty output truncation.
2016-04-19 kzcAdd `passes` compress option. Fix duplicate compress...
2016-02-11 Richard van VelzenMerge pull request #948 from kzc/collapse_vars_doc
2016-02-08 MartiiCreate and map `bare-returns` into new `parse` property...
2016-01-31 Boris LetochaFixes #951 missing export for SymbolDef
2016-01-26 Jeremy MarzkaAdded a mangle properties option
2015-11-11 Mihai BazonRework has_directive
2015-10-07 kzchave minify() call figure_out_scope() if needed to...
2015-09-24 Mihai BazonFix mozilla-ast after module loading changes
2015-09-24 Mihai BazonNo longer use `vm` to load code.
2015-09-06 Richard van VelzenMerge pull request #786 from istr/anonymous-source-map
2015-08-27 Ingo Struckallow for anonymous map generation using string type...
2015-08-07 Richard van VelzenMerge pull request #736 from AlbertoGP/master
2015-08-07 Richard van VelzenMerge pull request #729 from DrewML/keep_fnames_docs
2015-08-05 Richard van VelzenMerge pull request #753 from Surgo/master
2015-07-28 Kosei KitaharaSupport wrap and exportAll options.
2015-06-15 Alberto González... fromString option, use index from argument array for...
2015-05-04 Mihai BazonRemove deprecated calls to utils.print/utils.error
2015-03-29 Mihai BazonMerge branch 'propmangle'
2015-03-24 Mihai BazonMerge in more DOM properties.
2015-03-22 Mihai BazonExport readDefaultReservedFile
2015-03-19 Mihai BazonDon't use Object.create
2015-03-19 Mihai Bazontools/props.html: output complete JSON
2015-03-18 Mihai BazonAdd --reserve-domprops along with a default exclusion...
2015-03-18 Mihai BazonSupport multiple --reserved-file args
2015-03-17 Mihai Bazontools/props.html: use try/catch in a few more places
2015-03-17 Mihai BazonAdd tool to list DOM properties/methods
2015-03-17 Mihai BazonExport readNameCache / writeNameCache
2015-03-14 Mihai BazonAdd property name mangler
2015-01-26 Richard van VelzenMake empty source map values more reasonable in .minify()
2015-01-11 Mihai BazonMerge pull request #482 from arty-name/inline-ng-inject
2015-01-05 Richard van VelzenPass mangle options to `figure_out_scope` and `compute_...
2015-01-05 Mihai BazonMerge branch 'keep-function-expression-names' of https...
2015-01-04 truikenResolve the relative path to lib files last
2015-01-04 achingbrainpasses in references to process and Buffer to silence...
2014-04-24 Mihai BazonMerge pull request #445 from ConradIrwin/try-statement
2014-04-13 Mihai BazonMerge pull request #470 from ebednarz/master
2014-04-13 OiNutteradd sourceMappingUrl to output in node module
2014-04-13 ebednarzFix sourceMapIncludeSources exception in Node API
2014-01-26 Mihai BazonMerge branch 'sourcesContent' of https://github.com...
2014-01-09 Artemy Tregubenkoadded hasOwnProperty check to avoid warnings
2014-01-09 Artemy TregubenkoAdded support for sourcesContent property of source map
2014-01-07 Mihai BazonSupport SpiderMonkey AST in UglifyJS.minify. Fix ...
2013-06-28 Mihai BazonReset the base54 counters every time minify is called.
2013-03-13 Mihai BazonMerge pull request #125 from devongovett/master
2013-02-10 Devon GovettAllow inSourceMap to be a generated JSON source map...
2013-01-04 Mihai BazonSupport `output`, `mangle` and `compress` options to...
2012-11-05 Mihai Bazondiscard the hack that worked around the deprecation...
2012-10-25 Mihai Bazontest for fs.existsSync
2012-10-20 Mihai BazonMerge branch 'master' of github.com:mishoo/UglifyJS2
2012-10-20 Mihai Bazonalternate hack to disable deprecation warning
2012-10-19 Mihai BazonMerge pull request #19 from SevInf/master
2012-10-19 Sergej TatarincevAdd sourceRoot option to minify
2012-10-18 Mihai Bazonadd fromString argument to `UglifyJS.minify` (allows...
2012-10-11 Mihai Bazondisable warnings by default in `minify` (pass warnings...
2012-10-09 Mihai Bazonadd `--ast-help`
2012-10-09 Mihai BazonMerge pull request #8 from SevInf/master
2012-10-09 Sergej TatarincevFix nodejs minify without inSourceMap exception
next