All Versions
12
Latest Version
Avg Release Cycle
105 days
Latest Release
1894 days ago

Changelog History
Page 1

  • v0.9.0 Changes

    April 05, 2019

    0.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 to TextTableColumn.width() to better
      reflect the O(n) complexity of calculating this value.
    • TextTableObject was renamed to TextTableRepresentable.
    โœจ Enhancements
    • โž• Added Documentation.
    • ๐Ÿง Re-enabled console formatting support for Linux.
    • ๐Ÿ‘Œ Improved compilation time.
    • โž• Added convenience method for rendering tables from an array of
      TextTableRepresentables (renderTextTable).
    • Now available via CocoaPods.
    ๐Ÿ› Bug Fixes
    • None
  • v0.5.0 Changes

    September 14, 2016

    0.5.0: Heading In The Right Direction

    ๐Ÿ’ฅ Breaking
    • TableObject.tableHeaders was rename TableObject.columnHeaders for clarity.
    โœจ Enhancements
    • TextTables can now optionally have table headers.
    • TableObjects 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