App-wordlist
view release on metacpan or search on metacpan
- [doc] Mention arraydata, hashdata, and tabledata.
- UPDATE: rename version from 0.277 to 0.277.2 due to conflict.
0.277 2020-08-23 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Add an example for parameterized wordlist.
0.276 2020-06-09 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Forgot to replace another instance of WordListUtil::CLI
usage.
0.275 2020-06-09 Released-By: PERLANCAR; Urgency: medium
- Replace WordListUtil::CLI with the more general
Module::List::Util.
0.274 2020-05-24 Released-By: PERLANCAR; Urgency: medium
- Support loading parameterized wordlist with syntax -w
Mod=param1,param2,...
- [bugfix] Call first_word() first, then next_word(); don't go
straight to next_word().
- [doc] Remove old FAQ item (--random has been re-added).
0.273 2020-05-22 Released-By: PERLANCAR; Urgency: medium
- No longer apply WordListMod::RandomSeekPick; let the wordlist modules
themselves decide whether they want the behavior.
0.272 2020-05-22 Released-By: PERLANCAR; Urgency: medium
- [optimize] When random-picking from a single wordlist, use the
wordlist's pick() directly; and if the wordlist is huge, use
WordListMod::RandomSeekPick.
- Add option -s (--action=stat).
0.271 2020-05-21 Released-By: PERLANCAR; Urgency: medium
- [ux] Allow specifying wildcard in -w, e.g. -w EN::* or -w EN::**.
- Add a couple of logging statements.
0.270 2020-05-18 Released-By: PERLANCAR; Urgency: medium
- Re-add --random (-r) option; note that specifying this option
will disable streaming output.
0.269 2020-05-04 Released-By: PERLANCAR; Urgency: medium
- Enable logging in CLI.
0.268 2020-05-02 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
- [incompatible change] CLI now streams output; output starts
immediately. This break code that calls App::wordlist::wordlist() and
expects an array payload.
- Do not stop when a WordList::* module cannot be loaded; print error
message but continue.
- [removed] Remove option --random (-r) because it is incompatible with
streaming output. UPDATE 2020-05-18: this option has been re-added in
0.270.
- wordlist -l --detail now also shows module path.
0.267 2020-05-01 Released-By: PERLANCAR; Urgency: medium
- Remove --type (-t) option; remove the use of deprecated
WordList::Namespace.
0.266 2018-03-22 Released-By: PERLANCAR
- Use WordList::Namespace.
0.265 2018-03-19 Released-By: PERLANCAR
- Remove support for WordListC::* modules (WordListC was an
experiment).
0.264 2018-02-20 Released-By: PERLANCAR
- Support WordListC modules.
0.263 2018-01-07 Released-By: PERLANCAR
- Highlight matching string, add option --color.
0.262 2017-12-24 Released-By: PERLANCAR
- [Bugfix] Use length in graphemes instead of codepoints.
0.261 2017-11-08 Released-By: PERLANCAR
- No functional changes.
- Make %arg_wordlists accessible from other packages.
0.260 2017-11-07 Released-By: PERLANCAR
- Add options --num (-n) & --random (-r).
0.25 2016-09-26 Released-By: PERLANCAR
- Exclude WordList::Base::* and WordList::MetaSyntactic because they are
only base classes and not real wordlists.
- [doc] Add example demonstrating --detail.
0.24 2016-04-15 Released-By: PERLANCAR
- Makes --detail also cause grep result to contain wordlist name.
( run in 0.605 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )