The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Types-XSD
=========

Created:      2013-04-15
Home page:    <https://metacpan.org/release/Types-XSD>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Types-XSD>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.005	2014-09-11

 [ Bug Fixes ]
 - Add support for negative durations.
   Fixes RT#89005.
   mprentice++
   <https://rt.cpan.org/Ticket/Display.html?id=89005>

0.004	2014-04-12

 [ Packaging ]
 - Depend on Types::XSD::Lite 0.004, which includes a pretty important bug
   fix.
 - use Dist::Inkt.

0.003	2013-07-08

 [ Packaging ]
 - Split out easy types into Types::XSD::Lite, which this module now
   depends on.

0.002	2013-05-13

 [ Packaging ]
 - Require DateTimeX::Auto 0.004.

0.001	2013-04-28	First public release

0.000_04	2013-04-28

 [ Packaging ]
 - Bundle a version of Type::Tiny for testing purposes (only in developer
   previews; not for stable releases).

0.000_03	2013-04-24

 [ Documentation ]
 - Types::XSD has some documentation now!

 [ Other ]
 - Added: DateTimeStamp type constraint
 - Added: DayTimeDuration type constraint
 - Added: YearMonthDuration type constraint
 - Added: assertions parameter
 - Added: explicitTimezone parameter

0.000_02	2013-04-24

 [ Bug Fixes ]
 - Ensure that the regexps in test cases don't use any post-5.8 features.

 [ Packaging ]
 - Depend on a newer version of Type::Library. (We need the undocumented
   _mksub method!)

0.000_01	2013-04-23	Preview release