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