[ Bug Fixes ]
- Fix inlining for Type::Tiny::Intersection.
- Fix inlining of certain conditionals into coercion code.
- Types within libraries, if accessed directly rather than exported, did
not accept parameters.
[ Documentation ]
- Document constructor for Type::Tiny::Class.
[ Test Suite ]
- More test cases.
[ Other ]
- Added: New module Type::Coercion::Union automatically handles coercion
to union types.