[Pkg-javascript-commits] [uglifyjs] tag v2.4.19 created (now 94205c3)
Jonas Smedegaard
dr at jones.dk
Tue May 19 00:02:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to tag v2.4.19
in repository uglifyjs.
at 94205c3 (commit)
This tag includes the following new commits:
new 524a8a4 added @ngInject support for inline functions
new 6006dd9 added newline at the end of the file
new 62bda71 Fix parens for AST_Undefined
new ec3e74d Added license
new 0e3ff1f Improved UglifyJS<->SpiderMonkey AST conversions.
new 87b7236 Fixes and improvements for UglifyJS->SM AST conversion.
new 05ba26c Small fixes for AST conversion.
new 5e314bf SpiderMonkey `Identifier` nodes should contain mangled names.
new f2d48e9 Merge branch 'patch-1' of https://github.com/gdw2/UglifyJS2
new b467a3c Added generative testing for AST conversions.
new f8ee5a0 Install newest NPM on oldest Node.js.
new 18ddf2f Merge branch 'master' of https://github.com/RReverser/UglifyJS2
new e391367 Added example for usage with SpiderMonkey AST.
new e3066f9 Merge pull request #529 from RReverser/master
new 548beeb Prevent error for Function(""). Close #538
new 4c64554 Turn foo.new into foo["new"] when not --screw-ie8. Fix #534
new 885835a Compress conditional assignments where all possible outcomes are equivalant and condition has no side effects
new 7971ed3 Added a test for else if
new fb0ec72 Compress conditions that have side effects using sequences
new 21b3c89 Use uglify source map token names if missing
new 57dab1e Merge pull request #541 from TalAter/conditional-improvements
new 7be680d Don't warn for an unreferenced exception symbol in a catch block.
new f0c1a01 Merge pull request #549 from Arnavion/unreferenced-catch-symbol
new 01d19b4 Referencing a global is assumed to have side effects.
new a64bdda Document `keep_fargs`. Close #557
new f36a1ea Add option to allow return outside of functions.
new fe06fc8 fix base54
new f101d64 Merge pull request #546 from jacobk/patch-1
new 5538ec7 v2.4.16
new 39d8880 Fix max_line_len not working for JSON files
new c75f5a1 Fix #597
new 73cc050 Merge pull request #599 from rvanvelzen/fix-597
new 6d1c3e1 Use yargs instead of optimist.
new f4d36a5 Fix #569
new f7447ef Merge pull request #600 from KenPowers/master
new 66e6f0c Merge pull request #592 from micschro/patch-1
new 120948f Merge pull request #584 from clyfish/fix-base54
new 37c17d5 Merge pull request #570 from rvanvelzen/fix-569
new 24bc09b Fix #556
new 5bff65c Use svg instead of png to get better image quality
new aa5dd15 Update README.md
new 718e475 Fix backslashes in source-map paths on Windows
new 4613644 passes in references to process and Buffer to silence ReferenceErrors
new 0d48af3 Add a "keep_fnames" option to the compressor to retain function expression names
new 0f80b10 Resolve the relative path to lib files last
new ad18689 using the original sourcemap as the base
new e37b67d Add an option to prevent function names from being mangled
new e1f0747 Support keep_fnames in compressor, and --keep-fnames. #552
new fe55e0d Merge branch 'keep-function-expression-names' of https://github.com/rvanvelzen/UglifyJS2
new 93a6e57 Declare boolean type for --keep-fnames
new 13219ce Fix handling \r\n
new 7f9bc9e Pass mangle options to `figure_out_scope` and `compute_char_frequence`
new 6b23cbc AST_Do nodes: walk body before condition
new ae5366a Track ending lines/columns; fix end locations in Mozilla AST.
new f16033a Location fix for Mozilla AST start token.
new d2d7164 aborts(AST_If) returns the `if` node
new 61c233a Fix make_node_from_constant for Regexp-s
new 285bffd Document `--` for usage in CLI class
new 0d232a1 Merge pull request #606 from rvanvelzen/document-double-dash
new a10f6a9 Merge pull request #482 from arty-name/inline-ng-inject
new 42ecd42 Replace the correct node when replacing in `void` sequences
new 189dbf0 Merge pull request #612 from rvanvelzen/issue-611
new a1a4c2a Optimize conditionals where the consequent and alternative are both booleans and not equivalent
new 9a3a848 Update unicode letter
new 74cda80 Add unicode digit parsing support
new f1b2134 Add test
new d36067c Merge pull request #615 from avdg/unicode
new 5c02d65 fixes issue #621 SourceMap toString JSON format
new d78ae20 Make empty source map values more reasonable in .minify()
new 099992e Keep single line comments after nlb, after nlb
new fbbaa42 Add option to preserve/enforce string quote style
new 605362f Drop all `console` statements properly
new 7b71344 Parse regexes properly
new 992b6b9 Fix invalid removal of left side in && and || compression
new 61e850c Clean up unit test breakage
new 0e41a3f Add .npmignore
new ae07714 Add filename to the JS_Parse_Error exception.
new 9de7199 v2.4.17
new ea34301 Add property name mangler
new 375c882 Fix --reserved-file
new 0c80d21 Fix prop mangling
new aa45f65 rename --prop-cache to --name-cache
new 80cfd06 Export readNameCache / writeNameCache
new f5eeed7 Add tool to list DOM properties/methods
new 7c8c9b9 tools/props.html: use try/catch in a few more places
new d36faff Fix parsing for U+2028 / U+2029
new 80d1c82 Fix parsing for U+2028 / U+2029
new 540c197 Bump yargs version (for .array arguments)
new 3ef0923 Support multiple --reserved-file args
new 03b6121 Add --reserve-domprops along with a default exclusion list in tools/domprops.json
new bb010c2 tools/props.html: output complete JSON
new 81b7335 Don't use Object.create
new ecfd881 Keep unused function arguments by default
new e1c3861 Export readDefaultReservedFile
new 36c28e0 Add start/end nodes for NaN/Infinity transformations
new f0ab1b0 Avoid sequencesize for more than 2000 statements.
new 5801fa3 [sequencesize] Actually even better:
new 276b9a3 Fix compressing `![foo()];` as a statement
new 6b82069 Merge in more DOM properties.
new 43991f8 Add tool to extract property names
new a79ff06 Merge branch 'propmangle'
new 3ec11c7 Update README
new 73ca767 v2.4.18
new 0262b42 Disable testing with Node 0.8
new db396da Fix long options
new 2ada34b Merge pull request #660 from ntkme/fix-long-options
new 94205c3 v2.4.19
The 107 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