Releases: foutaise/texttable
Releases · foutaise/texttable
v1.4.0
Add set_header_align() method (#45)
v1.3.1
Fix missing textwrapper command when cjkwrap is not used (#43)
v1.3.0
Remove redundant code for unsupported/EOL Python (#31)
v1.2.1
Use test_cjkwrap only when cjkwrap is available (#35)
v1.2.0
Use cjkwrap for better CJK text support (#34)
v1.1.1
Fallback to text on TypeError (#28)
v1.1.0
Easier formatting, allow callable as a column datatype (PR #27)
v1.0.0
fix bug in wide chars handling (#9)
avoid use of sys.version to obtain Python version (#24)
v0.9.1
add support for combining characters (#19)
v0.9.0
fix width of table exceeds max_width parameter (#15)