cli-table v0.2.0 Release Notes

Release Date: 2012-10-21 // over 11 years ago
    • test: avoid module dep in tests
    • fix type bug on integer vertical table value
    • handle newlines in vertical and cross tables
    • factor out common style setting function
    • handle newlines in body cells
    • fix render bug when no header provided
    • correctly calculate width of cells with newlines
    • handles newlines in header cells
    • ability to create cross tables
    • changing table chars to ones that windows supports
    • allow empty arguments to Table constructor
    • fix headless tables containing empty first row
    • add vertical tables
    • remove reference to require.paths
    • compact style for dense tables
    • fix toString without col widths by cloning array
    • [api]: Added abiltity to strip out ANSI color escape codes when calculating cell padding