v0.1.0 - minor version change - 2015-08-12
-
bug fix in WidthByColumn
-
edit of documentation (javadoc and readme)
-
minor changes in v2 theme handling
-
v1 and v2 changes
-
renamed all v1 classes to "V1_"
-
renamed all v2 classes to "V2_"
-
-
v1 changes
-
moved TablePair from commons to v1 (only used in v1)
-
refactored CommonFactory from commons to v1/V1_Factory (only used in v1)
-
-
v2 changes
-
added AbstractTableTheme and changed E_TableThemes and TableThemeBuilder implementations
-
added AbstractRowTheme and changed E_RowThemes and RowThemeBuilder implementations
-
changed exceptions on V2_Validator to TableException
-
-
fixed wrap lines bug in V2_ProcessedRow (did not consider span for line wrapping)
v0.0.7 - maintenance - 2015-08-11
-
fixed a bug in v2 renderer (used [i] instead of [k])
v0.0.6 - maintenance - 2015-07-21
-
added more row themes
v0.0.5 - feature add - 2015-05-25
-
complete re-write of v2
-
moved back to Java 7 on request
-
added Factory and Validator to move create/validate methods out of interfaces
-
moved toDoc() methods into builder to remove default in interfaces
-
separated out v2 into multiple packages leaving only the table on the top level
v0.0.4 - maintenance - 2015-06-19
-
clean up, test file rename
v0.0.3 - feature add - 2015-06-18
-
changed all private to protected final
-
moved flip transformer init to declaration
-
moved to maven build
-
moved into own Github repo
-
removed SKB dependencies
-
removed OptionList and added setters for padding character and theme
-
moved all other skb.base classes into this package
-
-
added an experimental V2
v0.0.2 - feature add - 2014-06-25
-
changed theme and option handling
-
options now provided by TableOptions
-
all standard themes are enumerated in StandardTableThemes
-
custom themes can be created implementing TableTheme
-
-
all drawing characters are enumerated in CharactersBoxDrawing
-
changed javadoc accordingly
-
added LaTeX style table themes for 7-Bit, light, heavy, double, and some mutli-dash characters