SwiftyTextTable v0.3.0 Release Notes

  • ๐Ÿ’ฅ Breaking
    • TextTable.addRow now takes an array instead of an argument list. This was to support TextTableObject.
    โœจ Enhancements
    • TextTableObject allows for easy table creation from an array of objects.
    • ๐Ÿ‘ Better SPM testing support.
    ๐Ÿ› Bug Fixes
    • None