Skip to content

2.8.0

Compare
Choose a tag to compare
@dflook dflook released this 27 Dec 12:12
· 220 commits to main since this release
2acc4e0

Added

  • New transforms that together work similarly to Python's -O option
    • Remove asserts, which removes assert statements and is disabled by default
    • Remove debug, which removes any if block that tests __debug__ is True and is disabled by default

Changed

  • When minifiying a directory, files ending with '.pyw' will now be minified.