Skip to content

Releases: fastapi/typer

0.0.5

28 Dec 14:33
Compare
Choose a tag to compare
  • Clean exports from Typer. Remove unneeded components from Click and add needed Exit exception. PR #11.
  • Fix and document extracting help from a functions' docstring First Steps: Document your CLI app. PR #10.
  • Update references to --install-completion and --show-completion in docs. PR #9.
  • Fix testing utilities, add tests for First Steps examples. PR #8.
  • Add auto completion options by default when click-completion is installed: --install-completion and --show-completion. PR #7.
  • Update Termynal to have fixed sizes, add "fast" button, and use it in First Steps. PR #6.
  • Add custom automatic Termynal for docs. PR #5.

0.0.4

24 Dec 20:31
Compare
Choose a tag to compare
  • Update short descriptions and assets.
  • Docs rewording and fix typos. PR #1 by @mariacamilagl.

0.0.3

24 Dec 17:07
Compare
Choose a tag to compare
  • Fix group creation without name.

0.0.2

24 Dec 16:31
Compare
Choose a tag to compare
  • Add initial version of code, docs, etc.