Versions follow Semantic Versioning
(<major>.<minor>.<patch>
).
- Add new config option to convert epytext markup to reST equivalents. (#7)
- Support not writing return types for google and reST when use_types is off. (#4)
- Fix as parsing error when using ellipsis in nested scopes. (#11)
- Fix issue where docstring after variable assignment were getting skipped by module parser.
- Drop official support for python2.7. We will no longer run tests against python2.7 when making changes.
- Support async function definitions in docstring parsing. (#8)
- Remove google specific output from config and moved
use_types
andseparate_keywords
into global output config.
- Support numpy docstring output.
- Support reST docstring output.
- Support epytext docstring output.
- Support converting docstrings nested inside functions. (#1)
- Add support for Python 3.8.
- Output diffs by default, add in-place flag for overwriting files in place.
- Can convert attribute docstrings.
- Initial release.