Skip to content

Releases: heroesofcode/CLI-Table-Swift

1.1.0

12 Sep 02:46
c64517e

Choose a tag to compare

What's changed

It is now possible to add colors provided by the framework and also add them by hexadecimal, see the example below:

var table = CLITable(headers: headers, tableColor: .blue, textColor: .green)
var table = CLITable(headers: headers, tableColor: .hex("#FF5733"), textColor: .hex("#2ECC71"))

Full Changelog: 1.0.0...1.1.0

Initial release

21 Jun 03:56

Choose a tag to compare

  • Initial release

Check the documentation