Releases: 15r10nk/pysource-minimize
Releases · 15r10nk/pysource-minimize
v0.7.0
v0.6.3
What's Changed
- Improve error reporting when source cannot be minimized (#16) @AlexWaygood
- Complete type hints for public API (#15) @AlexWaygood
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
fixed some corner cases with yield, MatchClass, default args and slices
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
Feat
- removed python 3.7 support
- minimize strings, bytes, int, float, boolean values
- minimize nonlocal and global names
- minimize type comments
Fix
- fix crash when minimizing raise statements
- remove the upper dependency bounds in pyproject.toml
- minimize kw_defaults correctly
- minimize function defaults correctly
- added py.typed
Full Changelog: v0.5.0...v0.6.0