Skip to content

v0.6.0: rendering interlinks, speeding up interlinks, and signature_name option

Compare
Choose a tag to compare
@machow machow released this 31 Aug 22:36
· 235 commits to main since this release
7339f4d

What's Changed

  • feat: render_interlinks option by @hamelsmu in #161
    • Converts type annotations to interlinks in API documentation.
  • feat: interlinks fast option by @machow in #253
    • Option to speed up the interlinks filter, by directly parsing text inventory files, rather than converting to JSON.
    • This can cause sites using extremely large inventory files to build much faster.
  • feat: add Auto signature_name and member_options fields by @machow in #257
    • signature_name controls how much of a function signatures name gets shown (e.g. just the function name, etc..)
    • member_options allows you to configure options for a piece of content's members (e.g. their signature_name)

Full Changelog: v0.5.0...v0.6.0