0.012 2025-05-15 Released-By: PERLANCAR; Urgency: medium - [bugfix] Fix rendering false values (GH#4, GH#5). Thanks DJERIUS, Mike Edwards. 0.011 2024-06-13 Released-By: PERLANCAR; Urgency: medium [TABLE ELEMENT] - Allow direct specification of 'id', 'class', and 'style' attributes via the 'id', 'class', and 'style' parameters (DJERIUS). - Add generic attributes via the 'attr' parameter (DJERIUS). - Add and elements (DJERIUS). [TABLE CELL ELEMENTS] - Add 'class', 'header', 'id', 'scope', 'style' attributes (DJERIUS). - Allow specification of the type of cell (e.g. 'th' or 'td') (DJERIUS). 0.010 2023-05-22 Released-By: PERLANCAR; Urgency: medium - [bugfix] Fix some bugs with placement of 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 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.