Skip to content

Releases: DenverCoder1/table2ascii

0.4.0

09 Oct 16:25
63d0a06
Compare
Choose a tag to compare

Features

  • Added ascii_rounded and ascii_rounded_box table styles by @DenverCoder1 in #45

Typing and Documentation

  • Uses more_autodoc.typehints for docs and links for built-in types by @DenverCoder1 in #42
  • Annotate table value type with SupportsStr protocol by @DenverCoder1 in #44

Full Changelog: 0.3.0...0.4.0

0.3.0

26 Jun 22:51
91de4cc
Compare
Choose a tag to compare

Features

Meta

Full Changelog: 0.2.0...0.3.0

0.2.0

11 Feb 22:29
856f7f9
Compare
Choose a tag to compare

Features

New Contributors

Full Changelog: v0.1.4...0.2.0

0.1.4

14 Oct 16:27
2f0b933
Compare
Choose a tag to compare

Bug Fixes

  • allow integers and other stringifiable objects in tables by @DenverCoder1 in #23

Full Changelog: v0.1.3...v0.1.4

0.1.3

13 Oct 21:41
de5a5e8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

0.1.2

01 Aug 09:08
b8d4034
Compare
Choose a tag to compare
  • Removed requirements.txt since dataclasses is built in with Python 3.7+

0.1.1

29 Apr 12:02
9d9fb78
Compare
Choose a tag to compare
  • Split file structure into multiple parts
  • Added TableStyle class for storing info about a theme (all the different parts that make up the table)
  • Added PresetStyle class with pre-made styles to choose from
  • Made a list of styles in /style_list and a script for generating the list
  • Ensure that user-specified column widths are at least as large as cell contents
  • Made header, body, and footer positional arguments (can place with no label); all other options must be keyworded.

0.0.3

27 Apr 17:01
171e881
Compare
Choose a tag to compare
  • Added column_widths and alignments options to customize the widths and alignments of each column.

0.0.2

27 Apr 13:16
aa4531a
Compare
Choose a tag to compare

Added options:

Option Type Default Description
first_col_heading bool False Whether to add a heading column seperator after the first column
last_col_heading bool False Whether to add a heading column seperator before the last column

0.0.1

27 Apr 06:42
Compare
Choose a tag to compare
Update for python package installation