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