Skip to content

Releases: mkdocstrings/griffe-typingdoc

0.2.0

14 Sep 12:48

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

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