UglifyJS.git
2016-01-28 kzccollapse_vars: fix bug in repeated var defs of same...
2016-01-27 Bryan RaynerAdd mangleProperties documentation to README
2016-01-27 kzcfix bug in collapse_vars for right side of "||" and...
2016-01-27 kzcCollapse single use var definitions
2016-01-27 Mihai BazonAdd start/end in the `arguments` definition
2016-01-26 Jeremy MarzkaAdded a mangle properties option
2016-01-20 Richard van... Merge pull request #928 from STRML/constPragma
2016-01-20 Samuel ReedTighten up @const regex.
2016-01-20 Samuel ReedSimplify by skipping extra tree walk.
2016-01-20 Samuel ReedUse TreeWalker for more accurate @const results and...
2016-01-19 Samuel ReedUpdate README for /** @const */
2016-01-19 Samuel ReedMark vars with /** @const */ pragma as consts so they...
2016-01-19 Anthony Van... Allow operator names as getters/setters
2016-01-19 Anthony Van... Add keywords to package.json
2016-01-19 Anthony Van... Add some tests for comment-filters through api
2016-01-18 Richard van... Merge pull request #918 from avdg/fix-arguments-handling
2016-01-14 Anthony Van... Make arguments test slightly more strict
2016-01-14 Anthony Van... Add scope test for arguments
2016-01-14 Anthony Van... Never mangle arguments and keep them in their scope
2016-01-14 Richard van... Merge pull request #905 from avdg/unit-tests
2016-01-12 Anthony Van... Add test case for line continuation
2016-01-05 Mihai BazonFix hoisting the var in ForIn
2015-12-27 Anthony Van... Add mocha tests
2015-12-27 Anthony Van... Fix ch that could contain other newline characters
2015-12-26 Anthony Van... Do not allow newlines in string literals
2015-12-26 Richard van... Merge pull request #874 from kzc/fix-conditionals
2015-12-26 Richard van... Merge pull request #896 from avdg/do-while-semicolon
2015-12-18 Anthony Van... Disable loop optimization for parse-only tests
2015-12-18 Anthony Van... Add tests
2015-12-17 Anthony Van... Semicolon after do...while statement is optional
2015-12-07 Richard van... Merge pull request #879 from ReadmeCritic/master
2015-11-27 ReadmeCriticUpdate README URLs based on HTTP redirects
2015-11-24 kzc#873 Fix `conditionals` optimizations with default...
2015-11-16 Mihai Bazonv2.6.1
2015-11-16 Mihai BazonFix endless loop
2015-11-16 Mihai BazonLimit max iterations for tighten_body
2015-11-14 Richard van... Merge pull request #864 from plievone/patch-1
2015-11-14 plievoneFix docs for keep_fargs
2015-11-12 Mihai Bazonv2.6.0
2015-11-12 Mihai BazonFix output for "use asm" code from SpiderMonkey AST
2015-11-12 Mihai BazonBuild label def/refs info when figuring out scope
2015-11-12 Mihai BazonReplace util.error with console.log
2015-11-11 Mihai BazonRework has_directive
2015-11-10 Mihai BazonMerge pull request #854 from kzc/moz-regexp-2
2015-11-09 Mihai BazonFix parsing invalid input
2015-11-09 Richard van... Prevent ReDoS by not using a regexp to verify floating...
2015-11-02 kzcsimplify mozilla AST RegExpLiteral token parse and...
2015-11-02 kzcHave mozilla AST RegExpLiteral parser use regex.pattern...
2015-11-01 kzcrename To_Moz_Literal to To_Moz_RegExp
2015-11-01 kzcFixed RegExp literal in mozilla AST generation/output...
2015-10-29 kzc`return undefined` optimization no longer uses `return_...
2015-10-29 kzcmore tests for `return undefined` optimization
2015-10-29 kzcoptimize `return undefined` and `return void 0`
2015-10-28 Richard van... Allow specification beautify options in tests
2015-10-28 Richard van... Stop building for io.js
2015-10-27 Michael Ficarrafixes #845: \v escaping should be restricted to "screw_...
2015-10-20 Fábio SantosFix #836
2015-10-15 startswithajMake_string was missing \v and wasnt reversing vertical...
2015-10-14 Damian Krzeminskiadd `--pure-funcs` option
2015-10-14 Damian Krzeminskiupgrade yargs 3.5.4 -> 3.10.0
2015-10-13 Mihai BazonMerge pull request #829 from kzc/html_comment_ops
2015-10-13 kzcFix other operator output related to <!-- or -->
2015-10-12 Mihai BazonFix tests
2015-10-12 Mihai BazonOnly encode <!-- and --> in strings when inline_script
2015-10-12 kzcOutput `-- >` instead of `-->` in expressions. Escape...
2015-10-11 Mihai Bazonv2.5.0
2015-10-07 kzchave minify() call figure_out_scope() if needed to...
2015-10-07 kzcget rid of SCOPE_IS_NEEDED as it was always true
2015-10-07 kzcFix handling of "use asm" when no command line flags...
2015-10-07 SpainTrainPin dependencies with npm shrinkwrap
2015-10-07 kzcadd asm.js test
2015-10-07 kzcAdd proper support for "use asm"; blocks. Disable ...
2015-10-06 Anthony Van... Implement shebang support
2015-09-24 Mihai BazonMerge pull request #808 from avdg/travis
2015-09-24 Anthony Van... Add node 4.x in Travis
2015-09-24 Mihai BazonDisable node 0.8 in Travis
2015-09-24 Mihai BazonFix mozilla-ast after module loading changes
2015-09-24 Mihai BazonNo longer use `vm` to load code.
2015-09-24 Mihai BazonFix wrap_commonjs to include code first
2015-09-14 Kyle Mitchelluse a valid SPDX license identifier
2015-09-14 Ville LautanalaControl keeping function arguments with a single option
2015-09-06 Richard van... Merge pull request #786 from istr/anonymous-source-map
2015-08-27 Ingo Struckallow for anonymous map generation using string type...
2015-08-27 Richard van... Fix bad parsing of `new new x()()` constructs
2015-08-25 Richard van... Don't change sequences that influence lexical binding...
2015-08-10 Richard van... Merge pull request #767 from vjeux/208
2015-08-10 Christopher... [Fix] --define replaces SymbolRefs in LHS of assignments
2015-08-07 Richard van... Merge pull request #736 from AlbertoGP/master
2015-08-07 Richard van... Merge pull request #729 from DrewML/keep_fnames_docs
2015-08-05 Richard van... Fix mangling of property names which overwrite unmangle...
2015-08-05 Richard van... Merge pull request #753 from Surgo/master
2015-07-30 Mihai BazonMerge pull request #757 from rvanvelzen/semicolon-fix
2015-07-30 Richard van... Fix semicolon printing when restricting max line length
2015-07-30 Richard van... Revert "Fix semicolon printing when restricting max...
2015-07-29 Richard van... Fix semicolon printing when restricting max line length
2015-07-29 Richard van... Replace util.puts in run-tests with console.log
2015-07-29 XhmikosRMake node.js 0.8 the minimum supported version.
2015-07-29 Chris CowanRe-use the caught exception's error message in the...
2015-07-29 Chris CowanGive a good error message if an invalid regular express...
2015-07-29 thorn0Advanced way to specify if a function call might have...
next