[ Documentation ]
- Update copyright dates to 2022.
- Various minor documentation improvements.
[ Test Suite ]
- Eliminate some warnings and other noise from the test suite.
- Rename some directories in the test suite to better reflect their
contents.
[ Other ]
- Added: Error::TypeTiny now has a
throw_cb
method which acts like
throw
but takes an initial callback parameter.
jsf116++
- Added: Type::Params
compile
,compile_named
, andcompile_named_oo
functions now support anon_die
callback.
jsf116++
- Eliminate warnings while generating deep explanations for type
constraint check fails under some circumstances. (Mostly affects
StrMatch when Regexp::Util isn't installed.)
James Wright++