This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
Releases: Robpol86/terminaltables
Releases · Robpol86/terminaltables
terminaltables-3.1.0
terminaltables-3.0.0
Added
- Support for https://pypi.python.org/pypi/colorama
- Support for https://pypi.python.org/pypi/termcolor
- Support for RTL characters (Arabic and Hebrew).
- Support for non-string items in
table_data
like integers.
Changed
- Refactored again, but this time entire project including tests.
Removed
padded_table_data
property andjoin_row()
. Moving away from repeated string joining/splitting.
Fixed
terminaltables-2.1.0
- GitHub Flavored Markdown table by bcho: #12
- Python 3.5 support (Linux/OS X and Windows).
terminaltables-2.0.0
- Refactored code. No new features.
- Breaking changes:
UnixTable
/WindowsTable
/WindowsTableDouble
moved. UseSingleTable
/DoubleTable
instead.
terminaltables-1.2.1
- CJK character width fixed by zqqf16 and bcho: #9
terminaltables-1.2.0
* Added bottom row separator.
terminaltables-1.1.1
- Fixed Python 2.7 64-bit terminal width bug on Windows.
terminaltables-1.1.0
- Added Windows support.
- Added double-lined table.
terminaltables-1.0.2
- Added
table_width
andok
properties.
terminaltables-1.0.1
- Added terminal width/height defaults for testing:
terminaltables.DEFAULT_TERMINAL_WIDTH
terminaltables.DEFAULT_TERMINAL_HEIGHT