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