[ BACK COMPAT ]
- Better prototypes (was
;@
, now;$
) for parameterizable type
'constants' exported by type libraries.
Matt S Trout++
- Type::Utils no longer exports 'extends' by default.
[ Documentation ]
- Document the evaluation environment used by Eval::TypeTiny.
- Rearranged documentation for Type::Utils, avoiding previous split into
Moose-like and non-Moose-like functions.
[ Other ]
- Added: Type::Exception is now capable of supplying stack traces
(requires Devel::StackTrace).
- Exceptions thrown for Moo isa/coerce now indicate which attribute was
involved.