Skip to content

Table Service

Compare
Choose a tag to compare
@scottrhoyt scottrhoyt released this 02 Jan 00:33
· 34 commits to master since this release
7e3e629
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