Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 18:30

1.2.0 - 2024-09-01

Compare with 1.1.0

Features

  • Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (fb8df98 by Timothée Mazzucotelli). Issue-54, PR-mkdocstrings#666
  • Add option to resolve autorefs to closest URLs when multiple ones are found (2916eb2 by Timothée Mazzucotelli). Issue-52

Bug Fixes

  • Don't ignore identifiers containing spaces and slashes (b36a0d1 by Timothée Mazzucotelli). Issue-55

Code Refactoring

  • Emit deprecation warnings when old-style spans are found (4f2be46 by Timothée Mazzucotelli).
  • Use %s formatting instead of f-strings in log messages (0cedf9d by Timothée Mazzucotelli).