0.3.1 2018-03-23 (PERLANCAR)
- Add WordList::Bloom::* to non-wordlist namespace.
- [dist] Activate DZP:WordList and PWP:WordList.
0.3.0 2018-03-22 (PERLANCAR)
- Add WordList::Namespace.
- [spec] each_word() will exit early if code returns -2.
- [test] Add some tests.
- [internal] Implement word_exists, pick, and all_words in terms of
each_word(). Which is a tiny bit slower but more orthogonal and makes
it easier to change functionality.
0.2.1 2018-03-19 (PERLANCAR)
- [doc] Mention that there must not be duplicate entries.
0.2.0 2018-03-19 (PERLANCAR)
- Allow wordlist to be sorted other than ascibetically, and in that
case, require $SORT package variable to be set to some true value.
- Move back implementation from WordListC (WordListC was an experiment
and its feature is now incorporated into WordList).
0.1.5 2018-02-20 (PERLANCAR)
- No spec changes.
- [optimize] Avoid using base.pm.
0.1.4 2018-02-20 (PERLANCAR)
- No spec changes.
- [doc] Mention WordListC.
- Move implementation to WordListC and make it our base module.
0.1.3 2018-02-20 (PERLANCAR)
- No spec changes.
- [doc] Remove warning label, some rewording in Description.
0.1.2 2017-12-24 (PERLANCAR)
- No spec changes.
- [Bugfix] Forgot to set DATA filehandle to :utf8.
0.1.1 2016-01-12 (PERLANCAR)
- Add all_words().
0.1.0 2016-01-07 (PERLANCAR)
- First release.