UglifyJS.git
2013-07-25 Dusan Bartosadded option for dropping unused params
2013-07-18 David GlasserFix output for arrays whose last element is a hole...
2013-07-15 Mihai BazonRevert previous patch, it was no good.
2013-07-15 Mihai BazonAdd "position" option to parser, to specify initial...
2013-07-14 Mihai BazonApply transformer to AST_VarDef's name
2013-07-12 Mihai BazonFix typo.
2013-06-28 Mihai BazonReset the base54 counters every time minify is called.
2013-06-07 Mihai BazonDon't swap binary ops when "use asm" is in effect.
2013-06-03 Mihai BazonMerge pull request #220 from lautis/escape-null
2013-06-03 Ville LautanalaEscape null characters as \x00
2013-05-23 Mihai Bazonv2.3.6
2013-05-22 Mihai BazonMerge pull request #213 from mattrobenolt/patch-1
2013-05-22 Mihai BazonAdd `negate_iife` option to the code generator.
2013-05-22 Mihai BazonSet "global" on undeclared SymbolDef-s
2013-05-21 Matt RobenoltThe extra /* */ isn't needed now
2013-05-21 Matt RobenoltSourceMapping pragma has changed to //#
2013-05-20 Mihai BazonFix output of statement: `new function(){...};`
2013-05-19 Mihai Bazonv2.3.5
2013-05-19 Mihai BazonFix package.json (use `repository` instead of `reposito...
2013-05-15 Mihai Bazonv2.3.4
2013-05-15 Mihai BazonAdd `--expr`, an option to parse a single expression...
2013-05-14 Mihai BazonOnly compress code in `new Function` if all arguments...
2013-05-14 Mihai Bazonv2.3.3
2013-05-14 Mihai BazonCompress code passed to `new Function` if it's a constant.
2013-05-14 Mihai BazonFix a["1_1"]
2013-05-10 Mihai BazonMerge pull request #202 from nschonni/add-travis-ci
2013-05-09 Mihai Bazonv2.3.2
2013-05-09 Mihai BazonUse the negation hack rather than parens for a toplevel...
2013-05-09 Mihai BazonFix is_assignable
2013-05-09 Nick SchonningAdd Travis build badge to README
2013-05-09 Nick SchonningAdd CI build for supported Node versions
2013-05-08 Trey Griffithadd a test for zero-length string in is_identifier_stri...
2013-05-08 Mihai BazonFix property names
2013-05-08 Mihai Bazonv2.3.1
2013-05-08 Mihai BazonBetter fix for equality of typeof ... against "undefined"
2013-05-08 Justin LauFixed typeof undefined optimization and updated related...
2013-05-08 Justin LauAdded test cases for #104.
2013-05-08 Mihai BazonMerge pull request #195 from kjbekkelund/typo
2013-05-07 Justin LauFixed dot properties not optimizing unicode identifiers...
2013-05-05 Justin LauAdded test scenario with unicode in properties name.
2013-05-05 Justin LauFixed dot property issue with invlid identifier names.
2013-05-05 Justin LauAdded scenario in test case where properties shouldn...
2013-05-02 Kim Joar BekkelundFix typo in bin and readme
2013-05-01 Mihai BazonMerge pull request #194 from ulikoehler/master
2013-05-01 Uli KöhlerAdd README syntax highlighting
2013-05-01 Mihai BazonTake two. v2.3.0
2013-05-01 Mihai Bazonv2.3
2013-04-29 Mihai BazonWorkaround for missing `prefix` in UnaryExpression...
2013-04-21 Mihai BazonMake compress/mangle disabled by default, as before...
2013-04-21 Mihai BazonMerge pull request #191 from michaelficarra/use-es5...
2013-04-21 Mihai BazonMerge pull request #190 from michaelficarra/patch-1
2013-04-20 Michael Ficarrafixes #189: use dotted member access when --screw-ie8...
2013-04-20 Michael Ficarraunbalanced parentheses in readme
2013-04-04 Roman BataevFix typeof evaluation for regex and function
2013-04-04 Roman BataevAdd tests for typeof evaluation
2013-03-31 Vladimir ZhuravlevQuote objects with numeric keys
2013-03-31 Mihai Bazonfix package.json
2013-03-31 Mihai BazonDon't use \xYY for identifiers
2013-03-31 Andreas Lind... Output, to_ascii: Escape non-ascii chars with \xnn...
2013-03-31 Andreas Lind... uglifyjs binary: Make read_whole_file async and don...
2013-03-25 Mihai BazonMerge pull request #163 from mzgol/screw-oldie
2013-03-25 Michał Gołębiowskirenamed --screw-ie to --screw-ie8, documented it in...
2013-03-24 Jake HardingAdd support for enclose option. Closes #139.
2013-03-23 Mihai BazonDon't print the warning on parse error, just throw...
2013-03-22 Mihai BazonKeep legit code working even when --screw-ie is not...
2013-03-13 Mihai BazonMerge pull request #125 from devongovett/master
2013-03-13 Mihai BazonSupport mangling toplevel names
2013-03-10 Mihai BazonDisable `unsafe` by default
2013-03-06 Mihai BazonMerge pull request #146 from mbostock/read-all-stdin
2013-03-06 Mike BostockRead the entire STDIN.
2013-03-04 Mihai BazonFix reordering comparisons
2013-03-02 Mihai BazonAdd `--screw-ie` option
2013-03-01 Mihai BazonDrop last `default:` if it's the last branch and empty
2013-03-01 Mihai BazonCompress boolean constants after evaluation
2013-02-22 Mihai BazonAdd license
2013-02-19 Mihai BazonFix compressing `do {...} while (false)`
2013-02-14 Mihai Bazonv2.2.5
2013-02-10 Devon GovettAllow inSourceMap to be a generated JSON source map...
2013-02-06 Mihai BazonForce space after literal regexp when used in "instance...
2013-02-06 Mihai BazonGive up evaluating (unary-prefix '-' 0)
2013-02-06 Mihai BazonFix parens for NaN
2013-02-06 Mihai BazonFix parens for negative numbers
2013-02-06 Mihai BazonFix parens for AST_New
2013-02-06 Mihai BazonFix handling of constants
2013-02-05 Mihai BazonUgly hack to print comments before return/throw statements
2013-02-04 Mihai BazonMerge pull request #111 from mattrobenolt/safer-sourcemap
2013-02-04 Matt RobenoltWraps sourceMappingURL in a multiline comment. Fixes...
2013-02-01 Mihai Bazonv2.2.4
2013-02-01 Mihai BazonFix end token for Assign nodes
2013-02-01 Mihai BazonMerge pull request #94 from paulmillr/patch-1
2013-01-24 Mihai BazonMerge pull request #106 from gibson042/105
2013-01-24 Richard GibsonFix #105: property comparison to undefined is not alway...
2013-01-20 Mihai BazonAdd --source-map-url option
2013-01-17 Mihai Bazon[AST_Hole] the print function can be a no-op.
2013-01-17 David GlasserFix output for arrays containing undefined values.
2013-01-17 Mihai BazonMerge pull request #98 from ForbesLindesay/patch-1
2013-01-17 Mihai BazonHandle String() with no arguments.
2013-01-17 Forbes LindesayUpdate installation instructions re #4
2013-01-13 Paul MillerAdd better fromstring docs.
2013-01-08 Mihai BazonMerge pull request #90 from jakearchibald/patch-1
next