Releases: mkdocstrings/griffe-typingdoc
Releases · mkdocstrings/griffe-typingdoc
0.2.7
0.2.7 - 2024-09-10
Compare with 0.2.6
Bug Fixes
- Resolve names in
Unpack
, instead of naively trying to get them from the parent of the function being handled (5e06b33 by Timothée Mazzucotelli). Issue-11
0.2.1
0.2.1 - 2023-10-05
Compare with 0.2.0
Bug Fixes
- Fix casing of
deprecated
, only set metadata when annotated element is known (98f3c2c by Sebastián Ramírez).
0.2.0
0.2.0 - 2023-09-14
Compare with 0.1.0
Dependencies
- Depend on Griffe (cc15edc by Timothée Mazzucotelli).
Features
- Support more experimental annotations (names, deprecations, warnings, exceptions) (afa6dd9 by Timothée Mazzucotelli). Issue #1, PR #3
Code Refactoring
- Refactor implementation with latest version in
typing_extensions
, Doc()
, and de-indent (c7a61c6 by Sebastián Ramírez). PR #2