Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 2.84 KB

changelog.md

File metadata and controls

86 lines (47 loc) · 2.84 KB

Changelog

mkdocstrings-python Insiders

1.10.0 March 10, 2025 { id="1.10.0" }

  • [Backlinks][backlinks]

1.9.0 September 03, 2024 { id="1.9.0" }

  • [Relative cross-references][relative_crossrefs]
  • [Scoped cross-references][scoped_crossrefs]

1.8.3 June 19, 2024 { id="1.8.3" }

  • Update code for Griffe 0.46+ to avoid deprecation warnings

1.8.2 May 09, 2024 { id="1.8.2" }

  • Don't render cross-refs for default values when signatures aren't separated

1.8.1 April 19, 2024 { id="1.8.1" }

  • Render enumeration instance name instead of just "value", allowing proper cross-reference

1.8.0 March 24, 2024 { id="1.8.0" }

  • [Annotations modernization][modernize_annotations]

1.7.0 March 24, 2024 { id="1.7.0" }

  • [Class inheritance diagrams with Mermaid][show_inheritance_diagram]

1.6.0 January 30, 2024 { id="1.6.0" }

  • Render cross-references to parameters documentation in signatures and attribute values.
  • Add [parameter_headings][parameter_headings] option to render headings for parameters (enabling permalinks and ToC/inventory entries).
  • Render cross-references for default parameter values in signatures.

1.5.1 September 12, 2023 { id="1.5.1" }

  • Prevent empty auto-summarized Methods section.

1.5.0 September 05, 2023 { id="1.5.0" }

  • Render function signature overloads.

1.4.0 August 27, 2023 { id="1.4.0" }

  • Render cross-references in attribute signatures.

1.3.0 August 24, 2023 { id="1.3.0" }

  • Add "method" symbol type.

1.2.0 August 20, 2023 { id="1.2.0" }

1.1.4 July 17, 2023 { id="1.1.4" }

  • Fix heading level increment for class members.

1.1.3 July 17, 2023 { id="1.1.3" }

  • Fix heading level (avoid with clause preventing to decrease it).

1.1.2 July 15, 2023 { id="1.1.2" }

  • Use non-breaking spaces after symbol types.

1.1.1 June 27, 2023 { id="1.1.1" }

  • Correctly escape expressions in signatures and other rendered types.

1.1.0 June 4, 2023 { id="1.1.0" }

1.0.0 May 10, 2023 { id="1.0.0" }

  • Add cross-references for type annotations in signatures. Make sure to update your local templates as the signature of the [format_signature filter][mkdocstrings_handlers.python.rendering.do_format_signature] has changed. The templates that must be updated: class.html, expression.html, function.html and signature.html.