The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.2.1   2021-05-03  Released-By: PERLANCAR; Urgency: medium

	- Mix Role::TinyCommons::Collection::GetItemByPos into
	  ArrayDataRole::Spec::Basic.

	- [compliance] Use 'StopIteration' as the die string, as specified
	  by Role::TinyCommons::Iterator::Basic.

	- [doc] Add more namespace organization, add FAQ entries.


0.2.0   2021-04-20  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes

	- [incompatible change] For better reusability and orthogonality,
	  reimplement ArrayData using Role::TinyCommons::Iterator::Resettable
	  (changed method names, e.g. elem() -> get_next_item(), there's no
	  longer get_elem(), etc).

        - [removed] Remove ArrayDataRole::Spec::Seekable for now.


0.1.0   2021-04-11  Released-By: PERLANCAR; Unreleased: yes

        - First, early release.