TextTable v1.0.0-alpha.1 Release Notes

Release Date: 2016-08-13 // over 7 years ago
  • 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 to print or string(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"]))