Releases: your-tools/python-cli-ui
Releases · your-tools/python-cli-ui
v0.13.0
- Move out of
TankerHQ
GitHub organization
v0.12.0
- Fix using
info_table
withkeys="headers"
v0.11.0
- Remove Python 3.5 support
- Add a
__repr__
method to some of the classes
v0.10.3
- Mark this package as typed
v0.10.2
- Fix calling
cli_ui.dot()
withoutfileobj
argument.
v0.10.1
v0.10.0
- Add a
sort
argument to theask_choices()
function to disable sorting
the list of choices. Patch by@smandon
. - CI: Drop Python 3.4, add Python 3.8, switch to GitHub Actions
v0.7.5
v0.9.1
- Relax type constraints for the
info_table()
function.
v0.9.0
- Relax constraints on the
Token
type. - Expose the
MessageRecorder
class, not thepytest
fixture.