0.13
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.13 Saturday, May 24, 2008
4     * MooseX::Getopt
5       - Commandline option shouldn't be required in the
6         case that the given "required" attribute has
7         been loaded from config (MooseX::ConfigFromFile)
8       - Support for MooseX::ConfigFromFile shouldn't require
9         that role be added at the same level as Getopt.
10       - fixed miscapitalization of NoGetopt in the docs
11       - added links to the traits in the docs
12       
13     ~ converted to Module::Install instead of 
14       Module::Build
15
16 0.12 Fri. March 14, 2008
17     ~~ updated copyright dates ~~
18
19     - upped the Moose dependency to support
20       the custom metaclass traits
21     - added Getopt::Long::Descriptive as an
22       optional dependency
23
24     * MooseX::Getopt
25       MooseX::Getopt::Meta::Attribute
26       MooseX::Getopt::Meta::Attribute::Trait
27       MooseX::Getopt::Meta::Attribute::NoGetopt
28       MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
29       - added support for custom metaclass traits
30         - added tests for this
31
32 0.11 Sun. Jan. 27, 2008
33     * MooseX::Getopt
34       - Commandline option shouldn't be required in the
35         case that the given "required" attribute has
36         a default or a builder method.
37
38 0.10 Wed. Jan. 23, 2008
39     * MooseX::Getopt
40       - Support default configfile attribute when
41         used with MooseX::ConfigFromFile-based roles
42
43 0.09 Tues. Jan. 22, 2008
44     * MooseX::Getopt
45       - Use Getopt::Long::Descriptive if it's available
46
47 0.08 Tues. Dec. 8, 2007
48     * MooseX::Getopt
49       - Added support for configfile loading via
50         MooseX::ConfigFromFile-based roles with
51         the -configfile commandline option.
52
53 0.07 Tues. Dec. 4, 2007
54     * MooseX::Getopt::Meta::Attribute::NoGetopt
55       - fixed miscapitalization of NoGetopt in the docs
56
57 0.06 Fri. Nov. 23, 2007
58     * MooseX::Getopt
59       - refactored &new_with_option some so that
60         this will work better with other Getopt
61         modules (nuffin)
62
63     + MooseX::Getopt::Strict
64       - version of MooseX::Getopt which requires
65         you to specify which attributes you want
66         processed explicity
67         - added tests for this
68
69     + MooseX::Getopt::Meta::Attribute::NoGetopt
70       - a custom meta-attribute which can be
71         used to specify that an attribute should
72         not be processed
73         - added tests for this
74
75 0.05 Tues. July 3, 2007
76     * MooseX::Getopt::OptionTypeMap
77       - added some checks to make sure that the type
78         constraints are found properly and to give
79         better diagnostics
80
81 0.04 Tues. June 26, 2007
82     * MooseX::Getopt::OptionTypeMap
83       - Added support for subtype constraint inference
84         from parent types
85         - added tests and docs for this
86     * MooseX::Getopt
87       - Added extra_argv attribute
88         - added tests and docs for this
89       - We now unmangle the Getopt::Long-mangled @ARGV
90         - added tests and docs for this
91       - We now throw an exception from new_with_options
92         if Getopt fails due to bad arguments.
93         - added tests and docs for this
94
95 0.03 Wed. May 2nd, 2007
96     ~ downgraded the Getopt version requirement
97       to 2.35 as per RT #26844
98     ~ adding blblack to the authors list
99
100     * MooseX::Getopt
101       - doc update to show simple way to of excluding
102         an attribute, but not having accessors with
103         underscores (thanks to Zaba on #moose for this)
104     * MooseX::Getopt::Meta::Attribute
105       - tightening up the type constraint in the
106         cmd_alias coercion to only accept strings
107
108 0.02 Friday, April 6, 2007
109     * MooseX::Getopt
110       - added the ARGV attribute (thanks to blblack)
111         - added tests and docs for this
112
113     * MooseX::Getopt::Meta::Attribute
114       - added the cmd_aliases attribute (thanks to blblack)
115         - added tests and docs for this
116       - added support for Moose 0.19's custom
117         attribute metaclass alias registry.
118         - added tests and docs for this
119
120 0.01 Friday, March 9, 2007
121     - module released to CPAN