- [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