Releases: mkdocstrings/autorefs
Releases · mkdocstrings/autorefs
1.2.0
1.2.0 - 2024-09-01
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
Code Refactoring
1.1.0
1.1.0 - 2024-08-20
Deprecations
AUTO_REF_RE
is renamedAUTOREF_RE
(and updated for an improved version offix_refs
)AutoRefInlineProcessor
is renamedAutorefsInlineProcessor
Features
- Warn when multiple URLs are found for the same identifier (c630354 by Markus B). Issue-35, PR-50, Co-authored-by: Timothée Mazzucotelli [email protected]
Bug Fixes
Code Refactoring
1.0.1
1.0.0
1.0.0 - 2024-02-27
Features
- Add Markdown anchors and aliases (a215a97 by Timothée Mazzucotelli). Replaces-PR-#20, Related-to-PR-#25, Related-to-issue-#35, Co-authored-by: Oleh Prypin [email protected], Co-authored-by: tvdboom [email protected]
- Preserve HTML data attributes (from spans to anchors) (0c1781d by Timothée Mazzucotelli). Issue-#41, PR-#42, Co-authored-by: Oleh Prypin [email protected]
- Support
[`identifier`][]
with pymdownx.inlinehilite enabled (e7f2228 by Oleh Prypin). Issue-#34, PR-#40, Co-authored-by: Timothée Mazzucotelli [email protected]