Skip to content

Releases: mkdocstrings/autorefs

1.2.0

01 Sep 18:30
Compare
Choose a tag to compare

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).

1.1.0

20 Aug 15:54
Compare
Choose a tag to compare

1.1.0 - 2024-08-20

Compare with 1.0.1

Deprecations

  • AUTO_REF_RE is renamed AUTOREF_RE (and updated for an improved version of fix_refs)
  • AutoRefInlineProcessor is renamed AutorefsInlineProcessor

Features

Bug Fixes

  • Only log "Markdown anchors feature enabled" once (1c9bda1 by Timothée Mazzucotelli). Issue-44

Code Refactoring

  • Use a custom autoref HTML tag (e142023 by Timothée Mazzucotelli). PR-48
  • Rename AutoRefInlineProcessor to AutorefsInlineProcessor (ffcaa01 by Timothée Mazzucotelli).
  • Attach name to processors for easier retrieval (036b825 by Timothée Mazzucotelli).

1.0.1

29 Feb 15:51
Compare
Choose a tag to compare

1.0.1 - 2024-02-29

Compare with 1.0.0

Bug Fixes

  • Don't import MkDocsConfig (does not exist on MkDocs 1.3-) (9c15664 by Timothée Mazzucotelli).

1.0.0

27 Feb 14:10
Compare
Choose a tag to compare

1.0.0 - 2024-02-27

Compare with 0.5.0

Features

Bug Fixes

0.5.0

02 Aug 19:41
Compare
Choose a tag to compare

0.5.0 - 2023-08-02

Compare with 0.4.1

Breaking Changes

  • Drop support for Python 3.7

Build

  • Migrate to pdm-backend (48b92fb by Michał Górny).

Bug Fixes

  • Stop using deprecated warning_filter (7721103 by Kyle King). PR #30

Code Refactoring

  • Use new MkDocs plugin logger if available (ca8d758 by Timothée Mazzucotelli).