changelog for next release
[gitmo/MooseX-Getopt.git] / Changes
1 Revision history for Perl extension MooseX-Getopt
2
3  {{$NEXT}}
4  - reformatted the Changes file, with the help of CPAN::Changes, to something
5    a little more standard.
6  - more release-only tests added
7
8 0.41      2012-04-14 18:36:00 PDT-0700
9  - Now bails with exit status 0, rather than dying, when printing
10    --usage/--help information. (Karen Etheridge)
11
12 0.40      2012-04-13
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
18 0.39      2012-02-03
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
22 0.38      2011-12-23
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
27 0.37      2011-03-30
28  - Fix missing dependency. (RT#67077)
29
30 0.36      2011-03-29
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
36 0.35      2011-02-09
37  - Fix missed change from Test::Exception to Test::Fatal
38
39 0.34      2011-02-08
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
46 0.33      2010-08-26
47  - Remove Test::Most from newly added test (RT#60766)
48
49 0.32      2010-08-26
50  - Fix handling of Union types (RT#58417)
51
52 0.31      2010-07-07
53  - Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
54
55 0.30      2010-07-06
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
76 0.29      2010-06-15
77  - Fix repository metadata. Thanks Robert Bohne for noticing!
78
79 0.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
85 0.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
93 0.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
100 0.25      2009-11-26
101  - MooseX::Getopt
102    - Split out the warnings and the exception from Getopt so that they can be
103      overridden.
104   - Split out calling ->die on Getopt::Long::Descriptive::Usage so that it can
105     be overridden.
106    - Properly split roles as promised in 0.22.
107
108 0.24      2009-10-23
109  - MooseX::Getopt
110    - Fix bug with mixed case attribute names (MAROS)
111
112 0.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
117 0.22      2009-09-05
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
125 0.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
132 0.20      2009-07-09
133  - fix MANIFEST.SKIP to avoid double-packaging
134
135 0.19      2009-07-08
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
144 0.18      2009-04-09
145  - MooseX::Getopt::Dashes
146    - New module, for converting undercores to dashes (ilmari)
147
148 0.17      2009-04-08
149  - MooseX::Getopt
150    - work with latest Moose (hdp)
151    - unify module version numbers with dist version (hdp)
152
153 0.16      2009-02-17
154  - Tests
155    - run pod tests only if RELEASE_TESTING env var is set
156
157 0.15      2008-07-26
158  - MooseX::Getopt::OptionTypeMap
159    - Accept type constraint objects in the type mapping, not just names
160
161 0.14      2008-07-10
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
173 0.13      2008-05-24
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
183 0.12      2008-03-14
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
194 0.11      2008-01-27
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
199 0.10      2008-01-23
200  - MooseX::Getopt
201    - Support default configfile attribute when used with
202      MooseX::ConfigFromFile-based roles
203
204 0.09      2008-01-22
205  - MooseX::Getopt
206    - Use Getopt::Long::Descriptive if it's available
207
208 0.08      2007-12-08
209  - MooseX::Getopt
210    - Added support for configfile loading via MooseX::ConfigFromFile-based
211      roles with the -configfile commandline option.
212
213 0.07      2007-12-04
214  - MooseX::Getopt::Meta::Attribute::NoGetopt
215    - fixed miscapitalization of NoGetopt in the docs
216
217 0.06      2007-11-23
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
230 0.05      2007-07-03
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
235 0.04      2007-06-26
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
248 0.03      2007-05-02
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
258 0.02      2007-04-06
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
268 0.01      2007-03-09
269  - module released to CPAN