-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9cbe59
commit b5a1f6b
Showing
10 changed files
with
22 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,11 @@ | ||
# Changelog | ||
|
||
## 3.0.0.post1 (??-??-????) | ||
## 3.0.1 (22-04-2023) | ||
|
||
* 📄 Improved documentation | ||
* ➕ {func}`aprompt.prompts.choice` now supports containers for the `require` argument. | ||
|
||
## 3.0.0 (22-03-2023) | ||
|
||
* 🌠 First Release (kind of[^1]) | ||
|
||
## 3.0.0 (22-03-2023) | ||
|
||
[^1]: | ||
```{admonition} Background Knowledge | ||
--- | ||
class: tip | ||
--- | ||
What happened to prior versions (`<3`)? | ||
> *aprompt* started as a project with a slight different approach: All | ||
> prompts were decorators where each decorated function would take the | ||
> input invoked by the decorator. This version did not contain | ||
> formatters and whatsoever. | ||
> | ||
> Version 2 is the origin of the latest version. While it had | ||
> formatters (called `themes`), the structure was not so pythonic | ||
> as it is now. | ||
* 🌠 First Release (kind of) | ||
|
||
What was the motivation of this project? | ||
> Most python libraries either use `input` or a library like | ||
> [python-inquirer](https://github.com/magmax/python-inquirer). | ||
> The first method does not look that good and is not that user | ||
> friendly. The latter one does not provide customization and a | ||
> dynamic control flow. For most projects this will probably | ||
> still suit your usage 😁. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters