Skip to content

0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Mar 15:48
· 3 commits to main since this release

0.1.0 - 2025-03-24

Compare with 0.0.1

The project gets released to everyone!

Build

  • Depend on griffe-typedoc 0.1 (7d09f9a by Timothée Mazzucotelli).
  • Require Python 3.10 minimum (1e5c521 by Timothée Mazzucotelli).
  • Depend on mkdocstrings 0.28.3 (c5bf04e by Timothée Mazzucotelli).

Features

  • Declare and use symbols for all kinds of objects (a2392aa by Timothée Mazzucotelli).
  • Support specifying an object path (9b32feb by Timothée Mazzucotelli). Issue-22
  • Pass symbol map to markdown method of objects, to allow generating autorefs (3324c2a by Timothée Mazzucotelli). Issue-5
  • Suffix templates with jinja extension, add templates for enum, enum member, class and constructor (49fcd56 by Timothée Mazzucotelli). Issue-3, Issue-4
  • Generate project with gh:mkdocstrings/handler-template Copier template (79a9244 by Timothée Mazzucotelli).

Bug Fixes

Code Refactoring

  • Import from top-level mkdocstrings module (a16da56 by Timothée Mazzucotelli).
  • Improve support for signatures rendering (wip) (bcbc314 by Timothée Mazzucotelli).