Releases: MitchTalmadge/ASCII-Data
Releases · MitchTalmadge/ASCII-Data
1.4.0 - Align Columns
1.3.0 - ASCIITable Null Data Handling
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
- Added Table Formats to ASCIITable in both ASCII and UTF-8. Default is
UTF8TableFormat
. Specify a format using theASCIITable#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
- 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
Fixed ASCIIGraph
class not visible outside package.
1.0.2
Minor changes to internal build scripts.
1.0.1
Quick hotfix for a bug that was preventing deployment of 1.0.0