Skip to content

Releases: Twixes/pypi-assistant

2.1.0

17 Aug 22:37
08ad1c6
Compare
Choose a tag to compare

Added

  • Support for PEP 631 dependencies specified in pyproject.toml! (Thanks for the feature request, @sylvain1811.)

2.0.0

25 Mar 12:43
0a0065e
Compare
Choose a tag to compare

Added

  • Support for Poetry dependencies specified in pyproject.toml! Thanks to @alex-way for contributing in #10.

1.2.4

01 Aug 12:04
Compare
Choose a tag to compare

Fixed

  • Fixed CodeLens not appearing for files containing non-project lines (e.g. comment-only).

1.2.3

31 Jul 23:03
Compare
Choose a tag to compare

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

31 Jul 11:32
Compare
Choose a tag to compare

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

18 Sep 22:41
Compare
Choose a tag to compare

Fixed

  • Version specs with wildcards, such as bcrypt==4.0.*, are now properly recognized. Contributed by @a-was. Thanks!

1.1.2

06 Mar 17:49
Compare
Choose a tag to compare

Changed

  • The extension is now bundled into a single file. This gets us closer to working in online VS Code environments, such as GitHub Codespaces.

1.1.0

06 Mar 17:48
Compare
Choose a tag to compare

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!

1.0.4

02 Jan 04:50
56ea529
Compare
Choose a tag to compare

Changed

  • Tuned regexes for improved requirements parsing.

1.0.3

18 May 20:36
a28d8c5
Compare
Choose a tag to compare

Changed

  • Improved Marketplace configuration.