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.