Skip to content

Releases: scottrhoyt/SwiftyTextTable

0.3.0: Table Objects Oh My!

18 Mar 19:16
Compare
Choose a tag to compare
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

0.2.2: No Escape

11 Mar 08:11
Compare
Choose a tag to compare

This release adds console escape sequence stripping in column width calculation so that you can safely add formatting to table headers/values (e.g. Rainbow).

0.2.1: Fence Fix

06 Feb 02:53
Compare
Choose a tag to compare

Fix SPM test failure.

0.2.0: Picket Fence

06 Feb 00:37
Compare
Choose a tag to compare

Added ability to customize values for row, column, and corner fences.

0.1.5

04 Feb 18:21
Compare
Choose a tag to compare
Update travis for releases.

0.1.4

04 Feb 08:47
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
Added allTests for SPM.

0.1.3

04 Feb 08:44
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
Trying to get String and CustomStringConvertible to play together on …

0.1.2

04 Feb 08:18
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
Used different syntax for Swift 2.2

0.1.1

04 Feb 07:32
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
Exclude SwiftyTextTableTests from package target.

0.1.0: Initial Release

04 Feb 07:08
Compare
Choose a tag to compare
Pre-release
Added build status and code coverage to README.