Tdewolff-minify

Latest version: v2.20.37

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 21

2.12.6

- [SVG: keep empty attributes;](https://github.com/tdewolff/minify/commit/8bbcb00eacd191f666d730df1137e8babbfe6f3a) [fixes](https://github.com/tdewolff/minify/commit/8bbcb00eacd191f666d730df1137e8babbfe6f3a) https://github.com/tdewolff/minify/issues/576
- [JS: use literal NULL instead of escaped zero in strings,](https://github.com/tdewolff/minify/commit/9145984972756c8b17f7edaf4d6e2391cb3fef65) [fixes](https://github.com/tdewolff/minify/commit/9145984972756c8b17f7edaf4d6e2391cb3fef65) https://github.com/tdewolff/minify/issues/577
- [JS: fix parsing of string expressions at the start of statement lists that are no UseStrictDirectives](https://github.com/tdewolff/minify/commit/7d47c2c620e37388d39b21db1131b8480ef71df4)
- [JS: decode unicode escape sequences in strings to UTF-8 literals](https://github.com/tdewolff/minify/commit/9fbf9105be774ca8d4174c54f08525c799269319)
- [JS: fix unicode string escape when not a valid UTF-8 character](https://github.com/tdewolff/minify/commit/03bc264ebf0ec6ae46bdf9c4f4327b7e9e4c77d9)
- [HTML: do not convert lang attribute value to lower](https://github.com/tdewolff/minify/commit/769fa7dca09d3371d6d27497f66a9d8599bdcafc) https://github.com/tdewolff/minify/issues/579
- [JS: fix race condition for ECMAScript version and remove deprecated NoNullishOperator (use Version instead), fixes https://github.com/tdewolff/minify/issues/582](https://github.com/tdewolff/minify/commit/a1ee1775baf8191000849f42d63ef73dac4ec12b)

2.12.5

- [CSS: fix order in background-position:center left; see](https://github.com/tdewolff/minify/commit/340df5d9dd66a97124891b224b9da417372fe04f) https://github.com/tdewolff/minify/pull/222
- [JS: support different ECMAScript version to toggle optimizations, merge with NoNullishOperator and add NoOptionalCatchParameter, fixes](https://github.com/tdewolff/minify/commit/a52d6063a776119f623fc6d1736a27bb59d26ec1) https://github.com/tdewolff/minify/issues/540
- [HTML: make mediatype parameters case sensitive,](https://github.com/tdewolff/minify/commit/4eb3b3f2bec9faa04da856c3d2ff6726b25b74b1) [fixes](https://github.com/tdewolff/minify/commit/4eb3b3f2bec9faa04da856c3d2ff6726b25b74b1) https://github.com/tdewolff/minify/issues/545
- [HTML: fix last commit, see](https://github.com/tdewolff/minify/commit/d8f68ae4383ccd7e91027a109ae0155f55ccb8a3) https://github.com/tdewolff/minify/issues/545
- [HTML: don't replace & by & when followed by what could be an entity, even though it is not terminated by a semicolon (as the spec requires), fixes ](https://github.com/tdewolff/minify/commit/16bb165d2dae21e4b13811e5070911718a5766f9) https://github.com/tdewolff/minify/issues/546
- [CSS: limit too many nested functions](https://github.com/tdewolff/minify/commit/f70b78faf3594966597dd30d91f02dee44d09e64)
- [SVG: don't remove rect with zero width or height,](https://github.com/tdewolff/minify/commit/8457bd33fd230b766984c65ba311cc3a776d23c4) [fixes](https://github.com/tdewolff/minify/commit/8457bd33fd230b766984c65ba311cc3a776d23c4) https://github.com/tdewolff/minify/issues/557
- [cmd: copy file if minify fails,](https://github.com/tdewolff/minify/commit/09565512e0e2990c786e2ade9efc5f9225016864) [fixes](https://github.com/tdewolff/minify/commit/09565512e0e2990c786e2ade9efc5f9225016864) https://github.com/tdewolff/minify/issues/560
- [cmd: add --incluce/--exclude filters, and allow comma-separated patterns for --match/--include/--exclude, see](https://github.com/tdewolff/minify/commit/b6e161a3cc06fb727374794463b02a06a6f1f962) https://github.com/tdewolff/minify/issues/560
- [cmd: throw error when using multiple input files (such as when using *) to a non-existing output directory in line with cp behaviour, fixes](https://github.com/tdewolff/minify/commit/f123d2ffd1301f50e3c19d54e1af87eb022be1bc) https://github.com/tdewolff/minify/issues/562

2.12.4

- [JS: fix escaping in template literal with $ and ${ characters, fixes](https://github.com/tdewolff/minify/commit/2b1fa676b9f62ff1206ffd4d8a24b0469ed51d78) https://github.com/tdewolff/minify/issues/538

2.12.3

- [JS: revert redeclaration error, allow variable and function of same name, fixes https://github.com/tdewolff/minify/issues/537](https://github.com/tdewolff/minify/commit/6bd87388e3fa9a09dd165b731a5906ff38e993b1)

2.12.2

- [JS: minify template literals,](https://github.com/tdewolff/minify/commit/6923a736f60b83d3274ddec7d402a62624d3801f) [fixes](https://github.com/tdewolff/minify/commit/6923a736f60b83d3274ddec7d402a62624d3801f) https://github.com/tdewolff/minify/issues/529
- [cmd: don't reminify file on watching task with input==output the first time](https://github.com/tdewolff/minify/commit/ec00fe09a930022f4f12cf8235364f5b937994e2)
- [cmd: fix watching files/directories and ignore recently minified output files](https://github.com/tdewolff/minify/commit/66d47ab61b3cfafdb03ac3d20e8a0c034cc5b8f6) [fixes](https://github.com/tdewolff/minify/issues/532)
- Python binding: add type hinting

2.12.1

- [JS: set vardecl size limit to prevent timeout with OSSFuzz](https://github.com/tdewolff/minify/commit/e036f968d0214aac7f603a0ef3f332c77fc4b996)
- [Change minify.writer.Writer return type to io.WriteCloser,](https://github.com/tdewolff/minify/commit/f247b7dac0f63755be3cc886d048ec3519683845) [fixes](https://github.com/tdewolff/minify/commit/f247b7dac0f63755be3cc886d048ec3519683845) https://github.com/tdewolff/minify/issues/524
- [JS: support declarations in export default, add syntax errors for variable declarations, fixes https://github.com/tdewolff/minify/issues/525](https://github.com/tdewolff/minify/commit/2d24fc4cc3c0a552de8dcee3ca6f6a0941681b90)
- [JS: fix when parenthesized expr has assignments for the same variable which only when interpreted as arguments for an arrow func should error, fixes https://github.com/tdewolff/minify/issues/528](https://github.com/tdewolff/minify/commit/655ab04237d97ba18c4d153adb40daf20687baf9)

Page 8 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.