Make option warning eacy to override for Catalyst. Needs tests
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.25 UNRELEAED
4   * MooseX::Getopt
5    - Split out the warnings and the exception from Getopt so that they can be
6      overridden.
7
8 0.24 Fri. Oct  23 2009
9   * MooseX::Getopt
10     - Fix bug with mixed case attribute names (MAROS)
11
12 0.23 Fri. Oct  02 2009
13   * MooseX::Getopt
14     - Allow the config file to return a code ref which is called to return
15       the config file location (Gordon Irving)
16
17 0.22 Sat. Sept 05 2009
18     - Require GLD 0.077 for RT#49427 as some versions are broken
19
20   * MooseX::Getopt
21     - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
22     and MooseX::Getopt::GLD.
23
24   * Tests
25      - Ensure author tests get run when in author mode.
26
27 0.21 Thu. Aug 27 2009
28   * MooseX::Getopt
29     - Enable and document the argv parameter to the constructor.
30     - Applied patches in RT43200 and RT43255
31     - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
32       default config file name.
33
34 0.20 Wed. July 9 2009
35         - fix MANIFEST.SKIP to avoid double-packaging
36
37 0.19 Wed. July 8 2009
38   * MooseX::Getopt
39     - Fix Getopt config spec for --configfile (t0m)
40     - Add support for --usage/--help/--? (drew@drewtaylor.com)
41     - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
42
43   * Tests
44     - Fix warning from tests with new Moose (t0m)
45     - Fix tests on Win32 from RT#44909 (taro-nishino)
46
47 0.18 Thu. April 9 2009
48   * MooseX::Getopt::Dashes
49     - New module, for converting undercores to dashes (ilmari)
50
51 0.17 Wed. April 8 2009
52   * MooseX::Getopt
53     - work with latest Moose (hdp)
54
55         ~ unify module version numbers with dist version (hdp)
56
57 0.16 Tue. February 17 2009
58         * t/
59                 - run pod tests only if RELEASE_TESTING env var is set
60
61 0.15 Sat. July 26 2008
62         * MooseX::Getopt::OptionTypeMap
63           - Accept type constraint objects in the type mapping, not just names
64
65 0.14 Thurs. July 10, 2008
66         * MooseX::Getopt::OptionTypeMap
67           - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
68          
69         * MooseX::Getopt
70           - removed the default handling with Getopt::Long::Descriptive
71             as it would override constructor parameters and that was 
72             bad. Besides, Moose will just DWIM on this anyway. (stevan)
73             - added test for it (stevan)
74
75     * t/
76       - fixed Getopt::Long::Descriptive specific tests to only run 
77         if Getopt::Long::Descriptive is there (stevan)
78
79 0.13 Saturday, May 24, 2008
80     * MooseX::Getopt
81       - Commandline option shouldn't be required in the
82         case that the given "required" attribute has
83         been loaded from config (MooseX::ConfigFromFile)
84       - Support for MooseX::ConfigFromFile shouldn't require
85         that role be added at the same level as Getopt.
86       - fixed miscapitalization of NoGetopt in the docs
87       - added links to the traits in the docs
88       
89     ~ converted to Module::Install instead of 
90       Module::Build
91
92 0.12 Fri. March 14, 2008
93     ~~ updated copyright dates ~~
94
95     - upped the Moose dependency to support
96       the custom metaclass traits
97     - added Getopt::Long::Descriptive as an
98       optional dependency
99
100     * MooseX::Getopt
101       MooseX::Getopt::Meta::Attribute
102       MooseX::Getopt::Meta::Attribute::Trait
103       MooseX::Getopt::Meta::Attribute::NoGetopt
104       MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
105       - added support for custom metaclass traits
106         - added tests for this
107
108 0.11 Sun. Jan. 27, 2008
109     * MooseX::Getopt
110       - Commandline option shouldn't be required in the
111         case that the given "required" attribute has
112         a default or a builder method.
113
114 0.10 Wed. Jan. 23, 2008
115     * MooseX::Getopt
116       - Support default configfile attribute when
117         used with MooseX::ConfigFromFile-based roles
118
119 0.09 Tues. Jan. 22, 2008
120     * MooseX::Getopt
121       - Use Getopt::Long::Descriptive if it's available
122
123 0.08 Tues. Dec. 8, 2007
124     * MooseX::Getopt
125       - Added support for configfile loading via
126         MooseX::ConfigFromFile-based roles with
127         the -configfile commandline option.
128
129 0.07 Tues. Dec. 4, 2007
130     * MooseX::Getopt::Meta::Attribute::NoGetopt
131       - fixed miscapitalization of NoGetopt in the docs
132
133 0.06 Fri. Nov. 23, 2007
134     * MooseX::Getopt
135       - refactored &new_with_option some so that
136         this will work better with other Getopt
137         modules (nuffin)
138
139     + MooseX::Getopt::Strict
140       - version of MooseX::Getopt which requires
141         you to specify which attributes you want
142         processed explicity
143         - added tests for this
144
145     + MooseX::Getopt::Meta::Attribute::NoGetopt
146       - a custom meta-attribute which can be
147         used to specify that an attribute should
148         not be processed
149         - added tests for this
150
151 0.05 Tues. July 3, 2007
152     * MooseX::Getopt::OptionTypeMap
153       - added some checks to make sure that the type
154         constraints are found properly and to give
155         better diagnostics
156
157 0.04 Tues. June 26, 2007
158     * MooseX::Getopt::OptionTypeMap
159       - Added support for subtype constraint inference
160         from parent types
161         - added tests and docs for this
162     * MooseX::Getopt
163       - Added extra_argv attribute
164         - added tests and docs for this
165       - We now unmangle the Getopt::Long-mangled @ARGV
166         - added tests and docs for this
167       - We now throw an exception from new_with_options
168         if Getopt fails due to bad arguments.
169         - added tests and docs for this
170
171 0.03 Wed. May 2nd, 2007
172     ~ downgraded the Getopt version requirement
173       to 2.35 as per RT #26844
174     ~ adding blblack to the authors list
175
176     * MooseX::Getopt
177       - doc update to show simple way to of excluding
178         an attribute, but not having accessors with
179         underscores (thanks to Zaba on #moose for this)
180     * MooseX::Getopt::Meta::Attribute
181       - tightening up the type constraint in the
182         cmd_alias coercion to only accept strings
183
184 0.02 Friday, April 6, 2007
185     * MooseX::Getopt
186       - added the ARGV attribute (thanks to blblack)
187         - added tests and docs for this
188
189     * MooseX::Getopt::Meta::Attribute
190       - added the cmd_aliases attribute (thanks to blblack)
191         - added tests and docs for this
192       - added support for Moose 0.19's custom
193         attribute metaclass alias registry.
194         - added tests and docs for this
195
196 0.01 Friday, March 9, 2007
197     - module released to CPAN