File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.8.0] - 2022-12-27
8+
9+ ### Added
10+ - New transforms that together work similarly to Python's [ -O option] ( https://docs.python.org/3/using/cmdline.html#cmdoption-O )
11+ - Remove asserts, which removes assert statements and is disabled by default
12+ - Remove debug, which removes any ` if ` block that tests ` __debug__ is True ` and is disabled by default
13+
14+ ### Changed
15+ - When minifiying a directory, files ending with '.pyw' will now be minified.
16+
717## [ 2.7.0] - 2022-10-27
818
919### Added
@@ -147,6 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147157- python-minifier package
148158- pyminify command
149159
160+ [ 2.8.0 ] : https://github.com/dflook/python-minifier/compare/2.7.0...2.8.0
150161[ 2.7.0 ] : https://github.com/dflook/python-minifier/compare/2.6.0...2.7.0
151162[ 2.6.0 ] : https://github.com/dflook/python-minifier/compare/2.5.0...2.6.0
152163[ 2.5.0 ] : https://github.com/dflook/python-minifier/compare/2.4.2...2.5.0
You can’t perform that action at this time.
0 commit comments