Releases: serkonda7/termtable
Releases · serkonda7/termtable
0.9.0
27 May 18:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Additions
Basic Unicode symbol support
Tab support
Fixes
Remove seplines between rows in github style
0.5.0
04 Nov 12:21
Compare
Sorry, something went wrong.
No results found
Additions
Add a total of four new styles: .simple, .pretty, .github, .fancy_grid
0.4.0
31 Oct 18:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found