Releases: mkdocstrings/griffe
Releases · mkdocstrings/griffe
1.5.4
1.5.3
1.5.3 - 2024-12-26
Code Refactoring
1.5.2
1.5.2 - 2024-12-26
Bug Fixes
- Always resolve aliases when checking APIs (0b4f0da by Timothée Mazzucotelli).
- Don't use same branch name when creating a worktree (6d6c996 by Timothée Mazzucotelli). Issue-337
- Fetch attribute annotations from inherited members too when parsing docstrings (88fb6b6 by Timothée Mazzucotelli). Issue-mkdocstrings/python#175
1.5.1
1.5.1 - 2024-10-18
Bug Fixes
1.5.0
1.4.1
1.4.0
1.3.2
1.3.2 - 2024-10-01
Bug Fixes
1.3.1
1.3.1 - 2024-09-12
Bug Fixes
- Refactor and fix logic again for fetching returns/yields/receives annotation from parents (a80bd3c by Timothée Mazzucotelli). Follow-up-of-PR-322
- Don't crash on invalid signature given "Receives" section (1cb8f51 by Timothée Mazzucotelli).
1.3.0
1.3.0 - 2024-09-10
Features
- Allow deselecting multiple or named items in Yields and Receives (344df50 by Marco Ricci). Issue-263
Bug Fixes
- Don't crash when trying to merge stubs into a compiled module that has no file path (e1f3ed9 by Timothée Mazzucotelli). Issue-323
- Fix identity checks in inspector when handling attributes (676cfb4 by Timothée Mazzucotelli).