Skip to content

Releases: jazzband/prettytable

Release 3.2.0

07 Mar 07:13
7cda3f9
Compare
Choose a tag to compare

Added

  • Use concrete built-in exceptions instead of Exception base class (#169) @hugovk

Fixed

Release 3.1.1

16 Feb 15:33
f7c1f43
Compare
Choose a tag to compare

Fixed

Release 3.1.0

13 Feb 19:55
ab5d679
Compare
Choose a tag to compare

Added

Release 3.0.0

06 Jan 21:29
03f6ce9
Compare
Choose a tag to compare

Removed

Fixed

  • Use <caption> tags to print html table titles (#160) @daibhid

Release 2.5.0

20 Dec 15:33
e844aa0
Compare
Choose a tag to compare

Added

Release 2.4.0

03 Nov 13:03
67e124a
Compare
Choose a tag to compare

Added

Release 2.3.0

01 Nov 15:19
64ca4b4
Compare
Choose a tag to compare

Added

Changed

Release 2.2.1

26 Sep 08:24
5ce1d24
Compare
Choose a tag to compare

Fixed

  • Consider US G0 Character Set ANSI-escape code as 0-width (like colors) (#132) @hydrargyrum

Release 2.2.0

27 Aug 09:11
1147cc4
Compare
Choose a tag to compare

Added

  • Add support for Python 3.10 (#125) @hugovk
  • Update issue templates (#123) @hugovk
  • Add support for positional junction characters and add "double_border" table style (#104) @guysz
  • Access properties instead of protected fields in _get_options() (#115) @guysz
  • Use declarative metadata and support PyPy3 (#117) @hugovk
  • Add auto index column (#106) @erictzimas

Changed

  • Refactor for readability and avoid merge conflicts (#119) @hugovk
  • Remove exclamation marks from exceptions (#101) @hugovk

Release 2.1.0

02 Mar 19:32
bc7e531
Compare
Choose a tag to compare

Added

Changed

  • Replace setuptools/pkg_resources with importlib.metadata for getting version (#96) @hugovk

Fixed

  • Docs: Add documentation for align, max_width, etc. (#98) @endolith
  • Docs: Remove reference to Python 2.x print statement in README (#95) @johnthagen
  • Docs: Update get_html_string with thead and tbody tags (#84) @hugovk