Skip to content

1.3.0 - ASCIITable Null Data Handling

Compare
Choose a tag to compare
@MitchTalmadge MitchTalmadge released this 04 Nov 07:36
· 5 commits to master since this release
797d4e5

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.