move repository to http://github.com/moose/MooseX-Types-Common
[gitmo/MooseX-Types-Common.git] / Changes
1 Revision history for {{$dist->name}}
2
3 {{$NEXT}}
4   - converted to Dist::Zilla
5   - SingleDigit now supports zero and negative numbers (RT#86738)
6   - UpperCase and LowerCase string types now properly understand unicode
7     characters (RT#84547)
8   - repository moved to the github moose organization
9
10 0.001008   2012-06-14 11:29:50 PDT
11   - Upper* and Lower* string types now accept non-alphabetic characters (Karen
12     Etheridge)
13
14 0.001007   2012-02-23 11:50EST
15   - remove Test::Exception from a test
16
17 0.001006   2012-02-21 13:50EST
18   - fix POD per RT #75168
19
20 0.001005   2012-02-19 20:45EST
21   - add NumericCode type, RT #74346
22
23 0.001004   2011-12-05 23:30EST
24   - use Test::Fatal instead of Test::Exception (Justin Hunter)
25   - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
26
27 0.001003   2011-08-31 11:35EST
28   - The positive and negative number types mistakenly accepted zero. Reported
29     by Eric Brine. RT #53234.
30   - Added PositiveOrZero{Int,Num} and NegativeOrZero{Int,Num} types. (Dave
31     Rolsky)
32
33 0.001002   2010-02-22 17:00EST
34   - Add Test::Exception to the test_requires (RT#54357)
35   - Warning when you try to import things from MooseX::Types::Common rather
36     than one of the specific String/Numeric modules in the distribution.
37
38 0.001001   2010-01-04
39   - POD updates
40
41 0.001000   2009-02-02
42   - Initial release. This is a spin off from Reaction.