Releases: jbjd/Python-Minifier
Releases · jbjd/Python-Minifier
v0.0.3
v0.0.2
v0.0.1
Initial release ported from my other codebase with large overhauls. Mainly this is used to apply regex, minify, and skip chunks of python code so that they can be excluded during compilation.
Regex and token skipping are functional, but minification remains best effort with many optimizations remaining to be implemented. The goal was never to have perfect minification, so updates there will be slow.