Releases: xo/tblfmt
Releases · xo/tblfmt
tblfmt v0.8.0
0.6.3
- Don't strip padding in the last column if it's not aligned left.
tblfmt v0.6.2
- Added a
CrosstabView
that creates apsql
\crosstabview
for result sets - Added a
vertical
text template providing output similar to themysql
client's\G
output - Cleaned up unit tests
- General bug fixes
0.4.0
0.3.0
0.2.0
New features:
- Table titles (#11)
- Auto-expand - switch to expanded mode if table width is greater than the screen width (#12)
- Template encoder - with two default templates: html and asciidoc (#13)
Notes:
- tests were refactored, making it easier to compare
tblfmt
output with whatpsql
would produce; note that it doesn't currently match