Terminaltables Versions Save

Project no longer maintained.

v3.1.0

7 years ago

Added

v3.0.0

7 years ago

Added

Changed

  • Refactored again, but this time entire project including tests.

Removed

  • padded_table_data property and join_row(). Moving away from repeated string joining/splitting.

Fixed

v2.1.0

8 years ago

v2.0.0

8 years ago
  • Refactored code. No new features.
  • Breaking changes: UnixTable/WindowsTable/WindowsTableDouble moved. Use SingleTable/DoubleTable instead.

v1.2.1

8 years ago

v1.2.0

8 years ago
* Added bottom row separator.

v1.1.1

9 years ago
  • Fixed Python 2.7 64-bit terminal width bug on Windows.

v1.1.0

9 years ago
  • Added Windows support.
  • Added double-lined table.

v1.0.2

9 years ago
  • Added table_width and ok properties.

v1.0.1

9 years ago
  • Added terminal width/height defaults for testing:
    • terminaltables.DEFAULT_TERMINAL_WIDTH
    • terminaltables.DEFAULT_TERMINAL_HEIGHT