[ Documentation ]
- Add SYNOPSIS for Type::Tiny::Class.
- Add SYNOPSIS for Type::Tiny::Duck.
- Add SYNOPSIS for Type::Tiny::Enum.
- Add SYNOPSIS for Type::Tiny::Intersection.
- Add SYNOPSIS for Type::Tiny::Role.
- Add SYNOPSIS for Type::Tiny::Union.
- Add documentation and tests for the combination of the
goto_nextand
multipleoptions when used withsignature_for.
- Add example of
signature_forapplying a signature to multiple
functions at once.
- Document changes to
make_immutablein Type::Library v2.x.
https://github.com/tobyink/p5-type-tiny/issues/129
[ Other ]
- Added: Type::Tiny now has an
exception_classattribute, allowing a
type to throw exceptions using a custom class. These classes should
usually be a subclass of Error::TypeTiny::Assertion.
https://github.com/tobyink/p5-type-tiny/issues/133
- Added: Type::Tiny::Bitfield class.
https://github.com/tobyink/p5-type-tiny/issues/131
- Added: Types::TypeTiny::BoolLike type constraint.
https://github.com/tobyink/p5-type-tiny/issues/137