0.010 2023-05-22 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Fix some bugs with placement of <tbody> tag (thanks DJERIUS).
- Add multiple header row support (header_row is now an integer instead
of boolean) (thanks DJERIUS).
- [optimize] Optimize hot path (thanks DJERIUS).
- [doc] Document header_row argument, mention Text::Table::Tiny,
add compatibility notes with Text::Table::Tiny.
0.009 2022-10-11 Released-By: PERLANCAR; Urgency: high
- Merge releases 0.007 and 0.007.2.
0.008 2022-10-11 Released-By: PERLANCAR; Urgency: medium
- Mark rows that have 'bottom_border' cell attribute with a class.
- Render 'align' cell attribute.
0.007.2 2022-10-11 Released-By: PERLANCAR; Urgency: medium
- Introduce raw_html in cell content to allow passing raw HTML.
- UPDATE: Rename release from 0.007 -> 0.007.2 due to conflict.
0.007 2022-01-23 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
- [incompatible change] Rename 'title' option to 'caption'.
0.006 2022-01-07 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Unmention Text::Table::Tiny because it's less related.
0.005 2021-12-09 Released-By: PERLANCAR; Urgency: medium
- Support 'title' parameter (put as table <caption> element).
- [doc] Mention Text::Table::HTML::DataTables.
0.004 2021-03-11 Released-By: PERLANCAR; Urgency: medium
- Allow cell to be hashref containing keys like 'text', 'colspan'
(optional), and 'rowspan' (optional), just like in
Text::Table::More.
0.003 2017-01-25 Released-By: PERLANCAR
- [dist][Bugfix] Don't comment-out 'use 5.010001' because we need
state variable.
0.002 2016-12-29 Released-By: PERLANCAR
- No functional changes.
- [dist] Delete extraneous files.
0.001 2016-12-29 Released-By: PERLANCAR
- First release.