Add release date for 0.27
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.27 Sun. Feb 10 2010
4   * Makefile.PL:
5    - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
6      avoid test failures.
7
8   * MooseX::Getopt::Dashes
9    - Document that using a cmd_flag argument to attributes can be used to
10      override the tr/_/-/ replacement ::Dashes does on attribute names
11
12 0.26 Thu. Dec 10 2009
13   * MooseX::Getopt::Basic
14    - Fix bug with attribute names containing upper case letters.
15   * Test suite:
16     - Add t/106_no_ignore_case.t for testing the compatibility with
17       no_ignore_case
18
19 0.25 Thu. Nov 26 2009
20   * MooseX::Getopt
21    - Split out the warnings and the exception from Getopt so that they can be
22      overridden.
23    - Split out calling ->die on Getopt::Long::Descriptive::Usage so that
24      it can be overridden.
25    - Properly split roles as promised in 0.22.
26
27 0.24 Fri. Oct  23 2009
28   * MooseX::Getopt
29     - Fix bug with mixed case attribute names (MAROS)
30
31 0.23 Fri. Oct  02 2009
32   * MooseX::Getopt
33     - Allow the config file to return a code ref which is called to return
34       the config file location (Gordon Irving)
35
36 0.22 Sat. Sept 05 2009
37     - Require GLD 0.077 for RT#49427 as some versions are broken
38
39   * MooseX::Getopt
40     - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
41     and MooseX::Getopt::GLD.
42
43   * Tests
44      - Ensure author tests get run when in author mode.
45
46 0.21 Thu. Aug 27 2009
47   * MooseX::Getopt
48     - Enable and document the argv parameter to the constructor.
49     - Applied patches in RT43200 and RT43255
50     - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
51       default config file name.
52
53 0.20 Wed. July 9 2009
54     - fix MANIFEST.SKIP to avoid double-packaging
55
56 0.19 Wed. July 8 2009
57   * MooseX::Getopt
58     - Fix Getopt config spec for --configfile (t0m)
59     - Add support for --usage/--help/--? (drew@drewtaylor.com)
60     - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
61
62   * Tests
63     - Fix warning from tests with new Moose (t0m)
64     - Fix tests on Win32 from RT#44909 (taro-nishino)
65
66 0.18 Thu. April 9 2009
67   * MooseX::Getopt::Dashes
68     - New module, for converting undercores to dashes (ilmari)
69
70 0.17 Wed. April 8 2009
71   * MooseX::Getopt
72     - work with latest Moose (hdp)
73
74     ~ unify module version numbers with dist version (hdp)
75
76 0.16 Tue. February 17 2009
77     * t/
78         - run pod tests only if RELEASE_TESTING env var is set
79
80 0.15 Sat. July 26 2008
81     * MooseX::Getopt::OptionTypeMap
82       - Accept type constraint objects in the type mapping, not just names
83
84 0.14 Thurs. July 10, 2008
85     * MooseX::Getopt::OptionTypeMap
86       - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
87      
88     * MooseX::Getopt
89       - removed the default handling with Getopt::Long::Descriptive
90         as it would override constructor parameters and that was 
91         bad. Besides, Moose will just DWIM on this anyway. (stevan)
92         - added test for it (stevan)
93
94     * t/
95       - fixed Getopt::Long::Descriptive specific tests to only run 
96         if Getopt::Long::Descriptive is there (stevan)
97
98 0.13 Saturday, May 24, 2008
99     * MooseX::Getopt
100       - Commandline option shouldn't be required in the
101         case that the given "required" attribute has
102         been loaded from config (MooseX::ConfigFromFile)
103       - Support for MooseX::ConfigFromFile shouldn't require
104         that role be added at the same level as Getopt.
105       - fixed miscapitalization of NoGetopt in the docs
106       - added links to the traits in the docs
107       
108     ~ converted to Module::Install instead of 
109       Module::Build
110
111 0.12 Fri. March 14, 2008
112     ~~ updated copyright dates ~~
113
114     - upped the Moose dependency to support
115       the custom metaclass traits
116     - added Getopt::Long::Descriptive as an
117       optional dependency
118
119     * MooseX::Getopt
120       MooseX::Getopt::Meta::Attribute
121       MooseX::Getopt::Meta::Attribute::Trait
122       MooseX::Getopt::Meta::Attribute::NoGetopt
123       MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
124       - added support for custom metaclass traits
125         - added tests for this
126
127 0.11 Sun. Jan. 27, 2008
128     * MooseX::Getopt
129       - Commandline option shouldn't be required in the
130         case that the given "required" attribute has
131         a default or a builder method.
132
133 0.10 Wed. Jan. 23, 2008
134     * MooseX::Getopt
135       - Support default configfile attribute when
136         used with MooseX::ConfigFromFile-based roles
137
138 0.09 Tues. Jan. 22, 2008
139     * MooseX::Getopt
140       - Use Getopt::Long::Descriptive if it's available
141
142 0.08 Tues. Dec. 8, 2007
143     * MooseX::Getopt
144       - Added support for configfile loading via
145         MooseX::ConfigFromFile-based roles with
146         the -configfile commandline option.
147
148 0.07 Tues. Dec. 4, 2007
149     * MooseX::Getopt::Meta::Attribute::NoGetopt
150       - fixed miscapitalization of NoGetopt in the docs
151
152 0.06 Fri. Nov. 23, 2007
153     * MooseX::Getopt
154       - refactored &new_with_option some so that
155         this will work better with other Getopt
156         modules (nuffin)
157
158     + MooseX::Getopt::Strict
159       - version of MooseX::Getopt which requires
160         you to specify which attributes you want
161         processed explicity
162         - added tests for this
163
164     + MooseX::Getopt::Meta::Attribute::NoGetopt
165       - a custom meta-attribute which can be
166         used to specify that an attribute should
167         not be processed
168         - added tests for this
169
170 0.05 Tues. July 3, 2007
171     * MooseX::Getopt::OptionTypeMap
172       - added some checks to make sure that the type
173         constraints are found properly and to give
174         better diagnostics
175
176 0.04 Tues. June 26, 2007
177     * MooseX::Getopt::OptionTypeMap
178       - Added support for subtype constraint inference
179         from parent types
180         - added tests and docs for this
181     * MooseX::Getopt
182       - Added extra_argv attribute
183         - added tests and docs for this
184       - We now unmangle the Getopt::Long-mangled @ARGV
185         - added tests and docs for this
186       - We now throw an exception from new_with_options
187         if Getopt fails due to bad arguments.
188         - added tests and docs for this
189
190 0.03 Wed. May 2nd, 2007
191     ~ downgraded the Getopt version requirement
192       to 2.35 as per RT #26844
193     ~ adding blblack to the authors list
194
195     * MooseX::Getopt
196       - doc update to show simple way to of excluding
197         an attribute, but not having accessors with
198         underscores (thanks to Zaba on #moose for this)
199     * MooseX::Getopt::Meta::Attribute
200       - tightening up the type constraint in the
201         cmd_alias coercion to only accept strings
202
203 0.02 Friday, April 6, 2007
204     * MooseX::Getopt
205       - added the ARGV attribute (thanks to blblack)
206         - added tests and docs for this
207
208     * MooseX::Getopt::Meta::Attribute
209       - added the cmd_aliases attribute (thanks to blblack)
210         - added tests and docs for this
211       - added support for Moose 0.19's custom
212         attribute metaclass alias registry.
213         - added tests and docs for this
214
215 0.01 Friday, March 9, 2007
216     - module released to CPAN