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