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.8.1 - 2022-11-19
0.8.0 - 2022-11-13
- Support Griffe 0.24 (3b9f701 by Timothée Mazzucotelli).
0.7.1 - 2022-06-12
0.7.0 - 2022-05-28
- Depend on mkdocstrings 0.19 (b6a9a47 by Timothée Mazzucotelli).
- Add config option for annotations paths verbosity (b6c9893 by Timothée Mazzucotelli).
- Use sections titles in SpaCy-styled docstrings (fe16b54 by Timothée Mazzucotelli).
- Wrap objects names in spans to allow custom styling (0822ff9 by Timothée Mazzucotelli). Issue mkdocstrings/mkdocstrings#240
- Add Jinja blocks around docstring section styles (aaa79ee by Timothée Mazzucotelli).
- Add members and filters options (24a6136 by Timothée Mazzucotelli).
- Add paths option (dd41182 by Timothée Mazzucotelli). Issue mkdocstrings/mkdocstrings#311, PR #20
- Fix CSS class on labels (312a709 by Timothée Mazzucotelli).
- Fix categories rendering (6407cf4 by Timothée Mazzucotelli). Issue #14
- Disable
show_submodulesby default (480d0c3 by Timothée Mazzucotelli). - Merge default configuration options in handler (347ce76 by Timothée Mazzucotelli).
- Reduce number of template debug logs (8fed314 by Timothée Mazzucotelli).
- Respect
show_root_full_pathfor ToC entries (hidden headings) (8f4c853 by Timothée Mazzucotelli). - Bring consistency on headings style (59104c4 by Timothée Mazzucotelli).
- Stop using deprecated base classes (d5ea1c5 by Timothée Mazzucotelli).
0.6.6 - 2022-03-06
- Always hide
selfandclsparameters (7f579d1 by Timothée Mazzucotelli). Issue #7 - Use
pyconfor examples code blocks (6545900 by Timothée Mazzucotelli).
0.6.5 - 2022-02-24
0.6.4 - 2022-02-22
0.6.3 - 2022-02-20
- Fix examples rendering (a06a7e3 by Timothée Mazzucotelli). Issue mkdocstrings/griffe#46
0.6.2 - 2022-02-17
- Catch alias resolution errors (b734dd0 by Timothée Mazzucotelli).
0.6.1 - 2022-02-17
- Don't pop from fallback config (bde32af by Timothée Mazzucotelli).
- Fix rendering init method source when merged into class (4a20aea by Timothée Mazzucotelli).
0.6.0 - 2022-02-13
- Add option to merge
__init__methods' docstrings into their classes' docstrings (1b4d1c0 by Timothée Mazzucotelli). - Support separate attribute signature (e962b88 by Timothée Mazzucotelli).
- Restore full cross-refs paths on hover (ac11970 by Timothée Mazzucotelli).
- Fix rendering of labels (52919c5 by Timothée Mazzucotelli).
- Don't add trailing parentheses in functions heading when separate signature (885696e by Timothée Mazzucotelli).
- Use more explicit template debug messages (f2122d7 by Timothée Mazzucotelli).
0.5.4 - 2022-02-13
- Don't load additional modules during fallback (69b8e25 by Timothée Mazzucotelli).
0.5.3 - 2022-02-08
0.5.2 - 2022-02-05
- Require at least mkdocstrings 0.18 (7abdda4 by Timothée Mazzucotelli).
0.5.1 - 2022-02-03
- Depend on Griffe >= 0.11.1 (1303557 by Timothée Mazzucotelli).
- Move handler into its own module (b787e78 by Timothée Mazzucotelli).
0.5.0 - 2022-02-03
- Allow changing docstring style of an object (39240c1 by Timothée Mazzucotelli).
- Warn if Black is not installed when formatting signature (b848277 by Timothée Mazzucotelli).
- Fix missing default for
docstring_section_styleoption (774988e by Timothée Mazzucotelli).
- Change to new way of stripping paragraphs (33d4594 by Timothée Mazzucotelli).
0.4.1 - 2022-02-01
- Fix docstring admonitions rendering (a24ae2e by Timothée Mazzucotelli).
0.4.0 - 2022-02-01
- Use the new
mkdocstrings_handlersnamespace (23c9023 by Timothée Mazzucotelli).
0.3.0 - 2022-01-14
- Support griffe 0.10 (28061de by Timothée Mazzucotelli).
- Require griffe 0.10 (cfbd7bb by Timothée Mazzucotelli).
- Use new logger patching utility (4cdb292 by Timothée Mazzucotelli).
0.2.0 - 2021-12-28
- Depend on griffe >= 0.7.1 (34f7ebd by Timothée Mazzucotelli).
- Upgrade griffe, no upper bound (8f0aa42 by Timothée Mazzucotelli).
- Add
show_signaturerendering option (0f07c2e by Will Da Silva).
- Fix templates for named docstring elements (47868a1 by Timothée Mazzucotelli).
0.1.0 - 2021-12-19
- Implement handler and add templates (dbb580a by Timothée Mazzucotelli).