Skip to content

Commit 2acc4e0

Browse files
committed
🔖 2.8.0
1 parent c351dbe commit 2acc4e0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

0 commit comments

Comments
 (0)