Releases: mkdocstrings/python
Releases · mkdocstrings/python
1.5.2
1.5.2 - 2023-08-25
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
1.5.1
1.5.1 - 2023-08-24
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
1.4.0
1.3.0
1.3.0 - 2023-08-06
Dependencies
- Set upper bound on Griffe (0.33) (ad8c2a3 by Timothée Mazzucotelli). See https://github.com/mkdocstrings/griffe/discussions/195.
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
1.2.1 - 2023-07-20
Bug Fixes
1.2.0
1.2.0 - 2023-07-14
Features
- Add Jinja blocks to module, class, function and attribute templates (299fe48 by Timothée Mazzucotelli).
- Setup infrastructure for I18N, add translations for simplified chinese and japanese (b053b29 by Nyuan Zhang). PR #77
- Support inheritance (ae42356 by Timothée Mazzucotelli). Issue mkdocstrings#157, Discussion mkdocstrings#536