Releases: explosion/wasabi
Releases · explosion/wasabi
v1.1.2
- Add typing overloads so
msg.fail
with exits=True/1
has the NoReturn
type like sys.exit
(#41).
v1.1.1
- Fix
typing_extensions
requirement and usage across Python versions (#32).
v1.1.0
- Drop support for Python 3.5 and earlier (#22).
- Add type hints, support mypy 0.990+ (#22).
- Add support for ANSI on Windows (#31).
v0.10.1
- Revert Windows ANSI support detection changes for now.
v0.10.0
- Add support for Windows consoles with full ANSI support
Thanks @njsmith for the pull request!
v0.9.1
- Add symbols to
diff_strings
.
v0.9.0
- Allow foreground and background colors to be specified for individual table columns.
- Allow color values as well as color names as the
color
parameter to Printer.text()
.
- Add a new
bg_color
parameter to Printer.text()
.
- Correct a couple of minor documentation errors.
- Add version to
__init__.py
.
v0.8.2
- Add
aligns
support for table headers.
v0.8.1
- Correctly respect
show
on Printer.divider
.
- Fix automated build.