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