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