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