ASCII Data Versions Save

A small Java library for producing nice looking text-based line-graphs and tables.

1.4.0

5 years ago

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

5 years ago

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

6 years ago
  • 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

6 years ago
  • 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

6 years ago

Fixed ASCIIGraph class not visible outside package.

1.0.2

6 years ago

Minor changes to internal build scripts.

1.0.1

6 years ago

Quick hotfix for a bug that was preventing deployment of 1.0.0