UglifyJS.git
2013-09-02 Mihai BazonDisallow `continue` referring to a non-IterationStateme...
2013-09-02 Mihai BazonBetter fix for #286
2013-09-02 Mihai BazonFix parsing `a.case /= 1`
2013-09-02 Mihai BazonFix parsing regexp after unary-prefix operator
2013-09-02 Mihai BazonBetter reporting of parse errors
2013-08-22 Mihai Bazonv2.4.0
2013-08-22 Mihai BazonRemove --ie-proof from the readme.
2013-08-20 Mihai BazonMove support for `negate_iife` in the compressor, rathe...
2013-08-19 Mihai BazonMerge pull request #270 from michaelficarra/GH-259
2013-08-19 Michael Ficarrafixes #259: don't unnecessarily quote object properties...
2013-08-08 Mihai Bazonfix usage
2013-08-07 Mihai BazonDon't drop unused setter argument.
2013-08-07 Mihai BazonSupport `-p relative`. Fix #256
2013-08-07 Forbes LindesayAdd support for browserify
2013-08-04 Mihai BazonDon't pretend to evaluate lambdas
2013-07-30 Mihai BazonFix #251
2013-07-28 Mihai BazonDon't require arguments to --enclose
2013-07-25 Mihai BazonReverting "added option for dropping unused params"
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
next