Skip to content

Releases: mkdocstrings/python

1.5.2

25 Aug 13:55
Compare
Choose a tag to compare

1.5.2 - 2023-08-25

Compare with 1.5.1

Bug Fixes

  • Regression in children template: fix condition for when members are specified (beeebff by Timothée Mazzucotelli). Issue #100
  • Prevent whitespace removal before highlight filter (c6f36c0 by Timothée Mazzucotelli).

Code Refactoring

  • Never show full object path in ToC entry (9aa758b by Timothée Mazzucotelli).
  • Sync templates with insiders, remove useless lines (38b317f by Timothée Mazzucotelli).

1.5.1

24 Aug 12:55
Compare
Choose a tag to compare

1.5.1 - 2023-08-24

Compare with 1.5.0

Code Refactoring

  • Never show full path in separate signature since it would appear in the heading already (9e02049 by Timothée Mazzucotelli).
  • Improve guessing whether an object is public (35eb811 by Timothée Mazzucotelli).
  • Always sort modules alphabetically as source order wouldn't make sense (70c81ce by Timothée Mazzucotelli).
  • Return anchors as a tuple, not a set, to preserve order (736a2b5 by Timothée Mazzucotelli). Related-to #mkdocstrings/crystal#6

1.5.0

20 Aug 15:21
Compare
Choose a tag to compare

1.5.0 - 2023-08-20

Compare with 1.4.0

Features

  • Add support for new Griffe docstring sections: modules, classes, and functions (methods) (d5337af by Timothée Mazzucotelli).

1.4.0

18 Aug 14:57
Compare
Choose a tag to compare

1.4.0 - 2023-08-18

Compare with 1.3.0

Features

  • Support new Griffe expressions (in v0.33) (9b8e1b1 by Timothée Mazzucotelli).

Code Refactoring

  • Deprecate crossref and multi_crossref filters (4fe3d20 by Timothée Mazzucotelli).

1.3.0

06 Aug 10:42
Compare
Choose a tag to compare

1.3.0 - 2023-08-06

Compare with 1.2.1

Dependencies

Features

  • Show parameter default values within the "list" section style too (55f08f3 by Antoine Dechaume). PR #92, Co-authored-by: Timothée Mazzucotelli [email protected]

1.2.1

20 Jul 13:08
Compare
Choose a tag to compare

1.2.1 - 2023-07-20

Compare with 1.2.0

Bug Fixes

  • Fix members ordering when members are specified with a boolean (c69f9c3 by Timothée Mazzucotelli). Issue #89

1.2.0

14 Jul 17:33
Compare
Choose a tag to compare

1.2.0 - 2023-07-14

Compare with 1.1.2

Features

Bug Fixes

  • Don't show None as return annotation of class signatures (3d8724e by Timothée Mazzucotelli). Issue #85
  • Show labels in deterministic order (02619a8 by Oleh Prypin).