[ Bug Fixes ]
- Fix documentation typo.
Benct Philip Jonsson++
[ Documentation ]
- Improvements and clarifications to Type::Coercion documentation.
[ Test Suite ]
- Add tests for Error::TypeTiny::Assertion's predicate methods.
- Add tests for Type::Coercion's i_really_want_to_unfreeze method.
[ Other ]
- Better integration between Type::Library and Type::Registry. If you
import a type constraint from a Type::Library-based module, it will
automatically be inserted into your modules' type registry.
- The to_Foo functions exported by Type::Library-based modules are now
significantly faster. (But only if the type's coercion is frozen.)
- Type::Utils::dwim_type now takes into account what OO framework the
caller is using (Moose or Mouse) if it needs to fall back to asking the
OO framework about a type constraint.