0.116 2023-11-11 Released-By: PERLANCAR; Urgency: low - No functional changes. - [doc] Mention about new alignment feature in Text::Table::Sprintf 0.007. - [doc] Typo in option name in Synopsis. 0.115 2022-07-03 Released-By: PERLANCAR; Urgency: medium - [bugfix] Update features for Text::Table::Org backend (caption => 1). - [doc] Remove copy-pasted text from Text::Table::Tiny documentation. 0.114 2022-05-27 Released-By: PERLANCAR; Urgency: low - No functional changes. - [doc] Linkify backends. 0.113 2022-05-03 Released-By: PERLANCAR; Urgency: low - No functional changes. - [doc] [bugfix] Show align_note in matrix. 0.112 2022-05-03 Released-By: PERLANCAR; Urgency: medium - Support parameter 'align'. - [bugfix] An extraneous newline was added to the output of Text::Table::More. - [bugfix] header_row parameter defaulted to true. It now defaults to false, like in Text::Table::Tiny. 0.111 2022-01-23 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes - [incompatible change] Rename 'title' option to 'caption'. - Follow newer Text::Table::Tiny interface (exportable 'generate_table' function). - [Text::Table::Org backend] Pass 'caption' option. - [doc] Describe interfaces differences with Text::Table::Tiny (list of unsupported options). - [doc] Tweak Synopsis. 0.110 2022-01-23 Released-By: PERLANCAR; Urgency: medium - Add option: backend_opts. - [bugfix] An extraneous newline was added to the output of Text::Table::Sprintf. 0.109 2022-01-14 Released-By: PERLANCAR; Urgency: medium - [bugfix] Always enable strict, warnings, and particularly 5.010 to enable defined-or operator; do not just enable this on unbuilt version. - [doc] Document %BACKEND_FEATURES. 0.108 2022-01-07 Released-By: PERLANCAR; Urgency: medium - [doc] Document what parameters each backend supports (also in %BACKEND_FEATURES). 0.107 2022-01-07 Released-By: PERLANCAR; Urgency: medium - Add backend: Term::Table. 0.106 2021-12-09 Released-By: PERLANCAR; Urgency: medium - Also pass 'title' parameter to Text::Table::HTML. 0.105 2021-12-09 Released-By: PERLANCAR; Urgency: medium - Pass 'title' parameter to Text::Table::HTML::DataTables. - Reformat docs. 0.104 2021-04-26 Released-By: PERLANCAR; Urgency: low - No functional changes. - [dist] Test removing optional prereq Text::Table::Tiny to see its effect on MetaCPAN, because MetaCPAN still lists Text::Table::Any in Text::Table::Tiny's reverse dependencies, but it does not list Text::Table::Any in the revdeps of other optional prereqs (other backends). 0.103 2021-04-25 Released-By: PERLANCAR; Urgency: medium - Support backend Text::Table::TickitWidget. 0.102 2021-03-03 Released-By: PERLANCAR; Urgency: medium - Change default backend from Text::Table::Tiny to Text::Table::Sprintf. 0.101 2021-02-20 Released-By: PERLANCAR; Urgency: medium - Add options: separate_rows. - Rename Text::Table::Span to Text::Table::More. 0.100 2021-02-16 Released-By: PERLANCAR; Urgency: medium - Add backend: Text::UnicodeBox::Table. 0.099 2021-02-16 Released-By: PERLANCAR; Urgency: medium - Add backends: Text::Table::Manifold, Text::Table::Span, Text::Table::Sprintf. - [doc] Mention Acme::CPANModules::TextTable instead of the old Bencher::Scenario::TextTableModules. 0.098 2021-02-01 Released-By: PERLANCAR; Urgency: medium - Update Text::ANSITable's border style name (Text::ANSITable 0.600+). 0.097 2020-06-11 Released-By: PERLANCAR; Urgency: medium - Add backend: Text::Table::TinyBorderStyle. 0.096 2019-11-29 Released-By: PERLANCAR; Urgency: medium - Text::Table::CSV (0.022) now (re-)observes header_row=0. 0.095 2019-02-17 Released-By: PERLANCAR - Add backend: Term::TablePrint. - Text::Table::CSV & Text::Table::TSV does not observe header_row. 0.094 2019-01-11 Released-By: PERLANCAR - Add @BACKENDS and backends() to let users get the list of supported backends. 0.093 2018-09-23 Released-By: PERLANCAR - Add backend: Text::Table::XLSX. 0.092 2018-07-23 Released-By: PERLANCAR - Add backend: Text::Table::ASV. 0.091 2018-07-02 Released-By: PERLANCAR - [Incompatible change] Change header_row default from 0 to 1. 0.090 2018-06-30 Released-By: PERLANCAR - Add new backends: Text::Table::{TSV,LTSV}. - CSV backend: pass header_row option (Text::Table::CSV 0.020+). 0.08 2017-01-01 Released-By: PERLANCAR - Add backend: Text::Table::Paragraph. 0.07 2016-12-31 Released-By: PERLANCAR - No functional changes. - [doc] Forgot to mention about the new backends in the POD. 0.06 2016-12-29 Released-By: PERLANCAR - Recognize new backends: Text::Table::HTML, Text::Table::HTML::DataTables. 0.05 2016-10-19 Released-By: PERLANCAR - Support new backends: Text::Table::Tiny{Color,ColorWide,Wide}. 0.04 2016-09-06 Released-By: PERLANCAR - No functional changes. - [doc] Show sample result for all backends. 0.03 2016-09-03 Released-By: PERLANCAR - [Bugfix] Text::MarkdownTable backend: forgot to set columns(). - [Bugfix] Text::ANSITable backend: correctly observe header_row setting. 0.02 2016-09-03 Released-By: PERLANCAR - [Bugfix] Text::ASCIITable backend: default to no header_row and observe the header_row setting. 0.01 2015-12-19 Released-By: PERLANCAR - First release.