Releases: mkdocstrings/pytkdocs
Releases · mkdocstrings/pytkdocs
0.16.2
0.12.0
Features
- Include base classes in output (f7f6652 by Brian Koropoff). Issue mkdocstrings#269, PR #108
- Support "Keyword Args" sections for Gooogle-style (0133369 by HacKan). Issue #88, PR #105
- Allow method descriptors to be serialized as methods (8e1b1b2 by jmrgibson). PR #103
- Add support for Django models (6416a05 by Michał Rokita). Issue #39, PR #101
Bug Fixes
- Fix getting parent module of decorated functions (88b457f by Timothée Mazzucotelli). Issue mkdocstrings#162, PR #109
Code Refactoring
- Stop recording errors in the loader (3191bac by Timothée Mazzucotelli). Issue #111, PR #114
- Remove warning about new path style option (14b18be by Timothée Mazzucotelli).
- Switch preference order between annotation and docstring type (c4f6bdc by Andy Challis, and 75b4024 by Timothée Mazzucotelli). Issue mkdocstrings#143, PR #110