Releases: Twixes/pypi-assistant
Releases · Twixes/pypi-assistant
2.1.0
2.0.0
1.2.4
1.2.3
Changed
- pip-requirements-js's loose parsing mode is used instead of full parsing, which means better tolerance for partially-written requirements.
1.2.0
Fixed
- You should no longer see "!!!MISSING: command!!!", which appeared on lines containing previously unsupported syntax (such as
-r requirements.txt
specs). This is the result of parsing having switched from an internal regular expression to the pip-requirements-js library, which has proper support for the whole requirements file syntax.
1.1.3
1.1.2
1.1.0
Added
- CodeLens support: latest package version shown directly in the editor! Enabled by default, but can be disabled in VS Code settings. Contributed by @elliotwutingfeng. Thanks!