Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Releases: serkonda7/termtable

0.9.0

27 May 18:12
Compare
Choose a tag to compare

Breaking

  • .github style was renamed to .md to clarify it's markdown
  • StyleConfig.col_sep got renamed to StyleConfig.colsep and has no default value anymore

Additions

  • unicode widechars (e.g. chinese chars) are now supported (somewhat experimental)
  • predefined .rst style for reStructuredText
  • Table: enforce a value for the custom_style field when style: .custom is set
  • ci: add a build and vet steps

Changes

  • ci: remove dependency on setup-vlang-action
  • ci: more diverse and stricter checks
  • keep up with latest changes in V

0.8.0

17 Nov 20:04
Compare
Choose a tag to compare

Additions

  • Support for definition of custom styles
  • Validate the given table property values to prevent V panics

0.7.0

16 Nov 19:18
Compare
Choose a tag to compare

Additions

  • Implement proper tab support

Fixes

  • Fix behaviour of various styles with padding of zero
  • Do not print a header sepline for single rowed tables

0.6.0

09 Nov 15:18
Compare
Choose a tag to compare

Additions

  • Basic Unicode symbol support
  • Tab support

Fixes

  • Remove seplines between rows in github style

0.5.0

04 Nov 12:21
Compare
Choose a tag to compare

Additions

  • Add a total of four new styles: .simple, .pretty, .github, .fancy_grid

0.4.0

31 Oct 18:31
Compare
Choose a tag to compare

Additions

  • Choose from a set of predefined table styles using the style property
  • Bring back plain text headers. Choose what you want with header_style

Changes

  • Readme: small improvements and clarifications

0.3.0

24 Oct 12:10
Compare
Choose a tag to compare

Additions

  • Print headers in bold
  • New orientation config

Fixes

  • Use the actual padding value to create the seperator line
  • Readme: fix import line in Usage example

0.2.0

23 Oct 20:49
Compare
Choose a tag to compare

Additions

  • New align config to control cell item alignment
  • New padding config to set the minimum space between cell separator and item
  • Readme: add description and sections about installation and usage
  • Add GH Sponsors button

0.1.0

22 Oct 16:21
Compare
Choose a tag to compare

Breaking

  • Table: replace show() with str(), so you now have to print it on your own

Additions

  • Test every line of code (it was splitted into small functions to allow this)
  • CI workflow that checks formatting and runs tests

0.0.1

21 Oct 21:38
Compare
Choose a tag to compare
  • Just table printing