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