Skip to content

Tags: alimp5/python-minifier

Tags

2.4.1

Toggle 2.4.1's commit message

Verified

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

2.4.0

Toggle 2.4.0's commit message
Add test for decorator expressions

2.3.2

Toggle 2.3.2's commit message

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

Toggle 2.3.1's commit message
Fixed:

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

2.3.0

Toggle 2.3.0's commit message
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

Toggle 2.2.1's commit message
Fixed:

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

2.2.0

Toggle 2.2.0's commit message

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

Toggle 2.1.2's commit message
Changed:

- Improved renaming performance

2.1.1

Toggle 2.1.1's commit message
Changed:

- Removed redundant parentheses from comprehension iteration values

2.1.0

Toggle 2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dflook Daniel Flook
Add optional source transforms:

  - remove object base, enabled by default

Changed:
  - Return statements no longer wrap tuples in extraneous parentheses
  - Duplicated literals are only raised to the lowest common function namespace