v1.0.0-alpha.1
Pre-release
Pre-release
cfilipov
released this
13 Aug 23:21
·
17 commits
to master
since this release
What's New
- Support for center alignment.
- If all columns have explicit width, then width calculations are skipped.
- Escape strings in certain formats (HTML & Latex, for example).
- Fixed:
TextTable
config persists calculated column widths. This results in widths getting stuck from the first call toprint
orstring(for:)
.
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", "1"]))