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