0.126 2023-07-11 Released-By: PERLANCAR; Urgency: medium
- No functional changes.
- Remove usage of smartmatch to avoid warning under perl 5.38.
0.125 2022-08-28 Released-By: PERLANCAR; Urgency: medium
- Pass 'common_opts' and 'meta' in 'r' in 'extras' argument so they
get passed to Complete::Getopt::Long to extract summaries.
0.124 2022-08-28 Released-By: PERLANCAR; Urgency: medium
- Add summaries to subcommands completion.
0.123 2021-10-21 Released-By: PERLANCAR; Urgency: medium
- Generate code that passes standard perlcritic tests.
0.122 2020-04-30 Released-By: PERLANCAR; Urgency: low
- Tweak Rinci metadata: replace deprecated
x.schema.{,element_}entity with more specific schema.
0.121 2020-04-08 Released-By: PERLANCAR
- [build] Rebuild, to update Sah coerce rule module names.
0.120 2018-09-11 Released-By: PERLANCAR
- [incompatible change] Do not strip source code by default, to
speed up generation.
0.11 2017-07-08 Released-By: PERLANCAR
- No functional changes.
- Replace Log::Any with Log::ger.
0.10 2017-01-12 Released-By: PERLANCAR
[INCOMPATIBLE CHANGES]
- Rename function gen_perinci_cmdline_completer_script to
gen_pericmd_completer_script (standardize on the shorter name).
- Change 'subcommand' argument (array) to 'subcommands' (hash).
0.09 2016-12-02 Released-By: PERLANCAR
- Set Getopt::Long configuration gnu_compat to allow setting empty
value '--name=' and no_getopt_compat to disallow '+name'.
- Tweak metadata: replace x.schema.entity with schema.
- Convert command-line arguments from octets to Unicode strings, to
be able to complete e.g. Unicode filenames properly.
0.08 2016-02-06 Released-By: PERLANCAR
- Update to Complete::Bash 0.27.
0.07 2016-01-18 Released-By: PERLANCAR
- No functional changes.
- [build] Rebuild to fix POD section ordering.
0.06 2016-01-14 Released-By: PERLANCAR
- [Bugfix] Typo causing load_module option to not take effect.
- Bump prereq version Log::Any::IfLOG to 0.07.
0.05 2015-09-27 Released-By: PERLANCAR
- Replace Data::Dumper with Data::Dmp 0.13 for more compatible
dumping of coderefs.
0.04 2015-08-19 Released-By: PERLANCAR
- Remove temporary code, set defaults for stripping to make it work
because defaults aren't yet called if we call via function.
0.03 2015-08-19 Released-By: PERLANCAR
- Add arguments: read_config, read_env.
- Set default output_file when called as function.
0.02 2015-08-19 Released-By: PERLANCAR
- Pack the completer script so it only depends on core modules.
0.01 2015-08-19 Released-By: PERLANCAR
- First release.