Skip to content

Releases: freva/ascii-table

1.13.0

Choose a tag to compare

@freva freva released this 04 Aug 20:56
74badcd

1.12.1

Choose a tag to compare

@freva freva released this 07 Apr 19:51
fd80c4d

1.12.0

Choose a tag to compare

@freva freva released this 29 Mar 21:39
c19834d

What's Changed

  • Implement reStructuredText-formatting (#39, thanks @jp-berg)
  • Document border-styles with Javadoc (#40, thanks @jp-berg)

1.11.0

Choose a tag to compare

@freva freva released this 15 Mar 19:42
873c124
  • Nullability annotations (#35, thanks @jp-berg)
  • Border styles documentation (#36, thanks @jp-berg)
  • Require data is set

1.10.0

Choose a tag to compare

@freva freva released this 10 Mar 07:27
0d41aaf

1.9.0

Choose a tag to compare

@freva freva released this 15 Jan 21:26
5c4911f
  • Added support for setting max table width (#31)

1.8.0

Choose a tag to compare

@freva freva released this 30 Sep 19:31
  • Fixed a bug where column width was incorrectly calculated for multiline header/footer cells (#22)
  • Added support for styling cells with 0-width characters, e.g. ANSI escape codes (#23)

1.7.0

Choose a tag to compare

@freva freva released this 18 Sep 12:45
  • Added option to make columns invisible
  • Fixed bug where trailing empty lines were dropped

1.6.0

Choose a tag to compare

@freva freva released this 27 Aug 16:57
  • Added builder to allow further customization
  • Added option to set line separator
  • Added option to output to OutputStream

1.5.0

Choose a tag to compare

@freva freva released this 26 Aug 16:18
  • Added ELLIPSIS_LEFT and CLIP_LEFT overflow behaviour (#17)