[Pkg-javascript-commits] [uglifyjs] tag v2.6.1 created (now 15b5f70)
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 7 23:17:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to tag v2.6.1
in repository uglifyjs.
at 15b5f70 (commit)
This tag includes the following new commits:
new 65ee5af Add keep_fnames compressor option to README.md
new 4fba3e0 fromString option, use index from argument array for filename instead of "?"
new 8108c7f Support wrap and exportAll options.
new 252fc65 Advanced way to specify if a function call might have side effects. #400
new d681405 Give a good error message if an invalid regular expression is found.
new 9854deb Re-use the caught exception's error message in the parse error call.
new 881bda7 Make node.js 0.8 the minimum supported version.
new f8684f4 Replace util.puts in run-tests with console.log
new 170e8b5 Fix semicolon printing when restricting max line length
new 3afad58 Revert "Fix semicolon printing when restricting max line length"
new 66761d7 Fix semicolon printing when restricting max line length
new ab15d67 Merge pull request #757 from rvanvelzen/semicolon-fix
new 958b6c2 Merge pull request #753 from Surgo/master
new 759b3f7 Fix mangling of property names which overwrite unmangleable properties
new d7a4a4a Merge pull request #729 from DrewML/keep_fnames_docs
new 464a942 Merge pull request #736 from AlbertoGP/master
new 3ff0b9e [Fix] --define replaces SymbolRefs in LHS of assignments
new 6c8db6e Merge pull request #767 from vjeux/208
new e3bd223 Don't change sequences that influence lexical binding in calls
new fcde610 Fix bad parsing of `new new x()()` constructs
new 3a5f354 allow for anonymous map generation using string type check
new ba939cc Merge pull request #786 from istr/anonymous-source-map
new 5fd1245 Control keeping function arguments with a single option
new 20542a3 use a valid SPDX license identifier
new 3352800 Fix wrap_commonjs to include code first
new 99233c4 No longer use `vm` to load code.
new 6637c26 Fix mozilla-ast after module loading changes
new 233fb62 Disable node 0.8 in Travis
new 7ee1ec9 Add node 4.x in Travis
new 2a06c77 Merge pull request #808 from avdg/travis
new c69294c Implement shebang support
new 593677d Add proper support for "use asm"; blocks. Disable -c optimization within "use asm"; sections and preserve floating point literals in their original form. Non-asm.js sections are optimized as before. Asm.js sections can still be mangled and minified of whitespace. No special command line flags are required.
new 0d952ae add asm.js test
new 99945fc Pin dependencies with npm shrinkwrap
new 4d2f7d8 Fix handling of "use asm" when no command line flags are passed to uglifyjs. SCOPE_IS_NEEDED is unconditionally true now. Refactored floating point literal parsing to be more in keeping with the AST class design.
new 6500f8c get rid of SCOPE_IS_NEEDED as it was always true
new e870c7d have minify() call figure_out_scope() if needed to produce well formed "use asm" code
new a8e67d1 v2.5.0
new 9f1f21b Output `-- >` instead of `-->` in expressions. Escape `<!--` and `-->` within string literals.
new 17eef5a Only encode <!-- and --> in strings when inline_script
new 1940fb6 Fix tests
new dff54a6 Fix other operator output related to <!-- or -->
new ce10072 Merge pull request #829 from kzc/html_comment_ops
new eac67b2 upgrade yargs 3.5.4 -> 3.10.0
new d5138f7 add `--pure-funcs` option
new 6b2861e Make_string was missing \v and wasnt reversing vertical tabs even though read_escaped_char coverts them
new b5623b1 Fix #836
new a887cde fixes #845: \v escaping should be restricted to "screw_ie8" mode
new 2a88d07 Stop building for io.js
new 335e349 Allow specification beautify options in tests
new 7491d07 optimize `return undefined` and `return void 0`
new 841a661 more tests for `return undefined` optimization
new bd0ae65 `return undefined` optimization no longer uses `return_void_0` option
new 83db98a Fixed RegExp literal in mozilla AST generation/output and added a --dump-spidermonkey-ast flag
new 37ee9de rename To_Moz_Literal to To_Moz_RegExp
new 94c4daa Have mozilla AST RegExpLiteral parser use regex.pattern and regex.flags rather than non-standard `raw` property.
new 7dbe961 simplify mozilla AST RegExpLiteral token parse and handle corner cases of regex.pattern better
new 63d35f8 Prevent ReDoS by not using a regexp to verify floating point numbers
new 18d37ac Fix parsing invalid input
new 3c43467 Merge pull request #854 from kzc/moz-regexp-2
new 7691beb Rework has_directive
new 619adb0 Replace util.error with console.log
new c898a26 Build label def/refs info when figuring out scope
new 08623aa Fix output for "use asm" code from SpiderMonkey AST
new d895c09 v2.6.0
new 645626e Fix docs for keep_fargs
new 08b8030 Merge pull request #864 from plievone/patch-1
new b6968b6 Limit max iterations for tighten_body
new 7f48d5b Fix endless loop
new 15b5f70 v2.6.1
The 70 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list