aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-30Don't drop parens in a * (b * c). Close #744Mihai Bazon
2015-06-15fromString option, use index from argument array for filename instead of "?"...Alberto González Palomo
2015-06-14spacingkzc
2015-06-14operator && and || optimization: add "else" before "if" as intendedkzc
2015-06-11optimizations for && and || where left side is constant expressionkzc
2015-06-09Merge pull request #733 from jcxplorer/add-mangle-regex-option...Mihai Bazon
2015-06-09Change --mangle-regex to accept a full regexJoao Carlos
2015-06-09Show descriptive error when --mangle-regex is invalidJoao Carlos
2015-06-09Add --mangle-regex optionJoao Carlos
2015-06-02Add keep_fnames compressor option to README.mdAndrew Levine
2015-05-20v2.4.23Mihai Bazon
2015-05-20Treat \uFEFF as whitespace....Mihai Bazon
2015-05-18v2.4.22Mihai Bazon
2015-05-18Fix compressing conditionals...Mihai Bazon
2015-05-13fix again reserved propsMihai Bazon
2015-05-07Make reserved names take priority over the name cacheMihai Bazon
2015-05-05Only drop the BOM when it's the first character....Mihai Bazon
2015-05-04v2.4.21Mihai Bazon
2015-05-04Fix blank lines in the output....Mihai Bazon
2015-05-04Remove deprecated calls to utils.print/utils.error...Mihai Bazon
2015-05-04Avoid spurious brackets when dropping unused vars...Mihai Bazon
2015-04-23Fix parsing strings with literal DOS newlines...Mihai Bazon
2015-04-22If name_cache is specified, do rename cached properties...Mihai Bazon
2015-04-17Fix testsMihai Bazon
2015-04-17Drop NaN -> 0/0 transformation....Mihai Bazon
2015-04-14Added expect_exact for testing the OutputStream...Fábio Santos
2015-04-14Normalize package.json....XhmikosR
2015-04-14Test on latest `node` and `io.js`...Jordan Harband
2015-04-13v2.4.20Mihai Bazon
2015-04-13Fix compression of conditionals...Mihai Bazon
2015-04-10Use the `before` visitor in mangle props...Mihai Bazon
2015-04-05More fixes for the breaking changes in yargs...Mihai Bazon
2015-04-04Merge pull request #669 from galvanix/documentation-inSourceMap...Mihai Bazon
2015-04-03Document passing source maps directly to minify() using inSourceMapDavid Caldwell
2015-03-29v2.4.19Mihai Bazon
2015-03-29Merge pull request #660 from ntkme/fix-long-options...Mihai Bazon
2015-03-29Fix long optionsなつき
2015-03-29Disable testing with Node 0.8Mihai Bazon
2015-03-29v2.4.18Mihai Bazon
2015-03-29Update READMEMihai Bazon
2015-03-29Merge branch 'propmangle'Mihai Bazon
2015-03-29Add tool to extract property namesMihai Bazon
2015-03-24Merge in more DOM properties.Mihai Bazon
2015-03-23Fix compressing `![foo()];` as a statement...Mihai Bazon
2015-03-22[sequencesize] Actually even better:...Mihai Bazon
2015-03-22Avoid sequencesize for more than 2000 statements....Mihai Bazon
2015-03-22Add start/end nodes for NaN/Infinity transformationsMihai Bazon
2015-03-22Export readDefaultReservedFileMihai Bazon
2015-03-20Keep unused function arguments by default...Mihai Bazon
2015-03-19Don't use Object.createMihai Bazon