Skip to content

Releases: python-lsp/docstring-to-markdown

v0.15

21 Feb 13:50
f400f01
Compare
Choose a tag to compare

What's Changed

  • Fix multi-line links and incorrect dunder escapes in code by @krassowski in #38

Full Changelog: v0.14...v0.15

v0.14

19 Feb 20:03
4e8f011
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13...v0.14

v0.13

11 Oct 19:43
e43172e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12...v0.13

v0.12

21 Mar 13:48
a3abc43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11...v0.12

v0.11

02 Dec 01:09
cceaeab
Compare
Choose a tag to compare

Enhancements

  • Parse syntax within tables #19
  • Complete support for RST admonitions #20

Maintenance

  • Move away from deprecated SPDX identifier, update links #18
  • Add Python 3.10 to test matrix #21
  • Enable GitHub dependency tracking #22
  • Add Python 3.11 to testing matrix #23
  • Prepare 0.11 release #24

Full Changelog: v0.10...v0.11

v0.10

17 Nov 20:16
2d84ce4
Compare
Choose a tag to compare
  • Support Sphinx RST signatures (:param:, :return:, etc) - #13
  • Add missing Sphinx cross-references (py:const:, any:, etc) - #13

v0.9

05 Apr 16:28
Compare
Choose a tag to compare

Features:

  • Support nested parameter lists #12

v0.8

05 Apr 14:55
Compare
Choose a tag to compare

Features:

  • Add minimal support for regular grid tables #10
  • Recognise :obj: and :term:

v0.7

27 Feb 16:49
Compare
Choose a tag to compare

Features:

  • simple table parsing now also works for indented tables (#9)

v0.6

20 Feb 22:46
Compare
Choose a tag to compare

Features: