SingleDigit now accepts [-9 .. 9] not [1 .. 9]
[gitmo/MooseX-Types-Common.git] / Changes
CommitLineData
3ebb788b 1Revision history for {{$dist->name}}
2
3{{$NEXT}}
4 - converted to Dist::Zilla
966ead6b 5 - SingleDigit now supports zero and negative numbers (RT#86738)
a586085f 6
70.001008 2012-06-14 11:29:50 PDT
19ef3f5a 8 - Upper* and Lower* string types now accept non-alphabetic characters (Karen
9 Etheridge)
a586085f 10
110.001007 2012-02-23 11:50EST
2ef43939 12 - remove Test::Exception from a test
a586085f 13
140.001006 2012-02-21 13:50EST
6a91f25d 15 - fix POD per RT #75168
a586085f 16
170.001005 2012-02-19 20:45EST
0a39a4d2 18 - add NumericCode type, RT #74346
a586085f 19
200.001004 2011-12-05 23:30EST
9e0d8aee 21 - use Test::Fatal instead of Test::Exception (Justin Hunter)
22 - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
a586085f 23
240.001003 2011-08-31 11:35EST
d818949c 25 - The positive and negative number types mistakenly accepted zero. Reported
26 by Eric Brine. RT #53234.
27 - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
28 Rolsky)
a586085f 29
300.001002 2010-02-22 17:00EST
cb7c0966 31 - Add Test::Exception to the test_requires (RT#54357)
acf4d245 32 - Warning when you try to import things from MooseX::Types::Common rather
33 than one of the specific String/Numeric modules in the distribution.
a586085f 34
350.001001 2010-01-04
6820e939 36 - POD updates
a586085f 37
380.001000 2009-02-02
acf4d245 39 - Initial release. This is a spin off from Reaction.