TextTable v1.0.0-alpha.4 Release Notes
Release Date: 2016-08-17 // over 8 years ago-
What's New
- โก๏ธ Update for Xcode 8 beta 6 (Apple Swift version 3.0 (swiftlang-800.0.43.6 clang-800.0.38))
- Travis-CI integration
SPM Dependency Snippet
.Package(url: "https://github.com/cfilipov/TextTable", Version(1, 0, 0, prereleaseIdentifiers: ["alpha", "4"]))
Previous changes from v1.0.0-alpha.2
-
What's New
- ๐ Column truncation support. There is now an optional
truncate:
argument towidth
. - โ Added some documentation.
Known Issues
- ๐ Very little effort has but put into performance optimizations.
- โ It should be possible to create columns without headers, but this hasn't been tested and likely doesn't work yet.
SPM Dependency Snippet
.Package(url: "https://github.com/cfilipov/TextTable", Version(1, 0, 0, prereleaseIdentifiers: ["alpha", "2"]))
- ๐ Column truncation support. There is now an optional