UglifyJS.git
2017-03-01 Alex Lam S.Lv2.8.3
2017-03-01 Alex Lam S.Lfix crash on missing `props` to `string_template()...
2017-02-28 Alex Lam S.Lv2.8.2
2017-02-28 Alex Lam S.Linvert `reduce_vars` tracking flag (#1519)
2017-02-28 Alex Lam S.Lfix `evaluate` on object getter & setter (#1515)
2017-02-28 Alex Lam S.Lv2.8.1
2017-02-28 Alex Lam S.Ltemporarily disables `reduce_vars` (#1517)
2017-02-27 Alex Lam S.Lwarn & drop `#__PURE__` iff IIFE is dropped (#1511)
2017-02-26 Alex Lam S.Lv2.8.0
2017-02-26 Alex Lam S.Limprove error messages (#1506)
2017-02-26 kzcadd harmony branch details in README (#1507)
2017-02-25 Alex Lam S.Lfaster tree transversal (#1462)
2017-02-25 Alex Lam S.Lconsolidate `evaluate` & `reduce_vars` (#1505)
2017-02-24 Alex Lam S.Lupdate docs for `pure_funcs` & `drop_console` (#1503)
2017-02-24 Alex Lam S.Lallow --in-source-map inline (#1490)
2017-02-24 Ondřej ŠpanělAvoid using exports when undefined (#1471)
2017-02-23 Alex Lam S.LMerge pull request #1485 from alexlamsl/merge-2.8.0
2017-02-23 alexlamslenable `collapse_vars` & `reduce_vars` by default
2017-02-21 kzcSupport marking a call as pure
2017-02-21 Ondřej ŠpanělFix: AST_Accessor missing start / end tokens
2017-02-21 alexlamslfix `pure_funcs` & improve `side_effects`
2017-02-21 alexlamslclean up `max_line_len`
2017-02-21 alexlamslintroduce `unsafe_proto`
2017-02-21 alexlamslremove extraneous spaces between ++/+/--/-
2017-02-21 Anthony Van... Add .gitattributes to checkout lf eol style
2017-02-21 alexlamslimprove `--beautify bracketize`
2017-02-21 alexlamsladd benchmark & JetStream tests
2017-02-21 alexlamslenhance `global_defs`
2017-02-21 alexlamslevaluate AST_SymbolRef as parameter
2017-02-21 alexlamslimprove reduce_vars and fix a bug
2017-02-21 alexlamslimprove keep_fargs & keep_fnames
2017-02-21 alexlamslfix duplicated test names
2017-02-21 kzcsmarter const replacement taking name length into account
2017-02-21 alexlamslclean up `negate_iife`
2017-02-21 alexlamslimprove string concatenation
2017-02-21 alexlamsl`-c sequences=N` suboptimal at N expression cutoff
2017-02-21 alexlamsltweak do-while loops
2017-02-21 alexlamslfixes & improvements to [].join()
2017-02-21 alexlamsldrop unused: toplevel, assign-only
2017-02-21 kzcfix stray else in compress with conditionals=false
2017-02-18 alexlamslenable typeof "undefined" for general use
2017-02-18 alexlamslfix corner case in keep_fnames
2017-02-18 alexlamslremove unused AST_Scope.nesting & AST_SymbolRef.frame
2017-02-18 alexlamslfix crash in unsafe replacement of undefined
2017-02-18 Anthony Van... Improve optimizing `function() { if(c){return foo}...
2017-02-12 Mihai BazonMerge pull request #1481 from anatdagan/propsmangle_onl...
2017-02-10 Anat Daganin mangle_names there is a check that the variable...
2017-01-26 Alex Lam S.Lupdate test (#1441)
2017-01-26 Alex Lam S.Lfix mangling collision with keep_fnames (#1431)
2017-01-26 Alex Lam S.Loptimise binary operands with evaluate() (#1427)
2017-01-26 Alex Lam S.Laugment evaluate to extract within objects (#1425)
2017-01-19 alexlamsladd missing LHS cases which global_defs should avoid
2017-01-19 kzcHave minify() and tests use figure_out_scope() as uglif...
2017-01-19 Anthony Van... Add preventive test involving non-ascii function identi...
2017-01-19 Wiktor KwapisiewiczAdd note about name mangling when using --mangle-props...
2016-11-30 kzcremove npm-shrinkwrap.json to work around npm@4.0.2...
2016-11-29 Richard van... v2.7.5
2016-11-29 Martijn SwaagmanGenerate source map data from normalized files
2016-11-29 1111huidocs: add doc for option.outFileName
2016-11-29 1111huifeat: add option.outFileName for JS API, if absense...
2016-11-29 Ashley (Scirra)Add --mangle-props-debug and fix --mangle-props=unquote...
2016-11-29 Anthony Van... Do not overwrite options.comments + cleanup
2016-10-27 Anthony Van... Pass mangle options to figure_out_scope before mangling...
2016-10-23 Richard van... v2.7.4
2016-10-23 Anthony Van... Don't filter shebangs when using the 'some' comment...
2016-10-23 Jann Hornfix uses_arguments handling (broken since 6605d1578351)
2016-10-23 pengzhenqingAdd an option for writing inline source map
2016-10-06 Richard van... Remove console.log and add extra test case
2016-10-06 Richard van... Add an option to wrap IIFEs in parenthesis
2016-10-06 kzcFix (typeof side_effect()) in boolean context
2016-10-01 alexlamslOptimize unmodified variables
2016-09-06 Anthony Van... Make all comment options in cli available in js api
2016-09-01 Mihai BazonMerge pull request #1277 from kzc/fix-string-plus-opt
2016-09-01 kzcAccount for side effects in `string + expr` optimization
2016-08-30 kzcimplement optimization: (x = 2 * x) ---> (x *= 2)
2016-08-17 Richard van... v2.7.3
2016-08-17 Richard van... Fix negate_iife transform to return a correct tree...
2016-08-17 Richard van... v2.7.2
2016-08-17 kzcFix negate_iife regression #1254
2016-08-14 Richard van... v2.7.1
2016-08-14 Timothy GuAdd missing `{` in README
2016-08-14 kzcFix --mangle-props and --mangle-props=unquoted
2016-08-14 kzcAdditional object literal property tests
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 WienerMoved test input files to test/input.
2016-08-14 Lucas WienerAdded test for #1236
2016-08-14 Lucas WienerFixed sourceMapIncludeSources and inSourceMap = string...
2016-08-14 kzcFix unneeded parens around unary args in new expression.
2016-08-14 kzcTest reparsing test/compress/*.js output
2016-07-21 Anthony Van... Legacy octal integer strict mode fixes
2016-07-17 Richard van... Build with AppVeyor on windows
2016-07-17 homulerFix the document of keep_fnames option
2016-07-17 Yotam SpenserSource map URL override from programmatic API
2016-07-17 Lauri Pokkalib/sourcemap.js: Copy sourceContent from old souce...
2016-07-15 Anthony Van... Keep const in own scope while compressing
2016-07-15 kzcFix mangle with option keep_fnames=true for Safari.
2016-07-15 Anthony Van... Fix error style for regex errors
2016-07-03 Anthony Van... Backport mocha with test from harmony
2016-07-03 Richard van... v2.7.0
next