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