Releases: django-commons/django-typer
Releases · django-commons/django-typer
v1.0.6
v1.0.5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Fixed name property on TyperCommand is too generic and should be private.
- Fixed When usage errors are thrown the help output should be that of the subcommand invoked not the parent group.
- Fixed typer installs its own system exception hook when commands are run and this may step on the installed rich hook
- Fixed Add py.typed stub
- Fixed Run type checking with django-stubs installed.
- Fixed Add pyright to linting and resolve any pyright errors.
- Fixed Missing subcommand produces stack trace without --traceback.
- Fixed Allow handle() to be an initializer.
What's Changed
- Added missing py.typed file to make Pylance and pyright happy. by @oliverandrich in #28
- Pyright by @bckohan in #32
New Contributors
- @oliverandrich made their first contribution in #28
Full Changelog: v1.0.1...v1.0.2