0.009 2020-06-13 Released-By: PERLANCAR; Urgency: medium
- Test examples with Perinci::Sub::Wrapper (PSW) if available, to test
that code generated by coercion rules/prefilter/etc behave correctly
when used in a wrapped subroutine, e.g. they do not use 'return' to
accidently exit early from the wrapper subroutine. PSW is used when we
use Perinci::Access::Perl, which in turn is used in applications like
Perinci::CmdLine.
0.008 2020-03-04 Released-By: PERLANCAR; Urgency: medium
- [ux] Show error message from validator.
0.007 2020-03-04 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Only test for validated value when example is valid.
0.006 2020-03-04 Released-By: PERLANCAR; Urgency: medium
- Always test validated value (use original value if
validated_value is not specified).
0.005 2020-03-04 Released-By: PERLANCAR; Urgency: medium
- Look at example's 'validated_value' instead of 'res' (but 'res'
is still supported for now).
0.004 2020-03-04 Released-By: PERLANCAR; Urgency: high
- Regain backward compatibility, also look at example's 'data' if
'value' is not available.
0.003 2020-03-04 Released-By: PERLANCAR; Urgency: medium
- [incompatible change] Use examples's 'value' instead of 'data'.
0.002 2020-03-03 Released-By: PERLANCAR; Urgency: medium
- CLI now accepts and respects arguments/options
(--include-modules, --exclude-modules).
0.001 2020-03-01 Released-By: PERLANCAR
- First release.