Skip to content

Releases: mkdocstrings/griffe-typingdoc

0.2.5

08 Feb 14:25
Compare
Choose a tag to compare

0.2.5 - 2024-02-08

Compare with 0.2.4

Bug Fixes

  • Support simple return annotations (b4afabe by Timothée Mazzucotelli). Issue #9

0.2.4

14 Nov 14:00
Compare
Choose a tag to compare

0.2.4 - 2023-11-14

Compare with 0.2.3

Code Refactoring

  • Run static analysis only after the whole package was loaded (08be3d0 by Timothée Mazzucotelli). Issue #7, PR #8

0.2.3

23 Oct 20:55
Compare
Choose a tag to compare

0.2.3 - 2023-10-23

Compare with 0.2.2

Bug Fixes

  • Fix index error when trying to access the first parameter of functions (92e27a3 by Timothée Mazzucotelli). Issue #7

0.2.2

16 Oct 16:13
Compare
Choose a tag to compare

0.2.2 - 2023-10-16

Compare with 0.2.1

Bug Fixes

  • Do not always add docstrings to attributes (02d8cb6 by Timothée Mazzucotelli).

0.2.1

05 Oct 21:51
Compare
Choose a tag to compare

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

14 Sep 12:48
Compare
Choose a tag to compare

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

0.1.0

29 Aug 12:55
Compare
Choose a tag to compare

0.1.0 - 2023-08-29

Compare with first commit

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