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