Skip to content

Releases: Dominik1123/click-inspect

Version 0.3.2

11 Nov 22:53
Compare
Choose a tag to compare
  • Don't warn about unresolvable types in docstrings when the parameter got excluded

Version 0.3.1

10 Nov 20:00
Compare
Choose a tag to compare
  • Fix incorrect resolution of nested type hints such as Union[List[str], str].

Version 0.3

10 Nov 16:44
Compare
Choose a tag to compare
  • Support boolean flags via bool type hint.

Version 0.2

10 Nov 15:37
Compare
Choose a tag to compare
  • Support sequences such as List, Tuple, Sequence
  • Support Union