Releases: scottrhoyt/SwiftyTextTable
Releases · scottrhoyt/SwiftyTextTable
0.3.0: Table Objects Oh My!
Breaking
TextTable.addRow
now takes an array instead of an argument list. This was to
supportTextTableObject
.
Enhancements
TextTableObject
allows for easy table creation from an array of objects.- Better SPM testing support.
Bug Fixes
- None
0.2.2: No Escape
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
Fix SPM test failure.
0.2.0: Picket Fence
Added ability to customize values for row, column, and corner fences.
0.1.5
Update travis for releases.
0.1.4
Added allTests for SPM.
0.1.3
Trying to get String and CustomStringConvertible to play together on …
0.1.2
Used different syntax for Swift 2.2
0.1.1
Exclude SwiftyTextTableTests from package target.
0.1.0: Initial Release
Added build status and code coverage to README.