SwiftyTextTable v0.6.0 Release Notes

Release Date: 2017-01-02 // over 7 years ago
  • ๐Ÿ’ฅ Breaking
    • ๐Ÿ”จ TextTableColumn.width was refactored to TextTableColumn.width() to better
      reflect the O(n) complexity of calculating this value.
    • TextTableObject was renamed to TextTableRepresentable.
    โœจ Enhancements
    • โž• Added Documentation.
    • ๐Ÿง Re-enabled console formatting support for Linux.
    • ๐Ÿ‘Œ Improved compilation time.
    • โž• Added convenience method for rendering tables from an array of
      TextTableRepresentables (renderTextTable).
    • Now available via CocoaPods.
    ๐Ÿ› Bug Fixes
    • None