[ Documentation ]
- Improved documentation of parameterization attributes.
- Section in manual comparing Type::Tiny with various other type library
frameworks.
- Using Type::Tiny with Moo added to manual.
[ Test Suite ]
- More test cases.
[ Other ]
- Added: Type::Tiny now has an 'inline_assert' function.
- Footprint reduction: Type::Tiny and Type::Coercion no longer use if.pm.
- Footprint reduction: Type::Tiny no longer triggers Perl to load its
Unicode tables (unless you create a type constraint with a non-ASCII
type name).
- Footprint reduction: Type::Tiny, Type::Library and Type::Coerce no
longer automatically load Types::Standard and Type::Utils.
- In Moo, type assertions and coercions are now inlined.
Matt S Trout++
- Monkey patch Moose::Meta::TypeConstraint to be able to retrieve
Type::Tiny constraints from inflated Moose constraints.