v0.2.0 - feature add - 2015-08-14

  • minor version change due to many changes, added features and refactoring

  • overhaul of V2

    • some refacotring and renaming

    • all classes for the external API are V2_*, all other (rathr internal) classes don’t have that prefix

    • moved standard methods into utils class

    • separated content rows from rule rows (now by class)

    • added alignment and padding to content rows

    • changed the width classes: now in separate package, with interface and abstract implementation

    • added all documentation to the pacakages

    • created package for render, added width to it

    • bug fixes

    • added loremipsum package for testing justified columns

v0.1.2 - maintenance - 2015-08-13

  • maintenance of java files

v0.1.1 - feature add - 2015-08-13 (not released)

  • V2 changes

    • added LaTeX-style table theme (ASC7_LATEX_STYLE_STRONG)

    • added tests and edited javadoc

    • made V2_AbstractTableTheme public

  • added ARRAY_TO_STRING to ArrayTransformations (from skb-base)

  • renamed Table_ToStringStyle to ObjectToStringStyle since it is more general than for tables

    • removed kv methods

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

v0.0.1 - initial release - 2014-06-10