pptable-0.2.0.0: CHANGELOG.md
0.2.0.0
-------
* This release contains *breaking* changes
* Name of Tabilize class changed to Tabulate
* printList, printMap and printVector all replaced with polymorphic method ppTable
* New class Boxable with default instances for List, Vector and Map
* Use prinf library to print basic types
* New class CellValueFormatter with default instances for basic type
* Boxable instance to extend to other Traversable instances
* CellValueFormatter class to extend formatting
0.1.0.1
-------
* Intial version
* Can print List, Map or Vector in tabular format