2.8.0
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.