0.116   2022-05-19  Released-By: PERLANCAR; Urgency: medium
        - Add iter() method.
        - [doc] Add implementation note about Data::TableData::Object::hash.
0.115   2021-11-17  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Add Description, tweak Abstract.
0.114   2021-11-17  Released-By: PERLANCAR; Urgency: medium
	- add_col(): Allow specifying data for new column.
0.113   2021-11-17  Released-By: PERLANCAR; Urgency: high
        - Merge releases 0.112 and 0.112.2.
	- [ux] If table data object is passed to new(), the original object
	  will be returned instead.
0.112.2 2021-04-10  Released-By: PERLANCAR; Urgency: high
        - Rename module/dist from TableData-Object to Data-TableData-Object
          because the namespace TableData::* will be used for module that
          contains table data (formerly Tables).
        - UPDATE 2021-11-17: Rename release from 0.112 to 0.112.2.
0.112   2020-05-29  Released-By: PERLANCAR; Urgency: medium
	- Add col_content(), row(), row_as_aos(), row_as_aohos().
0.111   2019-09-15  Released-By: PERLANCAR; Urgency: medium
	- Add rows().
0.110   2019-01-16  Released-By: PERLANCAR
	- select(): Allow '*' as column to mean all columns, allow
	  excluding columns.
0.10    2017-01-01  Released-By: PERLANCAR
	- Add methods: set_col_val(), add_col().
0.09    2016-01-13  Released-By: PERLANCAR
	- Add del_col(), rename_col(), switch_cols().
0.08    2016-01-11  Released-By: PERLANCAR
	- [Removed feature] Remove const_col_idxs().
        - Move const_col_names() to Base so all forms support it.
        - Add uniq_col_names().
0.07    2016-01-11  Released-By: PERLANCAR
	- Add const_col_names for aohos & aoaos (and const_col_idxs too for
	  aoaos).
0.06    2015-11-02  Released-By: PERLANCAR
	- [ux] select_*(): Allow cols to be optional.
0.05    2015-11-02  Released-By: PERLANCAR
	- Add methods: rows_as_aoaos(), rows_as_aohos(), select_as_aoaos(),
          select_as_aohos().
        - [ux] If an array does not fit as aoaos or aohos, it will be assumed as
           aos. (e.g. array of DateTime object, etc).
	- [Incompatible change] Remove sort_rows(), the functionality is now
	  incorporated into select_as_aoaos/select_as_aohos.
	- Add documentation.
	- Bug fixes.
0.04    2015-10-29  Released-By: PERLANCAR
	- [Bugfix] Forgot to update package name.
0.03    2015-09-15  Released-By: PERLANCAR
        - [Incompatible changes] Rewrite, with different interface.
        - Implement row_count, col_count, and sort.
0.02    2015-09-06  Released-By: PERLANCAR
	- No functional changes.
	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.
0.01     2014-08-16  Released-By: SHARYANTO; Note: Happy 19th CPAN Day!
        - First version.