UglifyJS.git
2013-10-22 Mihai BazonRevert #3a81f60 for now
2013-10-22 Mihai Bazonv2.4.1
2013-10-17 Mihai Bazon`arguments` outside of a function is an ordinary variable.
2013-10-09 Mihai Bazonwrap up
2013-10-09 Mihai BazonDon't drop_unused before compression.
2013-10-04 Mihai BazonRename clean_getters to pure_getters; add pure_funcs.
2013-10-04 Mihai BazonMerge pull request #308 from meteor/fix-unicode-keys
2013-10-04 David GlasserOnly allow identifier start characters at the beginning...
2013-10-02 Mihai Bazonadd `clean_getters` compressor option (default `false`)
2013-10-02 Mihai Bazonminor optimization
2013-09-30 Mihai BazonFix error in the output minifying `Function("return...
2013-09-22 Mihai BazonMore attempts to determine when addition is associative
2013-09-22 Mihai BazonActually let's move away those monsters from the evalua...
2013-09-22 Mihai BazonMore dirty handling of [ ... ].join() in unsafe mode
2013-09-22 Dan WolffEvaluate [...].join() if possible: minor bugfix
2013-09-19 Mihai BazonWhen `unsafe` is set, evaluate [...].join() if possible
2013-09-19 Dan WolffConcatenate strings also on the right-hand side of...
2013-09-06 Mihai BazonAvoid printing <!-- in the output (HTML5 comment)
2013-09-06 Mihai BazonSupport HTML5 comment syntax (enabled by default!)
2013-09-06 Mihai Bazonminor
2013-09-02 Mihai BazonFix names.
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
next