rename ChangeLog->Changes
[gitmo/MooseX-Getopt.git] / Changes
1 Revision history for Perl extension MooseX-Getopt
2
3 0.41      2012-04-14 18:36:00 PDT-0700
4   * Now bails with exit status 0, rather than dying, when printing
5     --usage/--help information. (Karen Etheridge)
6
7 0.40 Fri 13 Apr 2012
8   * Fix tests when MooseX::ConfigFromFile is installed, with
9     Getopt::Long::Descriptive >= 0.091. RT#76287
10   * Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
11   * Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
12
13 0.39 Fri 03 Feb 2012
14   * Fix argument parsing in process_argv when used with ConfigFromFile so that
15     -v can be used as expected, rather than being grabbed as --version
16
17 0.38 Fri 23 Dec 2011
18   * More documentation on Getopt::Long settings and how they alter this role's
19     behaviour, in particular with regards to extra_argv capturing.
20     (Karen Etheridge)
21
22 0.37 Wed 30 Mar 2011
23   * Fix missing dependency. (RT#67077)
24
25 0.36 Tue 29 Mar 2011
26   * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
27   * MooseX::Getopt::GLD
28     - change it to a MooseX::Role::Parameterized, so that it accepts
29       'getopt_conf' parameter (Damien Krotkine)
30
31 0.35 Wed 09 Feb 2011
32   * Fix missed change from Test::Exception to Test::Fatal
33
34 0.34 Tue 08 Feb 2011
35   * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
36     Etheridge)
37   * Move most of new_with_options logic into separate publically
38     accessible process_argv method, so that arg processing can be
39     done without actually creating object (Jonathan Swartz)
40
41 0.33 Thu 26 Aug 2010
42   * Remove Test::Most from newly added test (RT#60766)
43
44 0.32 Thu 26 Aug 2010
45   * Fix handling of Union types (RT#58417)
46
47 0.31 Wed 7 Jul 2010
48   * Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
49
50 0.30 Tue 6 Jul 2010
51   * MooseX::Getopt::Basic
52     - uses attribute insertion order when determining the order in which
53       options are documented in the usage (e.g. in $obj->usage->text). (Karen
54       Etheridge)
55
56   * MooseX::Getopt::Basic
57     - store the usage object to the usage attr (RT#58715)
58     - properly checks whether the *option* --help, --usage, or --? were used,
59       rather than the attribute 'help', 'usage' or '?' were set
60   * MooseX::Getopt::GLD
61     - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
62       object, and the help attribute for storing --help, --usage and --? state
63   (RT#47865, RT#56783, RT#52474).  (Karen Etheridge)
64
65   * MooseX::Getopt::Basic
66     - Disable auto_help config in Getopt::Long, to avoid calling into
67     pod2usage when the --help option is used while MooseX::ConfigFromFile
68     is in use (the intent is just to fetch the value of the configfile
69     option) (RT#57683). (Karen Etheridge)
70
71 0.29 Tue. Jun 15 2010
72   * Fix repository metadata. Thanks Robert Bohne for noticing!
73
74 0.28 Sat. Jun 05 2010
75   * MooseX::Getopt::Strict
76     - Make it work with Getopt attribute traits in addition to
77       attribute metaclasses.
78
79   * Switch from Module::Install to Dist::Zilla.
80
81 0.27 Sun. Feb 10 2010
82   * Makefile.PL:
83     - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
84       avoid test failures.
85
86   * MooseX::Getopt::Dashes
87     - Document that using a cmd_flag argument to attributes can be used to
88       override the tr/_/-/ replacement ::Dashes does on attribute names
89
90 0.26 Thu. Dec 10 2009
91   * MooseX::Getopt::Basic
92     - Fix bug with attribute names containing upper case letters.
93   * Test suite:
94     - Add t/106_no_ignore_case.t for testing the compatibility with
95       no_ignore_case
96
97 0.25 Thu. Nov 26 2009
98   * MooseX::Getopt
99    - Split out the warnings and the exception from Getopt so that they can be
100      overridden.
101    - Split out calling ->die on Getopt::Long::Descriptive::Usage so that
102      it can be overridden.
103    - Properly split roles as promised in 0.22.
104
105 0.24 Fri. Oct  23 2009
106   * MooseX::Getopt
107     - Fix bug with mixed case attribute names (MAROS)
108
109 0.23 Fri. Oct  02 2009
110   * MooseX::Getopt
111     - Allow the config file to return a code ref which is called to return
112       the config file location (Gordon Irving)
113
114 0.22 Sat. Sept 05 2009
115     - Require GLD 0.077 for RT#49427 as some versions are broken
116
117   * MooseX::Getopt
118     - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
119     and MooseX::Getopt::GLD.
120
121   * Tests
122      - Ensure author tests get run when in author mode.
123
124 0.21 Thu. Aug 27 2009
125   * MooseX::Getopt
126     - Enable and document the argv parameter to the constructor.
127     - Applied patches in RT43200 and RT43255
128     - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
129       default config file name.
130
131 0.20 Wed. July 9 2009
132     - fix MANIFEST.SKIP to avoid double-packaging
133
134 0.19 Wed. July 8 2009
135   * MooseX::Getopt
136     - Fix Getopt config spec for --configfile (t0m)
137     - Add support for --usage/--help/--? (drew@drewtaylor.com)
138     - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
139
140   * Tests
141     - Fix warning from tests with new Moose (t0m)
142     - Fix tests on Win32 from RT#44909 (taro-nishino)
143
144 0.18 Thu. April 9 2009
145   * MooseX::Getopt::Dashes
146     - New module, for converting undercores to dashes (ilmari)
147
148 0.17 Wed. April 8 2009
149   * MooseX::Getopt
150     - work with latest Moose (hdp)
151
152     ~ unify module version numbers with dist version (hdp)
153
154 0.16 Tue. February 17 2009
155     * t/
156         - run pod tests only if RELEASE_TESTING env var is set
157
158 0.15 Sat. July 26 2008
159     * MooseX::Getopt::OptionTypeMap
160       - Accept type constraint objects in the type mapping, not just names
161
162 0.14 Thurs. July 10, 2008
163     * MooseX::Getopt::OptionTypeMap
164       - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
165
166     * MooseX::Getopt
167       - removed the default handling with Getopt::Long::Descriptive
168         as it would override constructor parameters and that was
169         bad. Besides, Moose will just DWIM on this anyway. (stevan)
170         - added test for it (stevan)
171
172     * t/
173       - fixed Getopt::Long::Descriptive specific tests to only run
174         if Getopt::Long::Descriptive is there (stevan)
175
176 0.13 Saturday, May 24, 2008
177     * MooseX::Getopt
178       - Commandline option shouldn't be required in the
179         case that the given "required" attribute has
180         been loaded from config (MooseX::ConfigFromFile)
181       - Support for MooseX::ConfigFromFile shouldn't require
182         that role be added at the same level as Getopt.
183       - fixed miscapitalization of NoGetopt in the docs
184       - added links to the traits in the docs
185
186     ~ converted to Module::Install instead of
187       Module::Build
188
189 0.12 Fri. March 14, 2008
190     ~~ updated copyright dates ~~
191
192     - upped the Moose dependency to support
193       the custom metaclass traits
194     - added Getopt::Long::Descriptive as an
195       optional dependency
196
197     * MooseX::Getopt
198       MooseX::Getopt::Meta::Attribute
199       MooseX::Getopt::Meta::Attribute::Trait
200       MooseX::Getopt::Meta::Attribute::NoGetopt
201       MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
202       - added support for custom metaclass traits
203         - added tests for this
204
205 0.11 Sun. Jan. 27, 2008
206     * MooseX::Getopt
207       - Commandline option shouldn't be required in the
208         case that the given "required" attribute has
209         a default or a builder method.
210
211 0.10 Wed. Jan. 23, 2008
212     * MooseX::Getopt
213       - Support default configfile attribute when
214         used with MooseX::ConfigFromFile-based roles
215
216 0.09 Tues. Jan. 22, 2008
217     * MooseX::Getopt
218       - Use Getopt::Long::Descriptive if it's available
219
220 0.08 Tues. Dec. 8, 2007
221     * MooseX::Getopt
222       - Added support for configfile loading via
223         MooseX::ConfigFromFile-based roles with
224         the -configfile commandline option.
225
226 0.07 Tues. Dec. 4, 2007
227     * MooseX::Getopt::Meta::Attribute::NoGetopt
228       - fixed miscapitalization of NoGetopt in the docs
229
230 0.06 Fri. Nov. 23, 2007
231     * MooseX::Getopt
232       - refactored &new_with_option some so that
233         this will work better with other Getopt
234         modules (nuffin)
235
236     + MooseX::Getopt::Strict
237       - version of MooseX::Getopt which requires
238         you to specify which attributes you want
239         processed explicity
240         - added tests for this
241
242     + MooseX::Getopt::Meta::Attribute::NoGetopt
243       - a custom meta-attribute which can be
244         used to specify that an attribute should
245         not be processed
246         - added tests for this
247
248 0.05 Tues. July 3, 2007
249     * MooseX::Getopt::OptionTypeMap
250       - added some checks to make sure that the type
251         constraints are found properly and to give
252         better diagnostics
253
254 0.04 Tues. June 26, 2007
255     * MooseX::Getopt::OptionTypeMap
256       - Added support for subtype constraint inference
257         from parent types
258         - added tests and docs for this
259     * MooseX::Getopt
260       - Added extra_argv attribute
261         - added tests and docs for this
262       - We now unmangle the Getopt::Long-mangled @ARGV
263         - added tests and docs for this
264       - We now throw an exception from new_with_options
265         if Getopt fails due to bad arguments.
266         - added tests and docs for this
267
268 0.03 Wed. May 2nd, 2007
269     ~ downgraded the Getopt version requirement
270       to 2.35 as per RT #26844
271     ~ adding blblack to the authors list
272
273     * MooseX::Getopt
274       - doc update to show simple way to of excluding
275         an attribute, but not having accessors with
276         underscores (thanks to Zaba on #moose for this)
277     * MooseX::Getopt::Meta::Attribute
278       - tightening up the type constraint in the
279         cmd_alias coercion to only accept strings
280
281 0.02 Friday, April 6, 2007
282     * MooseX::Getopt
283       - added the ARGV attribute (thanks to blblack)
284         - added tests and docs for this
285
286     * MooseX::Getopt::Meta::Attribute
287       - added the cmd_aliases attribute (thanks to blblack)
288         - added tests and docs for this
289       - added support for Moose 0.19's custom
290         attribute metaclass alias registry.
291         - added tests and docs for this
292
293 0.01 Friday, March 9, 2007
294     - module released to CPAN