Skip to content

Releases: mkdocstrings/python

1.18.2

28 Aug 16:11
Compare
Choose a tag to compare

1.18.2 - 2025-08-28

Compare with 1.18.1

Bug Fixes

  • Normalize spaces to underscores when passing object to rendering context using its kind as key (6f79be0 by Timothée Mazzucotelli). Issue-mkdocstrings-791

1.18.1

28 Aug 10:46
Compare
Choose a tag to compare

1.18.1 - 2025-08-28

Compare with 1.18.0

Bug Fixes

  • Don't show implementation signature of __init__ method when overloads_only is true and it is merged into the class (9ef620f by Timothée Mazzucotelli). Issue-308

1.18.0

26 Aug 14:02
Compare
Choose a tag to compare

1.18.0 - 2025-08-26

Compare with 1.17.0

Features

Bug Fixes

  • Increase maximum recursion limit in case of deeply nested ASTs (rare occurrence) (6004ccf by Timothée Mazzucotelli). Issue-griffe-402

1.17.0

14 Aug 21:18
Compare
Choose a tag to compare

1.17.0 - 2025-08-14

Compare with 1.16.12

Features

Code Refactoring

  • Deprecate locale option in favor of mkdocstrings' (17f71ba by Timothée Mazzucotelli). PR-288

1.16.12

03 Jun 12:52
Compare
Choose a tag to compare

1.16.12 - 2025-06-03

Compare with 1.16.11

Bug Fixes

  • Only replace CSS class in first highlighting span (d57740f by Timothée Mazzucotelli). Issue-281

1.16.11

24 May 10:35
Compare
Choose a tag to compare

1.16.11 - 2025-05-24

Compare with 1.16.10

Bug Fixes

1.16.10

03 Apr 14:24
Compare
Choose a tag to compare

1.16.10 - 2025-04-03

Compare with 1.16.9

Bug Fixes

1.16.9

03 Apr 14:01
Compare
Choose a tag to compare

1.16.9 - 2025-04-03

Compare with 1.16.8

Bug Fixes

  • Use toc_label option in a few missing places (337b46b by Timothée Mazzucotelli). Issue-267

1.16.8

24 Mar 11:24
Compare
Choose a tag to compare

1.16.8 - 2025-03-24

Compare with 1.16.7

Bug Fixes

  • Prevent infinite recursion by detecting parent-member cycles (f3917e9 by Timothée Mazzucotelli). Issue-griffe-368

Code Refactoring

  • Prepare feature for ordering by __all__ value (bfb5b30 by Timothée Mazzucotelli). Issue-219
  • Sort objects without line numbers last instead of first (681afb1 by Timothée Mazzucotelli).

1.16.7

20 Mar 11:44
Compare
Choose a tag to compare

1.16.7 - 2025-03-20

Compare with 1.16.6

Code Refactoring

  • Prepare public filtering method feature (fde2019 by Timothée Mazzucotelli). Issue-78