Ines Wasabi Versions Save

🍣 A lightweight console printing and formatting toolkit

v1.1.2

1 year ago
  • Add typing overloads so msg.fail with exits=True/1 has the NoReturn type like sys.exit (#41).

v1.1.1

1 year ago
  • Fix typing_extensions requirement and usage across Python versions (#32).

v1.1.0

1 year ago
  • 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

1 year ago
  • Revert Windows ANSI support detection changes for now.

v0.10.0

1 year ago
  • Add support for Windows consoles with full ANSI support

Thanks @njsmith for the pull request!

v0.9.1

2 years ago
  • Add symbols to diff_strings.

v0.9.0

2 years ago
  • 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_colorparameter to Printer.text().
  • Correct a couple of minor documentation errors.
  • Add version to __init__.py.

v0.8.2

3 years ago
  • Add aligns support for table headers.

v0.8.1

3 years ago
  • Correctly respect show on Printer.divider.
  • Fix automated build.

v0.8.0

3 years ago
  • Add MarkdownRenderer for creating Markdown-formatted documents.
  • Update diff_strings so it diffs lines and produces more usable results.