0.07
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.07 Tues. Dec. 4, 2007
4     * MooseX::Getopt::Meta::Attribute::NoGetopt  
5       - fixed miscapitalization of NoGetopt in the docs
6
7 0.06 Fri. Nov. 23, 2007
8     * MooseX::Getopt
9       - refactored &new_with_option some so that 
10         this will work better with other Getopt 
11         modules (nuffin)
12     
13     + MooseX::Getopt::Strict
14       - version of MooseX::Getopt which requires 
15         you to specify which attributes you want 
16         processed explicity
17         - added tests for this
18     
19     + MooseX::Getopt::Meta::Attribute::NoGetopt
20       - a custom meta-attribute which can be 
21         used to specify that an attribute should 
22         not be processed
23         - added tests for this
24
25 0.05 Tues. July 3, 2007
26     * MooseX::Getopt::OptionTypeMap
27       - added some checks to make sure that the type 
28         constraints are found properly and to give 
29         better diagnostics
30
31 0.04 Tues. June 26, 2007
32     * MooseX::Getopt::OptionTypeMap
33       - Added support for subtype constraint inference
34         from parent types 
35         - added tests and docs for this
36     * MooseX::Getopt
37       - Added extra_argv attribute
38         - added tests and docs for this
39       - We now unmangle the Getopt::Long-mangled @ARGV
40         - added tests and docs for this
41       - We now throw an exception from new_with_options
42         if Getopt fails due to bad arguments.
43         - added tests and docs for this
44
45 0.03 Wed. May 2nd, 2007
46     ~ downgraded the Getopt version requirement
47       to 2.35 as per RT #26844
48     ~ adding blblack to the authors list
49       
50     * MooseX::Getopt      
51       - doc update to show simple way to of excluding 
52         an attribute, but not having accessors with 
53         underscores (thanks to Zaba on #moose for this)
54     * MooseX::Getopt::Meta::Attribute
55       - tightening up the type constraint in the 
56         cmd_alias coercion to only accept strings
57
58 0.02 Friday, April 6, 2007
59     * MooseX::Getopt
60       - added the ARGV attribute (thanks to blblack)
61         - added tests and docs for this
62
63     * MooseX::Getopt::Meta::Attribute
64       - added the cmd_aliases attribute (thanks to blblack)
65         - added tests and docs for this
66       - added support for Moose 0.19's custom 
67         attribute metaclass alias registry.
68         - added tests and docs for this
69
70 0.01 Friday, March 9, 2007
71     - module released to CPAN