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