From 9e3553adab10d3295216aa94f59df51ad87e8914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 19 Mar 2020 08:48:35 +0100 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index d67e751..170d2c4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,18 @@ ## Latest changes +* Add support for type-based callbacks and autocompletion functions, extra tests and docs: + * Extra tests, raising coverage to 100%. + * New docs: [Printing and Colors: "Standard Output" and "Standard Error"](https://typer.tiangolo.com/tutorial/printing/#standard-output-and-standard-error). + * New docs: [Password CLI Option and Confirmation Prompt](https://typer.tiangolo.com/tutorial/options/password/). + * Support for callbacks based on type annotations. New docs: [CLI Option Callback and Context](https://typer.tiangolo.com/tutorial/options/password/). + * New docs: [Version CLI Option, is_eager](https://typer.tiangolo.com/tutorial/options/version/). + * Support for autocompletion functions based on type annotations. New docs: [CLI Option autocompletion](https://typer.tiangolo.com/tutorial/options/autocompletion/). + * New docs: [Commands: Using the Context](https://typer.tiangolo.com/tutorial/commands/context/). + * New docs: [Testing](https://typer.tiangolo.com/tutorial/testing/). + * PR [#68](https://github.com/tiangolo/typer/pull/68). +* Fix Zsh completion install script. PR [#69](https://github.com/tiangolo/typer/pull/69). +* Fix typo in progressbar example. PR [#63](https://github.com/tiangolo/typer/pull/63) by [@ValentinCalomme](https://github.com/ValentinCalomme). + ## 0.0.11 * Re-implement completion system: