There has been a lot of (unfinished) work on the JS binding, and a `config` method has been added to the JS and Python bindings. Additionally, metadata for the Docker image has been added.
- [JS: keep assignment order when merging left->right variable declarations, see](https://github.com/tdewolff/minify/commit/be0629b2ad72a3f722dcfbf4ac57be5923aa9e7c) https://github.com/tdewolff/minify/issues/509
- [Revert "JS: remove else in second/third/... else-if when preceded by a return/break/continue/throw statement", fixes](https://github.com/tdewolff/minify/commit/6e2dbbde3aee8bb2eeafcebe2190318f313451f5) https://github.com/tdewolff/minify/issues/509
- [JS: fix panic for variable declarations from OSSFuzz](https://github.com/tdewolff/minify/commit/daf1d974b2e3a6ed539aeced629547db62a2ef22)
- [JS: support private class methods and fields named 'static',](https://github.com/tdewolff/minify/commit/587a10297348443724b060ff622407afb90f63b9) [fixes](https://github.com/tdewolff/minify/commit/587a10297348443724b060ff622407afb90f63b9) https://github.com/tdewolff/minify/issues/514