Revision history for Getopt-Long-Complete
0.11 2014-08-02 (SHARYANTO)
- No functional changes.
- POD fixes.
0.10 2014-07-27 (SHARYANTO)
[POTENTIALLY INCOMPATIBLE CHANGES]
- GetOptions{,WithCompletion} now temporarily configure Getopt::Long
with no_ignore_case, bundling.
0.09 2014-07-27 (SHARYANTO)
- bin/demo-getopt-long-complete: bug fix and add some more short/long
option aliases.
- Add note that the behaviour of completion assumes Getopt::Long is
configured with these configuration: no_ignore_case, bundling,
auto_abbrev, permute.
0.08 2014-07-27 (SHARYANTO)
- bin/demo-getopt-long-complete: set sane Getopt::Long configuration
(bundling + no_ignore_case).
0.07 2014-07-27 (SHARYANTO)
- Support old GetOptionsWithCompletion()'s first argument as hash
(through Complete::Getopt::Long 0.09). This is undocumented and will
be removed in the future though.
0.06 2014-07-27 (SHARYANTO)
[INCOMPATIBLE CHANGES]
- (Adjust with Complete::Getopt::Long) GetOptionsWithCompletion()'s
first argument is now a coderef instead of hash of codes/arrays. This
is conceptually simpler and does not force user to specify for every
opt spec if she doesn't need to. The completion code now gets more
information/arguments to be able to differentiate what option/argument
it is being called for. See Complete::Getopt::Long for more details.
0.05 2014-07-26 (SHARYANTO)
- Add demo script: demo-getopt-long-complete.
0.04 2014-07-25 (SHARYANTO)
- No functional changes.
- Adjust to Complete::Bash 0.09.
0.03 2014-07-22 (SHARYANTO)
- No functional changes.
- Fix POD.
- Add example for completing argument.
0.02 2014-07-22 (SHARYANTO)
- No functional changes.
- Fix POD.
0.01 2014-07-22 (SHARYANTO)
- First release.