[Pkg-javascript-commits] [uglifyjs] annotated tag v2.7.5 created (now 6b23191)
Jonas Smedegaard
dr at jones.dk
Fri Dec 9 11:43:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag v2.7.5
in repository uglifyjs.
at 6b23191 (tag)
tagging f6372483a0c555a3aaf900ffa1a9ccc6585b59f9 (commit)
replaces v2.7.4
tagged by Richard van Velzen
on Tue Nov 29 22:30:38 2016 +0100
- Log -----------------------------------------------------------------
v2.7.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJYPfODAAoJEJUJ+PyD0MXVWFwH/Aon3asNZcEje4Emw+bfxJ8q
k5IPgYMf2D36t4/OYC5ij4rsaLY+NpimkTNh/m5RjYt/fRyYJ3Ru3rFam7RkopYw
JQ5DOKPLOBf6Pn8C56+K36G4WZcbq3S7o9qrQ9BKekHeqVE/t9ZWKKcB2ZMv1L3Z
Y4hnOUsvdqQLkEEkl+gPG9eJ5IGo1aIrCELXiq8MhKEcJa8k8aEYzBJFb/xe4DT/
6jv0u4DccbAacWfD8ImnbXdl2djkGY6lqT8g880UntItjlwf5fr+RaQWqU6P9mis
Lj8MmfbrhsxAqbE+ySE99VnpS74l+26qBZBPwHo/9TQ0HPEdRLsvuoCiTl9MDLU=
=uFK2
-----END PGP SIGNATURE-----
1111hui (2):
feat: add option.outFileName for JS API, if absense, sourceMap.file field will deduced
docs: add doc for option.outFileName
Anthony Van de Gejuchte (2):
Pass mangle options to figure_out_scope before mangling in tests
Do not overwrite options.comments + cleanup
Ashley (Scirra) (1):
Add --mangle-props-debug and fix --mangle-props=unquoted collision
Martijn Swaagman (1):
Generate source map data from normalized files
Richard van Velzen (1):
v2.7.5
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 2650182 Backport mocha with test from harmony
new 2d8af89 Fix error style for regex errors
new eb63fec Fix mangle with option keep_fnames=true for Safari.
new 7eb52d2 Keep const in own scope while compressing
new 41a9329 lib/sourcemap.js: Copy sourceContent from old souce-map to the new source-map. Should fix #882
new af37eca Source map URL override from programmatic API
new 9edbe93 Fix the document of keep_fnames option
new e8b23c7 Build with AppVeyor on windows
new 642273c Legacy octal integer strict mode fixes
new 67cca43 Test reparsing test/compress/*.js output
new fb049d3 Fix unneeded parens around unary args in new expression.
new 307b88d Fixed sourceMapIncludeSources and inSourceMap = string combination of the UglifyJS.minify function.
new 85a09fc Added test for #1236
new 38756b1 Moved test input files to test/input.
new 72306b9 Add simple file globbing to bin/uglifyjs for Windows
new dcdcfe4 Add input file glob support to minify()
new 86859f6 Additional object literal property tests
new de619ae Fix --mangle-props and --mangle-props=unquoted
new 37f4395 Add missing `{` in README
new 781f26e v2.7.1
new d854523 Fix negate_iife regression #1254
new 614db97 v2.7.2
new 8430123 Fix negate_iife transform to return a correct tree for nested IIFEs
new 1a78bbc v2.7.3
new 0bd8053 implement optimization: (x = 2 * x) ---> (x *= 2)
new 25fc027 Account for side effects in `string + expr` optimization
new 7d8dea3 Merge pull request #1277 from kzc/fix-string-plus-opt
new 0111497 Make all comment options in cli available in js api
new 4761d07 Optimize unmodified variables
new fc9804b Fix (typeof side_effect()) in boolean context
new e05510f Add an option to wrap IIFEs in parenthesis
new 6389e52 Remove console.log and add extra test case
new e51c6ba Add an option for writing inline source map
new 266ddd9 fix uses_arguments handling (broken since 6605d1578351)
new 8d74f34 Don't filter shebangs when using the 'some' comment filter
new 557b3e4 v2.7.4
new 057de57 Pass mangle options to figure_out_scope before mangling in tests
new 79b98a9 Do not overwrite options.comments + cleanup
new 2a9989d Add --mangle-props-debug and fix --mangle-props=unquoted collision
new 0a35acb feat: add option.outFileName for JS API, if absense, sourceMap.file field will deduced
new a7b3b0d docs: add doc for option.outFileName
new 98f3306 Generate source map data from normalized files
new f637248 v2.7.5
The 43 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