Skip to content

Releases: nonebot/nb-autodoc

Release v1.0.0a6 🥰

Release v1.0.0a5 🥰

01 Feb 17:52
Compare
Choose a tag to compare

Feature

  • add cli command

Release v1.0.0a4 🥰

01 Feb 13:23
Compare
Choose a tag to compare

Fix

  • fix py38 type subscript

Release v1.0.0a3 🥰

01 Feb 13:20
Compare
Choose a tag to compare

Feature

  • extract docstring from py if both py and pyi exist

Release v1.0.0a2 🥰

01 Feb 11:46
Compare
Choose a tag to compare

Feature

  • add overload documentation
  • add refname evaluation in annotation
  • detect docstring of overload function by assignment

Fix

  • fix copied list that caused empty Args and Returns on resolving
  • fix TypeAlias detection should be regarded to var annotation
  • fix check the level typing import from ..typing import XXX is invalid
  • fix the link in class or function if no signature