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.7 - 2024-09-10¤
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.6 - 2024-08-14¤
Build¤
- Depend on Griffe 0.49 (b6d7bd9 by Timothée Mazzucotelli).
0.2.5 - 2024-02-08¤
Bug Fixes¤
0.2.4 - 2023-11-14¤
Code Refactoring¤
- Run static analysis only after the whole package was loaded (08be3d0 by Timothée Mazzucotelli). Issue #7, PR #8
0.2.3 - 2023-10-23¤
Bug Fixes¤
- Fix index error when trying to access the first parameter of functions (92e27a3 by Timothée Mazzucotelli). Issue #7
0.2.2 - 2023-10-16¤
Bug Fixes¤
- Do not always add docstrings to attributes (02d8cb6 by Timothée Mazzucotelli).
0.2.1 - 2023-10-05¤
Bug Fixes¤
- Fix casing of
deprecated
, only set metadata when annotated element is known (98f3c2c by Sebastián Ramírez).
0.2.0 - 2023-09-14¤
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
0.1.0 - 2023-08-29¤
Dependencies¤
- Always depend on typing-extensions, use @tiangolo's fork to test (33d242e by Timothée Mazzucotelli).
Features¤
- Support Python 3.8 thanks to typing-extensions (489aaac by Timothée Mazzucotelli).
- Implement extension (5fccd06 by Timothée Mazzucotelli).
- Generate project with copier-pdm (10139be by Timothée Mazzucotelli).
Code Refactoring¤
- Update to support new proposal (https://peps.python.org/pep-0727/) (bd3eecd by Timothée Mazzucotelli).
- Use newer Griffe extensions (199609f by Timothée Mazzucotelli).
- Remove CLI setup (48dea50 by Timothée Mazzucotelli).