5.4 KiB
5.4 KiB
Latest changes
0.0.9
- Add support for PEP 561, to allow
mypy
to type check applications built with Typer. PR #58. - Upgrade deploy docs to Netlify GitHub action. PR #57.
- Add support for Mermaid JS for visualizations. PR #56.
- Update CI to run docs deployment in GitHub actions. PR #50.
- Update format for internal links. PR #38.
- Tweak external links' format. PR #36.
0.0.8
- Update docs and add latest changes to MkDocs/website. PR #33.
- Add extra tests for edge cases that don't belong in docs' examples. PR #32.
- Add docs for CLI Parameters with Multiple Values. Includes tests for all the examples and bug fixes. PR #31.
- Add docs for extra CLI parameter types: CLI Parameter Types: Number and CLI Parameter Types: Boolean CLI Options. PR #30.
- Extend docs for Commands, add Commands: Typer Callback and Commands: One or Multiple. This includes tests for all the examples and bug fixes. PR #29.
- Add docs for SubCommands - Command Groups. This includes tests for all the examples and bug fixes. PR #28.
- Remove unneeded code for argument handling. PR #26.
- Add docs for Launching Applications. PR #25.
- Add docs for getting the CLI Application Directory. PR #24.
- Add docs for Progress Bars. PR #23.
- Add docs for Asking with Interactive Prompts. PR #22.
- Update docs for path CLI option. PR #21.
- Add colors module and docs for Printing and Colors and for Terminating, including tests. PR #20.
- Refactor docs to make each individual page/section "bite-sized" / small. Add docs for CLI option names. Update
typer.Argument()
to remove invalid positionalparam_decls
. PR #19.
0.0.7
- Add docs for CLI parameter types. Includes tests and file classes refactor. PR #17.
- Add tests for completion. PR #15 and #16.
0.0.6
- Add docs for Commands. Includes a bug fix for handling default values set in
typer.Typer()
parameters. PR #14. - Add docs for CLI Arguments. PR #13.
- Add docs for CLI Options. PR #12.
0.0.5
- Clean exports from Typer. Remove unneeded components from Click and add needed
Exit
exception. PR #11. - Fix and document extracting help from a function's 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
- Update short descriptions and assets.
- Docs rewording and fix typos. PR #1 by @mariacamilagl.
0.0.3
- Fix group creation without name.
0.0.2
- Add initial version of code, docs, etc.
0.0.1
- First commit. Publish to PyPI to reserve package name.