All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.5.0 - 2023-08-02
- Drop support for Python 3.7
- Migrate to pdm-backend (48b92fb by Michał Górny).
- Use new MkDocs plugin logger if available (ca8d758 by Timothée Mazzucotelli).
0.4.1 - 2022-03-07
- Fix packaging (missing
__init__
module) (de0670b by Timothée Mazzucotelli). Issue #17, issue mkdocstrings/mkdocstrings#398, PR #18
0.4.0 - 2022-03-07
- Add HTML classes to references:
autorefs
always, andautorefs-internal
orautorefs-external
depending on the link (39db59d by Timothée Mazzucotelli). PR #16
0.3.1 - 2021-12-27
- Support fallback method returning multiple identifiers (0d2b411 by Timothée Mazzucotelli). Issue #11, PR #12 and mkdocstrings#350
0.3.0 - 2021-07-24
0.2.1 - 2021-05-07
0.2.0 - 2021-05-03
- Allow registering absolute URLs for autorefs (621686b by Oleh Prypin). PR #8
- Allow external tools to insert references that are OK to skip (7619c28 by Oleh Prypin). PR #7
- Allow
[``identifier``][]
, understood as[``identifier``][identifier]
(2d3182d by Oleh Prypin). PR #5
0.1.1 - 2021-02-28
- Remove unused dependencies (9c6a8e6 by Oleh Prypin).
0.1.0 - 2021-02-17
- Split out "mkdocs-autorefs" plugin from "mkdocstrings" (fe6faa5 by Oleh Prypin).