Skip to content

Releases: MitchTalmadge/ASCII-Data

1.4.0 - Align Columns

01 May 06:49
Compare
Choose a tag to compare

Contributed by @sebkur (#15)

ASCIITables now has support for left and right text alignment within columns. See the wiki for more details.

1.3.0 - ASCIITable Null Data Handling

04 Nov 07:36
797d4e5
Compare
Choose a tag to compare

Contributed by @chrisgleissner

ASCIITables can now gracefully handle null values as data for the cells. By default, null values will be replaced with an empty string, however the withNullValue(String) method may be used during setup of a table to change this behavior.

1.2.0 - Table Formats: ASCII and UTF-8

02 Oct 06:10
Compare
Choose a tag to compare
  • Added Table Formats to ASCIITable in both ASCII and UTF-8. Default is UTF8TableFormat. Specify a format using the ASCIITable#withTableFormat method.
    • UTF8TableFormat is the original, double-pipe style format seen on the README.
    • ASCIITableFormat uses only ASCII characters, like equals, pipe, and plus: = | + ... It is better suited for displaying in consoles where UTF-8 is often not formatted well.

Thanks to @bitsofinfo for the original pull request in the project that ASCIITable was ported from.

1.1.0 - Tables and a New Name

15 Aug 08:11
Compare
Choose a tag to compare
  • Introduced ASCIITable class for generating ASCII based tables. Based on the flip-tables library.
  • Renamed project from ASCIIGraph to ASCII-Data to be more generic.

1.0.3

10 Aug 04:40
Compare
Choose a tag to compare

Fixed ASCIIGraph class not visible outside package.

1.0.2

10 Aug 02:46
Compare
Choose a tag to compare

Minor changes to internal build scripts.

1.0.1

09 Aug 23:42
Compare
Choose a tag to compare

Quick hotfix for a bug that was preventing deployment of 1.0.0