The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Type-Tiny-XS
============

Created:      2014-07-10
Home page:    <https://metacpan.org/release/Type-Tiny-XS>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Type-Tiny-XS>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.006	2014-07-20

 - Added: Map (which will be used by a future release of Types::Standard).
 - Added: Tuple (which will be used by a future release of
   Types::Standard).
 - Attempt to load Type::Parser to handle the occasional complex type name
   parsing task.

0.005	2014-07-19

 [ Documentation ]
 - Document that Type::Tiny::XS is now being used by Type::Tiny.

 [ Other ]
 - Added: NonEmptyStr (which will be used by a future release of
   Types::Common::String).
 - Added: PositiveInt (which will be used by a future release of
   Types::Common::Numeric).
 - Added: PositiveOrZeroInt (which will be used by a future release of
   Types::Common::Numeric).

0.004	2014-07-11

 [ Documentation ]
 - Clarify extent of supported API.
 - Mention that get_*_for functions return undef if they cannot provide a
   suitable sub.

0.003	2014-07-11

 - Further improvements to the Int check.

0.002	2014-07-10

 - Added: Provide Type::Tiny::XS::is_known() function.
 - Make Int check act more like Type::Tiny.
 - Make Object check act more like Type::Tiny.

0.001	2014-07-10	Initial release