Skip to content

Releases: jbjd/Python-Minifier

v0.0.3

18 Oct 23:28
0bebe20
Compare
Choose a tag to compare

Fix how autoflake dependency is specified so pip install via a git url works as expected.

v0.0.2

28 Aug 01:02
Compare
Choose a tag to compare

Ability to exclude decorators

Mypy and isort fixes

v0.0.1

27 Aug 23:58
Compare
Choose a tag to compare

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.