-------------------- - Support Python 3.9 through 3.12 - Drop support for Python 3.6 - Add type annotations to tests - Fix mypy's type inference for `headers`
0.12.0
-------------------- - Support Python 3.8 - Drop support for Python 2, Python 3.4, and Python 3.5 - Update wcwidth requirement to `~= 0.2.0` - Drop six requirement - Add type annotations - Setting `len_func` to `None` now causes the option's default value to be used
0.11.1
-------------------- - Loosen `attrs` version requirement
0.11.0
-------------------- - Added numeric alignment
0.10.0
-------------------- - Added `valign` and `valign_fill` options
0.9.0
------------------- - Table rows can now be represented by `dict`s that map header names to cell values - Added a `dict_fill` option for handling missing keys in `dict` rows