Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

68 lines (39 loc) · 3.96 KB

Changelog

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.2.4 - 2024-09-07

Compare with 0.2.3

Bug Fixes

  • Pass down docstring style and options to pytkdocs (68934d5 by Timothée Mazzucotelli). Issue-4

Code Refactoring

0.2.3 - 2022-05-28

Compare with 0.2.2

Packaging / Dependencies

  • Depend on mkdocstrings 0.19 (71123dc by Timothée Mazzucotelli).

Code Refactoring

  • Unify default configurations (47c53fc by Timothée Mazzucotelli).
  • Stop using deprecated base classes (5a28b12 by Timothée Mazzucotelli).
  • Use new mkdocstrings_handlers namespace (d688c87 by Timothée Mazzucotelli).

0.2.2 - 2022-02-19

Compare with 0.2.1

Bug Fixes

  • Handle empty error in JSON output (0e7ab59 by rachmadani haryono). PR #1

0.2.1 - 2022-02-05

Compare with 0.2.0

Dependencies

  • Require at least mkdocstrings 0.18 (09d8e9c by Timothée Mazzucotelli).

0.2.0 - 2022-02-03

Compare with 0.1.0

Features

  • Add show_signature rendering option (e741b37 by Will Da Silva).

Dependencies

  • Depend on mkdocstrings (a154c05 by Timothée Mazzucotelli).

Code Refactoring

  • Add user warning about mkdocstrings extra (71ea2d8 by Timothée Mazzucotelli).

0.1.0 - 2021-12-18

Compare with first commit

Features

  • Copy code from mkdocstrings (720f91e by Timothée Mazzucotelli).