0.2.0
版本发布时间: 2020-04-26 18:54:14
fastapi/typer最新发布版本:0.12.5(2024-08-25 05:17:22)
- Add support for completion for commands/programs not available on startup.
- This allows installing a Typer program/script in a virtual environment and still have completion globally installed.
- PR #92.
- Add note about
typer.echo()
andprint()
for colors in Windows. PR #89. - Upgrade Mkdocs-Material version, update contributing guide style. PR #90.