Releases: explosion/wasabi
Releases · explosion/wasabi
v0.0.11
- Expose
table
and row
in top-level module.
- Add
hide_animation
argument to Printer
.
- Support
LOG_FRIENDLY
environment variable to disable animations and color.
- Update API docs.
v0.0.10
- Fix display of traceback printer with only title.
v0.0.9
- Add
format_repr
method as a wrapper aroud repr()
.
- Add
TracebackPrinter
for custom formatted tracebacks.
v0.0.8
- Add
Printer.row
method for single table rows.
v0.0.7
- Fix exception handling within
Printer.loading
context manager.
v0.0.6
- Remove unused code.
- Add Appveyor testing for Windows.
- Improve support on non-ANSI terminals.
- Fix encoding issue in
setup.py
.
v0.0.5
- Add
exits
argument to perform system exit.
- Allow
title
amd optional text
argument on main text printers.
- Make sure wrapping doesn't strip out added newlines.
v0.0.4
- Fix setup on Python 2.7.
- Add
table
and Printer.table
utilities.
v0.0.3
- Add
Printer.loading
contextmanager for loading animations.
- Tidy up and auto-format with Black.