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