All Versions
12
Latest Version
Avg Release Cycle
105 days
Latest Release
2171 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.0 Changes
April 05, 20190.9.0
๐ฅ Breaking
- None
โจ Enhancements
- ๐ Pre-compute column width to increase rendering performance.
๐ Bug Fixes
- ๐ Fix column width when using terminal escape sequences such as coloring.
-
v0.8.2 Changes
September 13, 2018๐ฅ Breaking
- None
โจ Enhancements
- None.
๐ Bug Fixes
- ๐ Fix Swift Package Manager manifest to include SwiftyTextTable library product.
-
v0.8.1 Changes
September 13, 2018๐ฅ Breaking
- None
โจ Enhancements
- โก๏ธ Update package manifest to v4 format.
๐ Bug Fixes
- None
-
v0.8.0 Changes
December 02, 2017๐ฅ Breaking
- โก๏ธ Update to Swift 4.
โจ Enhancements
- None
๐ Bug Fixes
- None
-
v0.7.1 Changes
December 02, 2017๐ฅ Breaking
- None
โจ Enhancements
- None
๐ Bug Fixes
- ๐ Fix Swift 4.0.2 deprecation of String.characters
-
v0.7.0 Changes
August 08, 2017๐ฅ Breaking
- None
โจ Enhancements
- ๐ง CI tests for Xcode 9 and Swift 4 on Linux support.
๐ Bug Fixes
- ๐ Fixes for Xcode 9 beta 3
-
v0.6.0 Changes
January 02, 2017๐ฅ Breaking
- ๐จ
TextTableColumn.width
was refactored toTextTableColumn.width()
to better
reflect the O(n) complexity of calculating this value. TextTableObject
was renamed toTextTableRepresentable
.
โจ Enhancements
- โ Added Documentation.
- ๐ง Re-enabled console formatting support for Linux.
- ๐ Improved compilation time.
- โ Added convenience method for rendering tables from an array of
TextTableRepresentable
s (renderTextTable
). - Now available via CocoaPods.
๐ Bug Fixes
- None
- ๐จ
-
v0.5.0 Changes
September 14, 20160.5.0: Heading In The Right Direction
๐ฅ Breaking
TableObject.tableHeaders
was renameTableObject.columnHeaders
for clarity.
โจ Enhancements
TextTable
s can now optionally have table headers.TableObject
s can now optionally supply a table header
๐ Bug Fixes
- None
-
v0.4.0 Changes
September 14, 2016๐ 0.4.0: Swift 3.0 Support
๐ฅ Breaking
SwiftyTextTable
adopts the new Swift 3.0 convention of explicit first
parameter labels for functions.- ๐ง Linux support for dealing with console formatting escape sequences has been
โ removed for the time being due to regular expression portability problems.
โจ Enhancements
- ๐ Swift 3.0 support!
๐ Bug Fixes
- None
-
v0.3.1 Changes
September 01, 2016๐ฅ Breaking
- None
โจ Enhancements
- ๐ง SwiftyTextTable is now compatible with Swift 2.3 on OS X and Linux thanks to the great work of Norio Nomura.
๐ Bug Fixes
- None