Skip to content

Releases: xo/tblfmt

tblfmt v0.8.0

19 Nov 23:18
Compare
Choose a tag to compare

Fixes issues with newlines, other formatting issues.

0.6.3

17 Apr 13:38
Compare
Choose a tag to compare
  • Don't strip padding in the last column if it's not aligned left.

tblfmt v0.6.2

07 Apr 04:34
Compare
Choose a tag to compare
  • Added a CrosstabView that creates a psql \crosstabview for result sets
  • Added a vertical text template providing output similar to the mysql client's \G output
  • Cleaned up unit tests
  • General bug fixes

0.4.0

27 Mar 15:20
Compare
Choose a tag to compare

New features:

  • unaligned format (#25)
  • Recognize tuples_only option (#24)

Bug fixes:

  • Avoid padding last column when no border is set

0.3.0

22 Mar 17:36
d546289
Compare
Choose a tag to compare

New features:

  • Pager support (#17)
  • Recognize columns option for auto-expanded mode

Bug fixes:

  • Avoid printing empty titles

0.2.0

14 Mar 09:13
8488aa4
Compare
Choose a tag to compare

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 what psql would produce; note that it doesn't currently match