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.008 2022-09-27
- Updated: Work with newer facet mechanism in Types::XSD::Lite 0.007.
0.007 2021-01-08
[ Documentation ]
- Don't `use Types::XSD::Lite` in examples.
Fixes RT#121089.
DJERIUS++
<https://rt.cpan.org/Ticket/Display.html?id=121089>
0.006 2021-01-08
[ Bug Fixes ]
- Fix regexps being applied to multiline strings.
- Silence warnings.
[ Packaging ]
- Explicit dependency on Perl 5.8.3.
- Require newest Types::XSD::Lite.
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