Skip to content

Releases: explosion/wasabi

v1.1.3

31 May 16:57
d445754
Compare
Choose a tag to compare

✨ Fixes and features

  • Add support for Python 3.12 on the CI (#44)
  • Further updates to the CI (#45)
  • Allow typing-extensions<5.0.0 for Python < 3.8 (#46)

👥 Contributors

@adrianeboyd, @honnibal, @ines, @svlandeg

v1.1.2

07 Jun 07:37
e228873
Compare
Choose a tag to compare
  • Add typing overloads so msg.fail with exits=True/1 has the NoReturn type like sys.exit (#41).

v1.1.1

16 Jan 06:54
4777153
Compare
Choose a tag to compare
  • Fix typing_extensions requirement and usage across Python versions (#32).

v1.1.0

07 Dec 13:23
5562796
Compare
Choose a tag to compare
  • 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

28 Jul 08:08
Compare
Choose a tag to compare
  • Revert Windows ANSI support detection changes for now.

v0.10.0

27 Jul 10:23
Compare
Choose a tag to compare
  • Add support for Windows consoles with full ANSI support

Thanks @njsmith for the pull request!

v0.9.1

30 Mar 10:28
4b0fe2c
Compare
Choose a tag to compare
  • Add symbols to diff_strings.

v0.9.0

06 Dec 13:54
4cb261c
Compare
Choose a tag to compare
  • 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

31 Jan 03:57
Compare
Choose a tag to compare
  • Add aligns support for table headers.

v0.8.1

25 Jan 05:02
Compare
Choose a tag to compare
  • Correctly respect show on Printer.divider.
  • Fix automated build.