Releases: python-lsp/docstring-to-markdown
Releases · python-lsp/docstring-to-markdown
v0.15
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
What's Changed
- Add plain text and cPython docstring support by @krassowski in #37
Full Changelog: v0.13...v0.14
v0.13
What's Changed
- Google style support by @staticf0x in #34
- Prepare release for v0.13 by @krassowski in #35
New Contributors
- @staticf0x made their first contribution in #34
Full Changelog: v0.12...v0.13
v0.12
What's Changed
- Respect directive regex flags by @hoefling in #30
- feat: include tests in source distribution by @hoefling in #31
- Prepare release v0.12 by @krassowski in #32
New Contributors
Full Changelog: v0.11...v0.12
v0.11
v0.10
v0.9
v0.8
v0.7
v0.6
Features:
- added simple table parsing (https://github.com/krassowski/docstring-to-markdown/pull/8)