Skip to content

v0.2.0

Compare
Choose a tag to compare
@FasterSpeeding FasterSpeeding released this 07 Dec 18:35
· 125 commits to master since this release
dd16e2b

0.2.0 - 2022-12-07

Added

  • Support for Sphinx style reST docs to doc parse.
  • Optional name argument to tanchan.doc_parse.as_slash_command which allows overriding the command's name.

Fixed

  • tanchan.doc_parse.as_slash_command no-longer errors when the callback's docstring is just the description and doc_style is None.
  • tanchan.doc_parse.with_annotated_args now allows None to be explicitly passed to doc_style typing wise.