The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.016   2023-09-03  Released-By: PERLANCAR; Urgency: medium

        - Handle coderef, observe code_validate property.


0.015   2022-11-04  Released-By: PERLANCAR; Urgency: medium

        - Chain bumping prereq Log::ger::App=0.024 to bump prereq
          Log::ger::Output::Composite=0.016 to comply with Log::ger 0.037+
          (RT#136716).


0.014   2022-09-25  Released-By: PERLANCAR; Urgency: medium

        - [ux] Note schema that has extras for debugging.


0.013   2022-08-25  Released-By: PERLANCAR; Urgency: medium

        - Do not require arguments in wrapped sub, to allow testing for
          undef.


0.012   2022-07-17  Released-By: PERLANCAR; Urgency: low

        - sort files.


0.011   2022-07-17  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [doc] POD fixes in Synopsis.


0.010   2021-07-20  Released-By: PERLANCAR; Urgency: medium

	- Prefer normalized schema with no extras part (the new form), give
	  warning if schema is old normalized form.

	- Handle non-defhash examples.


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.