Skip to content

Tags: dflook/python-minifier

Tags

2.5.0

Verified

This commit was signed with the committer’s verified signature.
dflook Daniel Flook
🔖 2.5.0

2.4.2

Verified

This commit was signed with the committer’s verified signature.
dflook Daniel Flook
Update CHANGELOG.md

2.4.1

Verified

This commit was signed with the committer’s verified signature.
dflook Daniel Flook
🔖 2.4.1

2.4.0

Add test for decorator expressions

2.3.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 Fix package push creds

2.3.1

Fixed:

- `args` and `kwargs` could have been renamed incorrectly in Python 2.6/2.7, particularly when reminifying a file

2.3.0

Added:

- Optional source transform:
    - convert positional arguments to normal arguments, enabled by default

Fixed:
- Unnecessary spaces after ',' in tuple values
- Removing annotations for positional-only arguments (Thanks [luk3yx](https://github.com/luk3yx)!)
- `--no-remove-annotations` argument to `pyminify` had no effect

2.2.1

Fixed:

- Unnecessary spaces after ';' in minified output have been removed
- Fixed PendingDeprecationWarnings

2.2.0

Verified

This tag was signed with the committer’s verified signature.
dflook Daniel Flook
Added:

- Support for Python 3.8 language features:
    - Assignment expressions
    - Positional parameters

Changed:
- Removed unnecessary parenthesis around yield statements

Fixed:
- Reading from stdin

2.1.2

Changed:

- Improved renaming performance