All Versions
12
Latest Version
Avg Release Cycle
186 days
Latest Release
1285 days ago

Changelog History
Page 2

  • v0.2.0 Changes

    March 30, 2015

    โž• Added

    • โž• Add UTF-8 support for operations
    • โž• Add AlignmentSet for alignments storage
    • โž• Add tests for multilne column widths

    ๐Ÿ”„ Changed

    • Change Table each_with_index to iterate over rows
    • ๐Ÿ”„ Change Alignment operation to use AlignmentSet
    • ๐Ÿ”„ Change Columns to directly depend on table data
    • ๐Ÿ”„ Change Indentation to stop relying on renderer
    • ๐Ÿ”„ Change Border to accept padding as argument
    • ๐Ÿ”„ Change and extract padding operation
    • ๐Ÿ”จ Change Columns to ColumnConstraint and refactor enforce
    • โœ‚ Remove padding from wrapped operation to fully rely on Verse.wrap
    • โœ‚ Remove color renderer
    • โœ‚ Remove adjust_padding from Columns

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix table rendering for UTF-8 content
    • ๐Ÿ›  Fix alignment to allow for individual field alignment
    • ๐Ÿ›  Fix bug with padding operation
    • ๐Ÿ›  Fix table border and content coloring
    • ๐Ÿ›  Fix bug with table rerendering to allow for multiple renders
    • ๐Ÿ›  Fix bug with ANSI codes in table content
  • v0.1.0 Changes

    February 08, 2015
    • ๐ŸŽ‰ Initial implementation and release